@webwriter/quiz 1.0.7 → 1.0.9
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 +18 -1
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webwriter/quiz",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
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
6
|
"webwriter-widget",
|
|
7
|
+
"widget-practical",
|
|
7
8
|
"widget-lang-en",
|
|
8
9
|
"widget-lang-de",
|
|
9
10
|
"widget-lang-af",
|
|
@@ -74,6 +75,16 @@
|
|
|
74
75
|
"widget-lang-yi",
|
|
75
76
|
"widget-lang-zh",
|
|
76
77
|
"iscedf2013-99",
|
|
78
|
+
"iscedf2013-01",
|
|
79
|
+
"iscedf2013-02",
|
|
80
|
+
"iscedf2013-03",
|
|
81
|
+
"iscedf2013-04",
|
|
82
|
+
"iscedf2013-05",
|
|
83
|
+
"iscedf2013-06",
|
|
84
|
+
"iscedf2013-07",
|
|
85
|
+
"iscedf2013-08",
|
|
86
|
+
"iscedf2013-09",
|
|
87
|
+
"iscedf2013-10",
|
|
77
88
|
"isced2011-1",
|
|
78
89
|
"isced2011-2",
|
|
79
90
|
"isced2011-3",
|
|
@@ -81,6 +92,7 @@
|
|
|
81
92
|
"isced2011-5",
|
|
82
93
|
"isced2011-6",
|
|
83
94
|
"isced2011-7",
|
|
95
|
+
"isced2011-8",
|
|
84
96
|
"quiz",
|
|
85
97
|
"choice",
|
|
86
98
|
"test"
|
|
@@ -189,6 +201,11 @@
|
|
|
189
201
|
"./icon": "./icon.svg"
|
|
190
202
|
},
|
|
191
203
|
"editingConfig": {
|
|
204
|
+
".": {
|
|
205
|
+
"description": {
|
|
206
|
+
"de": "Fügen Sie interaktive Aufgaben hinzu (Multiple Choice, Reihenfolge, freier Text, Hervorhebung oder Spracheingabe). Erstellen Sie ein Quiz aus mehreren Aufgaben."
|
|
207
|
+
}
|
|
208
|
+
},
|
|
192
209
|
"./widgets/webwriter-choice-item": {
|
|
193
210
|
"group": "",
|
|
194
211
|
"selectable": false,
|