forked from adaptlearning/adapt-contrib-narrative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
53 lines (53 loc) · 2.12 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
{
"_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",
"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": "",
"attribution": "Copyright © 2019"
},
"strapline": "Narrative item 1 strapline"
},
{
"title": "Narrative item 2 title",
"body": "This is display text 2.",
"_graphic": {
"src": "course/en/images/image-slider-2.jpg",
"alt": "",
"attribution": ""
},
"strapline": "Narrative item 2 strapline"
},
{
"title": "Narrative item 3 title",
"body": "This is display text 3.",
"_graphic": {
"src": "course/en/images/image-slider-3.jpg",
"alt": "",
"attribution": ""
},
"strapline": "Narrative item 3 strapline"
}
],
"_pageLevelProgress": {
"_isEnabled": true
}
}