forked from adaptlearning/adapt-contrib-narrative
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.json
More file actions
47 lines (47 loc) · 1.97 KB
/
example.json
File metadata and controls
47 lines (47 loc) · 1.97 KB
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
{
"_id": "c-35",
"_parentId": "b-15",
"_classes": "",
"_type":"component",
"_layout": "full",
"_component": "narrative",
"title": "Narrative",
"displayTitle": "Narrative",
"body": "This is optional body text. Select the forward arrows to move through the narrative on a desktop, or swipe the images and select the plus icons to do so on mobile.",
"instruction": "",
"_hasNavigationInTextArea": false,
"mobileInstruction": "This is optional instruction text that will be shown when viewed on mobile.",
"_setCompletionOn":"allItems",
"_items": [
{
"title": "Narrative stage 1 title",
"body": "This is display text 1. If viewing on desktop or tablet, this text will appear to the right of the image. On mobile, you’ll need to select the plus icon to reveal this text.",
"_graphic": {
"src": "course/en/images/image-slider-1.jpg",
"alt": "First graphic",
"attribution":"Copyright © 2015"
},
"strapline": "Here is the first..."
},
{
"title": "Narrative stage 2 title",
"body": "This is display text 2.",
"_graphic": {
"src": "course/en/images/image-slider-2.jpg",
"alt": "Second graphic",
"attribution":"Copyright © 2015"
},
"strapline": "Now comes the second..."
},
{
"title": "Narrative stage 3 title",
"body": "This is display text 3.",
"_graphic": {
"src": "course/en/images/image-slider-3.jpg",
"alt": "Third graphic",
"attribution":"Copyright © 2015"
},
"strapline": "Third here!"
}
]
}