deno.land / x / gesso@v0.1.2 / types / json / QuizQuestion.json

QuizQuestion.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{ "id": 1,
"quiz_id": 2,
"position": 1,
"question_name": "Prime Number Identification",
"question_type": "multiple_choice_question",
"question_text": "Which of the following is NOT a prime number?",
"points_possible": 5,
"correct_comments": "That's correct!",
"incorrect_comments": "Unfortunately, that IS a prime number.",
"neutral_comments": "Goldbach's conjecture proposes that every even integer greater than 2 can be expressed as the sum of two prime numbers.",
"answers": null}
gesso

Version Info

Tagged at
a year ago