forked from cgkineo/adapt-hotspotMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
58 lines (58 loc) · 1.47 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
// put _hotspotMenuGraphic on menu content object
{
"_id": "co-02",
"_parentId": "course",
"_type": "menu",
"_classes": "",
"title": "",
"displayTitle": "",
"pageBody": "",
"body": "",
"_graphic": {
"src": "course/en/images/***.jpg",
"alt": "alt text"
},
"linkText": "",
"duration": "",
"_comment": "_lockType = sequential | unlockFirst | lockLast | custom",
"_lockType": "",
"_hotspotMenuAudio": {
"instruction": "",
"instructionMobile": "",
"linkLockedText": "",
"linkVisitedText": "",
"durationLabel": "",
"_bypassPopup": false,
"_hotspotMenuItem": {
"_type": "text", "text" "number" "icon" "graphic" "custom",
"text": "",
"number": "",
"icon": "icon-pin", "icon-checklist" "icon-person" "icon-pin" "icon-plus" "icon-point" "icon-question" "icon-search" "icon-star" "icon-warning",
"_custom": "",
"_position": {
"_top": 50,
"_left": 50
},
"_graphic": {
"src": "",
"srcHover": "",
"srcVisited": "",
"srcComplete": "",
"srcPassed": "",
"srcFailed": "",
"locked": "",
"alt": ""
}
},
"_audio": {
"_isEnabled": true,
"_showControls": false,
"_autoplay": true,
"_channel": 0,
"_location": "top-right",
"_media": {
"src": ""
}
}
}
},