-
Notifications
You must be signed in to change notification settings - Fork 1
/
example.json
66 lines (63 loc) · 2.53 KB
/
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
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
{
"_id": "c-10",
"_parentId": "b-10",
"_type": "component",
"_component": "clickAndLearn",
"_classes": "",
"_layout": "full",
"title": "Click And Learn",
"body": "This is optional body text. Click the image below to reveal the text.",
"displayTitle": "ClickAndLearn",
"instruction": "",
"_items": [
{
"title": "What is a component?",
"body": "In Adapt we have a concept of components. These components are the main interactive elements found on a page. (Multiple Choice Question, Media, Text and Narrative are all types of components). These components can be split into two categories.",
"_graphic": {
"src": "course/en/images/click_1.png",
"alt": "info about first card."
}
},
{
"title": "Presentational components",
"body": "A presentational component should be used to display content with little interactivity. A few components that full under this category are: Graphic, Media, Hot Graphic and Narrative.",
"_graphic": {
"src": "course/en/images/click_2.png",
"alt": "info about second card."
}
}
],
"_flag": "horizontal"
}
{
"_id": "c-20",
"_parentId": "b-20",
"_type": "component",
"_component": "clickAndLearn",
"_classes": "",
"_layout": "full",
"title": "Click And Learn",
"body": "This is optional body text. Click the image below to reveal the text.",
"displayTitle": "ClickAndLearn",
"instruction": "",
"_items": [
{
"title": "What is a component?",
"body": "In Adapt we have a concept of components. These components are the main interactive elements found on a page. (Multiple Choice Question, Media, Text and Narrative are all types of components). These components can be split into two categories.",
"_graphic": {
"src": "course/en/images/click_1.png",
"alt": "info about first card."
}
},
{
"title": "Presentational components",
"body": "A presentational component should be used to display content with little interactivity. A few components that full under this category are: Graphic, Media, Hot Graphic and Narrative.",
"_graphic": {
"src": "course/en/images/click_2.png",
"alt": "info about second card."
}
}
],
"_flag": "vertical"
}
//_flag accepts 'horizontal' and 'vertical'