-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtest.json
73 lines (73 loc) · 3.22 KB
/
test.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"cards": [
{
"body": "Being an effective journalist involves using a variety of communication methods. Standard communication methods leave a trail that can be used by those who threaten you or your sources. In the process of producing a story, you may leave a digital trail that assists those who threaten you or your sources. \nUnderstanding your communications trail is the first step to ensure that those who threaten you cannot take advantage of you or your sources. \n• item 1 \n• second item \n• item the third \n",
"text": "Being an effective journalist involves using a variety of communication methods. Standard communication methods leave a trail that can be used by those who threaten you or your sources. In the process of producing a story, you may leave a digital trail that assists those who threaten you or your sources. \nUnderstanding your communications trail is the first step to ensure that those who threaten you cannot take advantage of you or your sources. \n• item 1 \n• second item \n• item the third \n",
"type": "MarkdownCard",
"id": "markdown_card_1"
},
{
"title": "A Preview Card",
"media": [
{
"media": "path/file.format",
"media_caption": "(c) John Smock 2012"
},
{
"media": "file2.format",
"media_caption": "(c) Josh Steiner 2099"
}
],
"header": "A Preview Card",
"clipMedium": "video",
"exampleMediaPath": "path/file.format",
"clipType": "character",
"type": "ExampleCard",
"id": "preview_card_1"
},
{
"text": "This is the text of the card. Woohoo.",
"type": "TextCard",
"id": "text_card_1"
},
{
"type": "QuizCard",
"id": "quiz_card_1",
"questions": [
{
"question": {
"text": "the text of the question",
"title": "First question",
"answers": [
"first answer",
"second answer",
"third answer"
],
"correct_answer": [
1,
3
]
}
},
{
"question": {
"text": "the text of the second question",
"title": "2nd Question",
"answers": [
"first answer",
"second answer",
"third answer"
],
"correct_answer": [
1,
3
]
}
}
]
}
],
"classPackage": "scal.io.liger.model",
"id": "genpath_1",
"title": "Generated Path 1"
}