forked from h5p/h5p-single-choice-set
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
99 lines (99 loc) · 1.88 KB
/
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
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
{
"machineName": "H5P.SingleChoiceSet",
"title": "Single Choice Set",
"description": "Create sets of single choice tasks",
"license": "MIT",
"author": "Joubel",
"majorVersion": 1,
"minorVersion": 11,
"patchVersion": 3,
"runnable": 1,
"fullscreen": 0,
"embedTypes": [
"iframe"
],
"coreApi": {
"majorVersion": 1,
"minorVersion": 19
},
"preloadedCss": [
{
"path": "styles/single-choice-set.css"
}
],
"preloadedJs": [
{
"path": "scripts/stop-watch.js"
},
{
"path": "scripts/sound-effects.js"
},
{
"path": "scripts/xapi-event-builder.js"
},
{
"path": "scripts/result-slide.js"
},
{
"path": "scripts/solution-view.js"
},
{
"path": "scripts/single-choice-alternative.js"
},
{
"path": "scripts/single-choice.js"
},
{
"path": "scripts/single-choice-set.js"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
},
{
"machineName": "H5P.JoubelUI",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "H5P.Transition",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5P.SoundJS",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5P.Question",
"majorVersion": 1,
"minorVersion": 4
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "H5PEditor.RangeList",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5PEditor.SingleChoiceSetTextualEditor",
"majorVersion": 1,
"minorVersion": 0
}
]
}