-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.json
More file actions
50 lines (50 loc) · 1.71 KB
/
example.json
File metadata and controls
50 lines (50 loc) · 1.71 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
48
49
50
{
"_id": "c-05",
"_parentId": "b-05",
"_type": "component",
"_component": "simple-table",
"_classes": "",
"_layout": "left",
"title": "Introduction",
"displayTitle": "",
"body": "Adapt allows you to combine text and graphic components on the scrolling page to create rich and varied learning experiences. In addition, a wide range of interactive components are also available to help encourage deeper engagement with the material.<br><br>These presentation components can be structured in any way to help you create learning experiences that meet the needs of your learners.",
"instruction": "Scroll down to see what presentation components are available as part of the Version 2.0 core bundle.",
"_items": [
{
"_header": [{
"text": "Text"
},
{
"text": "Graphics"
},
{
"text": "Table"
}
]},
{
"_cell": [{
"text": "The text component can often be the best choice for imparting information..."
},
{
"text": "You can add interactivity to an image..."
},
{
"text": "The narrative component lets you scroll through..."
}
]},
{
"_cell": [{
"text": "....particularly when used in conjunction with complementary graphics."
},
{
"text": "...by using the hot graphic."
},
{
"text": "...a series of images each with some accompanying text."
}
]}
],
"_pageLevelProgress": {
"_isEnabled": true
}
}