forked from cgkineo/adapt-nudge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.json
42 lines (37 loc) · 885 Bytes
/
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
// course.json
"_nudge": {
"_isEnabled": true,
"_nonInteractiveComponents": {
"_autoAssign": true,
"_components": [
"assessmentResults",
"blank",
"graphic",
"text"
]
},
"_isScrollEnabled": true,
"_isPlpEnabled": true,
"_isTrickleEnabled": true,
"_isPageCompletionEnabled": true,
"_isTrackingEnabled": true,
"_nudgePlpBeforeScroll": false,
"_showScrollNudgeOnlyOnce": false,
"_visibilityThreshold": 33,
"_wait": 5000,
"_debug": false
},
// contentObjects.json
"_nudge": {
"_isScrollEnabled": true,
"_isPlpEnabled": true,
"_isTrickleEnabled": true,
"_isPageCompletionEnabled": true,
"_showScrollNudgeOnlyOnce": false,
"_completionNudgeTarget": false,
"_wait": 5000
}
// components.json
"_nudge": {
"_visibilityThreshold":33
}