-
Notifications
You must be signed in to change notification settings - Fork 21
/
library.json
executable file
·44 lines (44 loc) · 946 Bytes
/
library.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
{
"title": "Find Multiple Hotspots",
"description": "A question that is answered by pressing all the correct hotspots.",
"contentType": "Question",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 1,
"runnable": 1,
"author": "Luke Muller",
"coreApi": {
"majorVersion": 1,
"minorVersion": 6
},
"machineName": "H5P.ImageMultipleHotspotQuestion",
"preloadedCss": [
{
"path": "image-multiple-hotspot-question.css"
}
],
"preloadedJs": [
{
"path": "image-multiple-hotspot-question.js"
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.Wizard",
"majorVersion": 1,
"minorVersion": 2
},
{
"machineName": "H5PEditor.ImageMultipleHotspotQuestion",
"majorVersion": 1,
"minorVersion": 0
}
],
"preloadedDependencies": [
{
"machineName": "H5P.Question",
"majorVersion": 1,
"minorVersion": 4
}
]
}