-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathexample.json
83 lines (83 loc) · 2.06 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_layout": "full",
"_component": "scenario",
"title": "Scenario",
"displayTitle": "Scenario",
"body": "Select the Forward button on the slider to view the conversation.",
"itemsOnStage": 2,
"_items": [
{
"speaker": "Sam",
"body": "Hi Martin",
"_graphic": {
"_src": "assets/sam.png"
},
"_position": {
"_right": false
},
"_color": false
},
{
"speaker": "Martin",
"body": "Hi Sam",
"_graphic": {
"_src": "assets/martin.png"
},
"_position": {
"_right": true
},
"_color": false
},
{
"speaker": "Sam",
"body": "Responsive e-learning design takes its inspiration from responsive web design.",
"_graphic": {
"_src": "assets/sam.png"
},
"_position": {
"_right": false
},
"_color": true
},
{
"speaker": "Martin",
"body": "Yes, the Adapt Framework creates HTML5 e-learning courses. They may be delivered with a web server or a with SCORM compliant learning management system.",
"_graphic": {
"_src": "assets/martin.png"
},
"_position": {
"_right": true
},
"_color": false
},
{
"speaker": "Sam",
"body": "Right",
"_graphic": {
"_src": "assets/sam.png"
},
"_position": {
"_right": false
},
"_color": true
},
{
"speaker": "Martin",
"body": "We’re inspired by being completely open and everything is discussed in the open from the start. This is where these discussions take place.",
"_graphic": {
"_src": "assets/martin.png"
},
"_position": {
"_right": true
},
"_color": true
}
],
"_pageLevelProgress": {
"_isEnabled": true,
"_isCompletionIndicatorEnabled": true
}
}