@pie-element/drawing-response 12.1.2-next.12 → 12.1.2-next.13
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/author.js +2 -0
- package/dist/browser/delivery/index.js +108 -4
- package/dist/browser/delivery/index.js.map +1 -1
- package/dist/index.iife.js +7 -7
- package/package.json +3 -2
package/author.js
ADDED
|
@@ -96,6 +96,24 @@ var E = class e extends CustomEvent {
|
|
|
96
96
|
reset: "Reset"
|
|
97
97
|
},
|
|
98
98
|
mathInline: { primaryCorrectWithAlternates: "Note: The answer shown above is the primary correct answer specified by the author for this item, but other answers may also be recognized as correct." },
|
|
99
|
+
mcPopulatedBlank: {
|
|
100
|
+
answerChoices: "Answer choices",
|
|
101
|
+
blankLabel: "blank",
|
|
102
|
+
emptyBlank: "(blank)",
|
|
103
|
+
blankPreSelectionHint: "The answer you choose will appear on the blank line above.",
|
|
104
|
+
correctAnswerSelected: "Correct answer selected",
|
|
105
|
+
incorrectAnswerSelected: "Incorrect answer selected",
|
|
106
|
+
selectedAnswerImage: "Selected answer image",
|
|
107
|
+
choiceImage: "Choice {{id}}",
|
|
108
|
+
clickToEnableAutoplay: "Click to enable audio autoplay",
|
|
109
|
+
audioResourceUnavailable: "Audio is enabled but no playable audio URL is configured.",
|
|
110
|
+
listen: "Listen",
|
|
111
|
+
listenSilentAlt: "Repeat instructions",
|
|
112
|
+
listenPlayingAlt: "Instructions are playing",
|
|
113
|
+
printAudio: "Audio:",
|
|
114
|
+
printTranscript: "Transcript:",
|
|
115
|
+
printKey: "(key)"
|
|
116
|
+
},
|
|
99
117
|
multipleChoice: {
|
|
100
118
|
minSelections: "Select at least {{minSelections}}.",
|
|
101
119
|
maxSelections_one: "Only {{maxSelections}} answer is allowed.",
|
|
@@ -108,6 +126,38 @@ var E = class e extends CustomEvent {
|
|
|
108
126
|
correctAnswerNotSelected: "Correct Answer Not Selected",
|
|
109
127
|
incorrectSelection: "Incorrect Selection",
|
|
110
128
|
key: "Key"
|
|
129
|
+
},
|
|
130
|
+
simpleCloze: {
|
|
131
|
+
correctAnswerShown: "Correct answer",
|
|
132
|
+
correct: "Correct",
|
|
133
|
+
incorrect: "Incorrect",
|
|
134
|
+
unanswered: "No answer",
|
|
135
|
+
placeholder: "Enter your answer...",
|
|
136
|
+
answerInput: "Your answer",
|
|
137
|
+
printCorrectAnswer: "Correct answer:",
|
|
138
|
+
printAnswerBlank: "Answer blank"
|
|
139
|
+
},
|
|
140
|
+
vennClassification: {
|
|
141
|
+
tray: "Tiles to classify",
|
|
142
|
+
unknownTarget: "unknown",
|
|
143
|
+
cancelled: "Cancelled",
|
|
144
|
+
returnedToTray: "{{name}} returned to tray",
|
|
145
|
+
placedIn: "{{name}} placed in {{target}}",
|
|
146
|
+
pickedUp: "Picked up {{name}}",
|
|
147
|
+
pickedUpWithKeyboard: "Picked up {{name}}, drop target: {{target}}. Use arrow keys to choose a drop target, Enter to drop, Escape to cancel.",
|
|
148
|
+
dropTarget: "Drop target: {{target}}",
|
|
149
|
+
unsupportedCircles_one: "This diagram cannot be shown: it has {{count}} circle, and only {{supported}} are supported.",
|
|
150
|
+
unsupportedCircles_other: "This diagram cannot be shown: it has {{count}} circles, and only {{supported}} are supported.",
|
|
151
|
+
setNumber: "Set {{number}}",
|
|
152
|
+
regionOnly: "{{set}} only",
|
|
153
|
+
regionNeither: "Neither {{first}} nor {{second}}",
|
|
154
|
+
regionNoneOf: "None of {{sets}}",
|
|
155
|
+
regionAndSeparator: " and ",
|
|
156
|
+
tileFallbackName: "Tile",
|
|
157
|
+
tileNotPlaced: "not placed",
|
|
158
|
+
tileInRegion: "in {{region}}",
|
|
159
|
+
tileCorrect: "correct",
|
|
160
|
+
tileIncorrect: "incorrect"
|
|
111
161
|
}
|
|
112
162
|
},
|
|
113
163
|
common: {
|
|
@@ -117,6 +167,8 @@ var E = class e extends CustomEvent {
|
|
|
117
167
|
incorrect: "Incorrect",
|
|
118
168
|
showCorrectAnswer: "Show correct answer",
|
|
119
169
|
hideCorrectAnswer: "Hide correct answer",
|
|
170
|
+
showTeacherInstructions: "Show Teacher Instructions",
|
|
171
|
+
hideTeacherInstructions: "Hide Teacher Instructions",
|
|
120
172
|
commonCorrectAnswerWithAlternates: "Note: The answer shown above is the most common correct answer for this item. One or more additional correct answers are also defined, and will also be recognized as correct.",
|
|
121
173
|
warning: "Warning",
|
|
122
174
|
showNote: "Show Note",
|
|
@@ -185,6 +237,24 @@ var E = class e extends CustomEvent {
|
|
|
185
237
|
reset: "Reiniciar"
|
|
186
238
|
},
|
|
187
239
|
mathInline: { primaryCorrectWithAlternates: "Nota: La respuesta que se muestra arriba es la respuesta correcta principal especificada por el autor para esta pregunta, pero también se pueden reconocer otras respuestas como correctas." },
|
|
240
|
+
mcPopulatedBlank: {
|
|
241
|
+
answerChoices: "Opciones de respuesta",
|
|
242
|
+
blankLabel: "espacio en blanco",
|
|
243
|
+
emptyBlank: "(en blanco)",
|
|
244
|
+
blankPreSelectionHint: "La respuesta que elijas aparecerá en la línea en blanco de arriba.",
|
|
245
|
+
correctAnswerSelected: "Respuesta correcta seleccionada",
|
|
246
|
+
incorrectAnswerSelected: "Respuesta incorrecta seleccionada",
|
|
247
|
+
selectedAnswerImage: "Imagen de la respuesta seleccionada",
|
|
248
|
+
choiceImage: "Opción {{id}}",
|
|
249
|
+
clickToEnableAutoplay: "Haz clic para activar la reproducción automática del audio",
|
|
250
|
+
audioResourceUnavailable: "El audio está activado, pero no hay una URL de audio reproducible configurada.",
|
|
251
|
+
listen: "Escuchar",
|
|
252
|
+
listenSilentAlt: "Escuchar. Repetir las instrucciones.",
|
|
253
|
+
listenPlayingAlt: "Escuchar. Estas son las instrucciones.",
|
|
254
|
+
printAudio: "Audio:",
|
|
255
|
+
printTranscript: "Transcripción:",
|
|
256
|
+
printKey: "(clave)"
|
|
257
|
+
},
|
|
188
258
|
multipleChoice: {
|
|
189
259
|
minSelections: "Seleccione al menos {{minSelections}}.",
|
|
190
260
|
maxSelections_one: "Sólo se permite {{maxSelections}} respuesta.",
|
|
@@ -197,15 +267,49 @@ var E = class e extends CustomEvent {
|
|
|
197
267
|
correctAnswerNotSelected: "Respuesta Correcta No Seleccionada",
|
|
198
268
|
incorrectSelection: "Selección Incorrecta",
|
|
199
269
|
key: "Clave"
|
|
270
|
+
},
|
|
271
|
+
simpleCloze: {
|
|
272
|
+
correctAnswerShown: "Respuesta correcta",
|
|
273
|
+
correct: "Correcto",
|
|
274
|
+
incorrect: "Incorrecto",
|
|
275
|
+
unanswered: "Sin respuesta",
|
|
276
|
+
placeholder: "Escribe tu respuesta...",
|
|
277
|
+
answerInput: "Tu respuesta",
|
|
278
|
+
printCorrectAnswer: "Respuesta correcta:",
|
|
279
|
+
printAnswerBlank: "Espacio para la respuesta"
|
|
280
|
+
},
|
|
281
|
+
vennClassification: {
|
|
282
|
+
tray: "Fichas para clasificar",
|
|
283
|
+
unknownTarget: "desconocido",
|
|
284
|
+
cancelled: "Cancelado",
|
|
285
|
+
returnedToTray: "Se devolvió {{name}} a la bandeja",
|
|
286
|
+
placedIn: "Se colocó {{name}} en {{target}}",
|
|
287
|
+
pickedUp: "Se tomó {{name}}",
|
|
288
|
+
pickedUpWithKeyboard: "Se tomó {{name}}, destino: {{target}}. Usa las flechas para elegir un destino, Enter para soltar y Escape para cancelar.",
|
|
289
|
+
dropTarget: "Destino: {{target}}",
|
|
290
|
+
unsupportedCircles_one: "No se puede mostrar este diagrama: tiene {{count}} círculo, y solo se admiten {{supported}}.",
|
|
291
|
+
unsupportedCircles_other: "No se puede mostrar este diagrama: tiene {{count}} círculos, y solo se admiten {{supported}}.",
|
|
292
|
+
setNumber: "Conjunto {{number}}",
|
|
293
|
+
regionOnly: "Solo {{set}}",
|
|
294
|
+
regionNeither: "Ni {{first}} ni {{second}}",
|
|
295
|
+
regionNoneOf: "Ninguno de {{sets}}",
|
|
296
|
+
regionAndSeparator: " y ",
|
|
297
|
+
tileFallbackName: "Ficha",
|
|
298
|
+
tileNotPlaced: "sin colocar",
|
|
299
|
+
tileInRegion: "en {{region}}",
|
|
300
|
+
tileCorrect: "correcta",
|
|
301
|
+
tileIncorrect: "incorrecta"
|
|
200
302
|
}
|
|
201
303
|
},
|
|
202
304
|
common: {
|
|
203
305
|
undo: "Deshacer",
|
|
204
306
|
clearAll: "Borrar todo",
|
|
205
|
-
correct: "
|
|
206
|
-
incorrect: "
|
|
307
|
+
correct: "Correcto",
|
|
308
|
+
incorrect: "Incorrecto",
|
|
207
309
|
showCorrectAnswer: "Mostrar respuesta correcta",
|
|
208
310
|
hideCorrectAnswer: "Ocultar respuesta correcta",
|
|
311
|
+
showTeacherInstructions: "Mostrar instrucciones para el maestro",
|
|
312
|
+
hideTeacherInstructions: "Ocultar instrucciones para el maestro",
|
|
209
313
|
commonCorrectAnswerWithAlternates: "Nota: La respuesta que se muestra arriba es la respuesta correcta más común para esta pregunta. También se definen una o más respuestas correctas adicionales, y también se reconocerán como correctas.",
|
|
210
314
|
warning: "Advertencia",
|
|
211
315
|
showNote: "Mostrar Nota",
|
|
@@ -1413,11 +1517,11 @@ var Ee = {}, De = (e) => !A(e) && typeof e != "boolean" && typeof e != "number",
|
|
|
1413
1517
|
}
|
|
1414
1518
|
}.createInstance();
|
|
1415
1519
|
//#endregion
|
|
1416
|
-
//#region ../../
|
|
1520
|
+
//#region ../../shared/translator/dist/index.js
|
|
1417
1521
|
Xe.createInstance, Xe.dir, Xe.init, Xe.loadResources, Xe.reloadResources, Xe.use, Xe.changeLanguage, Xe.getFixedT, Xe.t, Xe.exists, Xe.setDefaultNamespace, Xe.hasLoadedNamespace, Xe.loadNamespaces, Xe.loadLanguages, Xe.init({
|
|
1418
1522
|
fallbackLng: "en",
|
|
1419
1523
|
lng: "en",
|
|
1420
|
-
|
|
1524
|
+
showSupportNotice: !1,
|
|
1421
1525
|
resources: {
|
|
1422
1526
|
en: k,
|
|
1423
1527
|
es: ee
|