This repository was archived by the owner on Feb 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.46 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.46 KB
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
{
"name": "sop",
"fullName": "ILIAS SCORM Offline Player",
"id": "f23bee90-c208-4dba-b923-173940c32bd9",
"description": "Allows to run SCORM 1.2 and 2004 modules offline incl. usertracking.",
"author": "Stefan Schneider (schneider@hrz.uni-marburg.de), Uwe Kohnle (kohnle@internetlehrer-gmbh.de)",
"license": "GPL v2.0",
"version": "1.0.4",
"preferences" :
[{
"description": "Autostart SCORM Offline Manager",
"type": "bool",
"name": "prefAutoStart",
"value": true,
"title": "Autostart SOM"
},
{
"description": "SCORM Offline Manager Skin",
"type": "menulist",
"name": "prefSkin",
"value": "ilias",
"title": "SOM Skin",
"options": [
{
"value": "ilias",
"label": "ilias"
},
{
"value": "frm",
"label": "frm"
}
]
},
{
"description": "Start SCORM Offline Manager",
"type": "control",
"label": "Start SOM",
"name": "prefStartSOM",
"title": "Start SOM"
},
{
"description": "Stop SCORM Offline Manager",
"type": "control",
"label": "Stop SOM",
"name": "prefStopSOM",
"title": "Stop SOM"
},
{
"description": "Reset to Factory Data",
"type": "control",
"label": "Reset to Factory Data",
"name": "prefResetSOM",
"title": "Reset SOM"
},
{
"description": "Start webserver asynchronously (experimemtal)",
"type": "bool",
"name": "prefAsyncWebserver",
"value": false,
"title": "Asynchronous Webserver"
}]
}