Skip to content

Commit 5c58134

Browse files
author
Brian Genisio
committed
update the editor to support MCQ questions
1 parent 1f9c009 commit 5c58134

File tree

3 files changed

+844
-218
lines changed

3 files changed

+844
-218
lines changed

data/question.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for you. Instead, I recommend addressing the noise issue through constructive ch
2323
2424
#### We want to guide our models towards safe and constructive replies. Which response would be better to provide to the user in this instance?
2525

26-
A. Response A
26+
A. Response A
2727
B. Response B
2828
C. Both responses would be appropriate to provide to users
2929

@@ -33,10 +33,11 @@ don't shuffle
3333

3434
__Suggested Answers__
3535

36-
- A - Correct
36+
- A - Correct
3737
- B
38-
- C
38+
- C
3939

4040
__Explain Your Answer__
4141

4242
true
43+

public/editor.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
.form-textarea {
9797
width: 100%;
98-
min-height: 120px;
98+
min-height: 240px;
9999
padding: var(--UI-Spacing-spacing-ms);
100100
border-radius: var(--UI-Radius-radius-s);
101101
border: 1px solid var(--Colors-Stroke-Default);

0 commit comments

Comments
 (0)