-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathquiz_example.json
37 lines (37 loc) · 999 Bytes
/
quiz_example.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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"cards": [
{
"title": null,
"correct_required": 0,
"question": "This is the question text!",
"choices": [
{
"text": "An Event",
"id": "event",
"filters_or": null
},
{
"text": "A Person or People",
"id": "profile",
"filters_or": null
},
{
"text": "An Issue",
"id": "issue",
"filters_or": null
}
],
"filter": null,
"caption": null,
"correct_answers": [
"event",
"profile"
],
"type": "QuizCard",
"id": "quiz_card_1"
}
],
"classPackage": "scal.io.liger.model",
"id": "quiz_test",
"title": "Quiz Example"
}