forked from adaptlearning/adapt-contrib-narrative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
71 lines (71 loc) · 2.8 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
67
68
69
70
71
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "narrative",
"_classes": "",
"_layout": "full",
"title": "Narrative",
"displayTitle": "Narrative",
"body": "This is optional body text.",
"instruction": "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.",
"mobileInstruction": "This is optional instruction text that will be shown when viewed on mobile.",
"_hasNavigationInTextArea": false,
"_comment": "setCompletionOn = inview | allItems",
"_setCompletionOn": "allItems",
"_isTextBelowImage": false,
"_isMobileTextBelowImage": false,
"_items": [
{
"title": "Narrative item 1 title",
"titleReduced": "Reduced 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.",
"bodyReduced": "Reduced text",
"instruction": "",
"_graphic": {
"src": "course/en/images/image-slider-1.jpg",
"alt": "",
"attribution": "Copyright © 2019"
},
"strapline": "Narrative item 1 strapline",
"_audio": {
"src": "course/en/audio/***.mp3"
}
},
{
"title": "Narrative item 2 title",
"titleReduced": "Reduced title",
"body": "This is display text 2.",
"bodyReduced": "Reduced text",
"instruction": "",
"_graphic": {
"src": "course/en/images/image-slider-2.jpg",
"alt": "",
"attribution": ""
},
"strapline": "Narrative item 2 strapline",
"_audio": {
"src": "course/en/audio/***.mp3"
}
},
{
"title": "Narrative item 3 title",
"titleReduced": "Reduced title",
"body": "This is display text 3.",
"bodyReduced": "Reduced text",
"instruction": "",
"_graphic": {
"src": "course/en/images/image-slider-3.jpg",
"alt": "",
"attribution": ""
},
"strapline": "Narrative item 3 strapline",
"_audio": {
"src": "course/en/audio/***.mp3"
}
}
],
"_pageLevelProgress": {
"_isEnabled": true
}
}