-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.json
71 lines (68 loc) · 1.88 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
//If there is image to load and an non-paginated instruction block.
{
"_id":"c-10",
"_parentId":"b-05",
"_type":"component",
"_component":"embeddedLink",
"_classes":"",
"_layout":"full",
"title":"",
"displayTitle": "Embedded Link",
"body": "",
"instruction": "",
"_isPartOfVerticalBlockSlider":false,
"_page":{
"title":"",
"body":"With the advent of modern browsers, frameworks, developments in HTML 5 and responsive design approaches we're now able to create engaging learning that will work, regardless of the device being used.",
"audioSrc": "course/en/audio/hot-graphic1",
"audioTypes": [
{
"type": "mp3",
"codec": "audio/mpeg"
}
]
},
"_posterImage":"course/en/images/big_buck_bunny-small.jpg",
"_source": "course/en/images/CS1_CS3_4911_003.jpg",
"_imageSource":"course/en/embed/Wikipedia.html",
"_pageLevelProgress": {
"_isEnabled": true
},
"_setContentCompletion": true
},
//other Media and a paginated instruction block.
{
"_id":"c-10",
"_parentId":"b-05",
"_type":"component",
"_component":"embeddedLink",
"_classes":"",
"_layout":"full",
"title":"",
"body": "",
"_isPartOfVerticalBlockSlider":false,
"_page":{
"title":"",
"body":"",
"instructionSteps":[
"1. Step 1",
"2. Step 2",
"3. Step 3"
],
"audioSrc": "course/en/audio/hot-graphic1",
"audioTypes": [
{
"type": "mp3",
"codec": "audio/mpeg"
}
]
},
"_height":800,
"_posterImage":"course/en/images/big_buck_bunny-small.jpg",
"_source": "course/en/pdf/adapt-framework-prototypes-buttons.pdf",
"_isLightBox":false,
"_pageLevelProgress": {
"_isEnabled": true
},
"_setContentCompletion":true
}