-
Notifications
You must be signed in to change notification settings - Fork 0
/
reveal.json
151 lines (151 loc) · 4.23 KB
/
reveal.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"controls": true,
"progress": true,
"history": false,
"center": true,
"slideNumber": true,
"menu": {
"side": "left",
"width": "normal",
"numbers": true,
"markers": true,
"custom": false,
"themes": true,
"themesPath": "../dist/theme/",
"transitions": true,
"openButton": true,
"openSlideNumber": false,
"keyboard": true,
"sticky": false,
"autoOpen": true,
"delayInit": false,
"openOnInit": false,
"loadIcons": true
},
"chalkboard": {
"boardmarkerWidth": 10,
"chalkWidth": 10,
"chalkEffect": 1.0,
"readOnly": false,
"src": null,
"colorButtons": true,
"toggleChalkboardButton": { "left": "75px", "bottom": "30px", "top": "auto", "right": "auto" },
"toggleNotesButton": { "left": "120px", "bottom": "30px", "top": "auto", "right": "auto" },
"eraser": { "radius": 32, "src": "../_assets/plugin/chalkboard/img/sponge.png" }
},
"audio": {
"prefix": "audio/",
"suffix": ".ogg",
"textToSpeechURL": "http://api.voicerss.org/?key=09d9118852a04a89940796ce6f183998&hl=en-gb&c=ogg&src=",
"autoplay": false,
"defaultDuration": 5,
"defaultAudios": false,
"playerOpacity": 0.05,
"playerStyle": "position: fixed; bottom: 4px; left: 25%; width: 50%; height:75px; z-index: 33;",
"startAtFragment": false
},
"chart": {
"defaults": {
"color": "lightgray",
"scale": {
"beginAtZero": true,
"ticks": { "stepSize": 1 },
"grid": { "color": "lightgray" }
}
},
"line": {
"borderColor": [
"rgba(3, 225, 18,.8)",
"rgba(112, 101, 135,.8)",
"rgba(126, 194, 130,.8)",
"rgba(221, 232, 71,.8)",
"rgba(187, 155, 47,.8)",
"rgba(180, 119, 99,.8)",
"rgba(92, 229, 232,.8)",
"rgba(161, 30, 14,.8)",
"rgba(231, 34, 107,.8)",
"rgba(224, 183, 40,.8)",
"rgba(159, 148, 29,.8)",
"rgba(156, 55, 9,.8)",
"rgba(209, 147, 173,.8)",
"rgba(12, 135, 108,.8)",
"rgba(121, 255, 127,.8)",
"rgba(122, 44, 34,.8)",
"rgba(177, 163, 107,.8)",
"rgba(90, 51, 217,.8)",
"rgba(160, 241, 24,.8)",
"rgba(200, 114, 10,.8)"
],
"borderDash": [
[5, 10],
[0, 0]
]
},
"bar": {
"backgroundColor": ["rgba(20,220,220,.8)", "rgba(220,120,120,.8)", "rgba(20,120,220,.8)"]
},
"pie": {
"backgroundColor": [
[
"rgba(3, 225, 18,.8)",
"rgba(112, 101, 135,.8)",
"rgba(126, 194, 130,.8)",
"rgba(221, 232, 71,.8)",
"rgba(187, 155, 47,.8)",
"rgba(180, 119, 99,.8)",
"rgba(92, 229, 232,.8)",
"rgba(161, 30, 14,.8)",
"rgba(231, 34, 107,.8)",
"rgba(224, 183, 40,.8)",
"rgba(159, 148, 29,.8)",
"rgba(156, 55, 9,.8)",
"rgba(209, 147, 173,.8)",
"rgba(12, 135, 108,.8)",
"rgba(121, 255, 127,.8)",
"rgba(122, 44, 34,.8)",
"rgba(177, 163, 107,.8)",
"rgba(90, 51, 217,.8)",
"rgba(160, 241, 24,.8)",
"rgba(200, 114, 10,.8)"
]
]
},
"radar": {
"borderColor": [
"rgba(3, 225, 18,.8)",
"rgba(112, 101, 135,.8)",
"rgba(126, 194, 130,.8)",
"rgba(221, 232, 71,.8)",
"rgba(187, 155, 47,.8)",
"rgba(180, 119, 99,.8)",
"rgba(92, 229, 232,.8)",
"rgba(161, 30, 14,.8)",
"rgba(231, 34, 107,.8)",
"rgba(224, 183, 40,.8)",
"rgba(159, 148, 29,.8)",
"rgba(156, 55, 9,.8)",
"rgba(209, 147, 173,.8)",
"rgba(12, 135, 108,.8)",
"rgba(121, 255, 127,.8)",
"rgba(122, 44, 34,.8)",
"rgba(177, 163, 107,.8)",
"rgba(90, 51, 217,.8)",
"rgba(160, 241, 24,.8)",
"rgba(200, 114, 10,.8)"
]
}
},
"seminar": {
"server": "https://reveal-seminar.herokuapp.com",
"port": 4433,
"room": "DNG-Slide-Room",
"password": "pass.123",
"logger": "logger",
"hash": "$2a$05$StoC1GND3DicZ4f0cF7ve.zeJx3NFUdN/XHZwdTzLVh3brdB6QkhC",
"autoJoin": true
},
"questions": {
"toggleQnAButton": { "left": "180px" }
},
"dependencies": [{ "src": "../_assets/plugin/reveald3/reveald3.js" }]
}