@webwriter/quiz 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +86 -6
package/package.json
CHANGED
|
@@ -1,9 +1,89 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webwriter/quiz",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Add interactive tasks (multiple choice, order, free text, highlighting, or speech input). Make a quiz out of multiple tasks.",
|
|
5
5
|
"keywords": [
|
|
6
|
-
"webwriter-widget"
|
|
6
|
+
"webwriter-widget",
|
|
7
|
+
"widget-lang-en",
|
|
8
|
+
"widget-lang-de",
|
|
9
|
+
"widget-lang-af",
|
|
10
|
+
"widget-lang-am",
|
|
11
|
+
"widget-lang-ar",
|
|
12
|
+
"widget-lang-az",
|
|
13
|
+
"widget-lang-bg",
|
|
14
|
+
"widget-lang-bn",
|
|
15
|
+
"widget-lang-bs",
|
|
16
|
+
"widget-lang-ca",
|
|
17
|
+
"widget-lang-cs",
|
|
18
|
+
"widget-lang-cy",
|
|
19
|
+
"widget-lang-da",
|
|
20
|
+
"widget-lang-el",
|
|
21
|
+
"widget-lang-eo",
|
|
22
|
+
"widget-lang-es",
|
|
23
|
+
"widget-lang-et",
|
|
24
|
+
"widget-lang-eu",
|
|
25
|
+
"widget-lang-fa",
|
|
26
|
+
"widget-lang-fi",
|
|
27
|
+
"widget-lang-fil",
|
|
28
|
+
"widget-lang-fr",
|
|
29
|
+
"widget-lang-gl",
|
|
30
|
+
"widget-lang-he",
|
|
31
|
+
"widget-lang-hi",
|
|
32
|
+
"widget-lang-hr",
|
|
33
|
+
"widget-lang-hu",
|
|
34
|
+
"widget-lang-hy",
|
|
35
|
+
"widget-lang-id",
|
|
36
|
+
"widget-lang-is",
|
|
37
|
+
"widget-lang-it",
|
|
38
|
+
"widget-lang-ja",
|
|
39
|
+
"widget-lang-ka",
|
|
40
|
+
"widget-lang-kk",
|
|
41
|
+
"widget-lang-km",
|
|
42
|
+
"widget-lang-kn",
|
|
43
|
+
"widget-lang-ko",
|
|
44
|
+
"widget-lang-lt",
|
|
45
|
+
"widget-lang-lv",
|
|
46
|
+
"widget-lang-mk",
|
|
47
|
+
"widget-lang-ml",
|
|
48
|
+
"widget-lang-mn",
|
|
49
|
+
"widget-lang-mr",
|
|
50
|
+
"widget-lang-ms",
|
|
51
|
+
"widget-lang-nb",
|
|
52
|
+
"widget-lang-ne",
|
|
53
|
+
"widget-lang-nl",
|
|
54
|
+
"widget-lang-nn",
|
|
55
|
+
"widget-lang-pl",
|
|
56
|
+
"widget-lang-pt",
|
|
57
|
+
"widget-lang-ro",
|
|
58
|
+
"widget-lang-ru",
|
|
59
|
+
"widget-lang-si",
|
|
60
|
+
"widget-lang-sk",
|
|
61
|
+
"widget-lang-sl",
|
|
62
|
+
"widget-lang-sq",
|
|
63
|
+
"widget-lang-sr",
|
|
64
|
+
"widget-lang-sv",
|
|
65
|
+
"widget-lang-ta",
|
|
66
|
+
"widget-lang-tg",
|
|
67
|
+
"widget-lang-th",
|
|
68
|
+
"widget-lang-tr",
|
|
69
|
+
"widget-lang-ug",
|
|
70
|
+
"widget-lang-uk",
|
|
71
|
+
"widget-lang-uz",
|
|
72
|
+
"widget-lang-vi",
|
|
73
|
+
"widget-lang-xh",
|
|
74
|
+
"widget-lang-yi",
|
|
75
|
+
"widget-lang-zh",
|
|
76
|
+
"iscedf2013-99",
|
|
77
|
+
"isced2011-1",
|
|
78
|
+
"isced2011-2",
|
|
79
|
+
"isced2011-3",
|
|
80
|
+
"isced2011-4",
|
|
81
|
+
"isced2011-5",
|
|
82
|
+
"isced2011-6",
|
|
83
|
+
"isced2011-7",
|
|
84
|
+
"quiz",
|
|
85
|
+
"choice",
|
|
86
|
+
"test"
|
|
7
87
|
],
|
|
8
88
|
"license": "MIT",
|
|
9
89
|
"author": "Frederic Salmen <frederic@fsalmen.de>",
|
|
@@ -37,14 +117,14 @@
|
|
|
37
117
|
"default": "./dist/widgets/webwriter-quiz.*"
|
|
38
118
|
},
|
|
39
119
|
"./snippets/choice.html": "./src/snippets/choice.html",
|
|
40
|
-
"./snippets/beispiel-choice.html": "./src/snippets/Beispiel-Choice.html",
|
|
41
120
|
"./snippets/order.html": "./src/snippets/order.html",
|
|
42
|
-
"./snippets/beispiel-order.html": "./src/snippets/Beispiel-Order.html",
|
|
43
121
|
"./snippets/text.html": "./src/snippets/text.html",
|
|
44
|
-
"./snippets/beispiel-text.html": "./src/snippets/Beispiel-Text.html",
|
|
45
122
|
"./snippets/mark.html": "./src/snippets/mark.html",
|
|
46
|
-
"./snippets/beispiel-mark.html": "./src/snippets/Beispiel-Mark.html",
|
|
47
123
|
"./snippets/speech.html": "./src/snippets/speech.html",
|
|
124
|
+
"./snippets/beispiel-choice.html": "./src/snippets/Beispiel-Choice.html",
|
|
125
|
+
"./snippets/beispiel-order.html": "./src/snippets/Beispiel-Order.html",
|
|
126
|
+
"./snippets/beispiel-text.html": "./src/snippets/Beispiel-Text.html",
|
|
127
|
+
"./snippets/beispiel-mark.html": "./src/snippets/Beispiel-Mark.html",
|
|
48
128
|
"./widgets/webwriter-task.*": {
|
|
49
129
|
"source": "./src/widgets/webwriter-task.ts",
|
|
50
130
|
"default": "./dist/widgets/webwriter-task.*"
|