forked from ivanmuzika/personalized-learning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
72 lines (72 loc) · 1.74 KB
/
manifest.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
{
"name": "Personalized learning",
"shortDescription": "A smart eLearning course with a study advice for the learner\n\nDetails:\nThe learner will see all questions in an assessment first. Based on the results of that assessment the course will present a study advice with the weak points of the learner. In order to use this successful, don't use the content items, but add the content directly to the question!",
"thumbnail": "preview/thumbnail.png",
"previewImages": [
"preview/images/preview.jpg"
],
"settingsUrls": {
"design": {
"branding": "settings/design/branding.html",
"layout": "settings/design/layout.html"
},
"configure": "settings/configure/configure.html"
},
"languages": [
{
"code": "nl",
"name": "Dutch",
"url": "lang/nl.json"
},
{
"code": "en",
"name": "English",
"url": "lang/en.json"
},
{
"code": "ua",
"name": "Ukrainian",
"url": "lang/ua.json"
},
{
"code": "de",
"name": "German",
"url": "lang/de.json"
},
{
"code": "fr",
"name": "French",
"url": "lang/fr.json"
},
{
"code": "pt-br",
"name": "Portuguese - Brazil",
"url": "lang/pt-br.json"
},
{
"code": "ru",
"name": "Russian",
"url": "lang/ru.json"
},
{
"code": "es",
"name": "Spanish",
"url": "lang/es.json"
},
{
"code": "it",
"name": "Italian",
"url": "lang/it.json"
},
{
"code": "no",
"name": "Norwegian",
"url": "lang/no.json"
},
{
"code": "zh-cn",
"name": "Chinese",
"url": "lang/zh-cn.json"
}
]
}