@pie-element/drawing-response 12.1.2-next.12 → 12.1.2-next.14

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 ADDED
@@ -0,0 +1,2 @@
1
+ export { default } from './dist/author/index.js';
2
+ export * from './dist/author/index.js';
@@ -96,6 +96,23 @@ 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
+ },
99
116
  multipleChoice: {
100
117
  minSelections: "Select at least {{minSelections}}.",
101
118
  maxSelections_one: "Only {{maxSelections}} answer is allowed.",
@@ -108,6 +125,38 @@ var E = class e extends CustomEvent {
108
125
  correctAnswerNotSelected: "Correct Answer Not Selected",
109
126
  incorrectSelection: "Incorrect Selection",
110
127
  key: "Key"
128
+ },
129
+ simpleCloze: {
130
+ correctAnswerShown: "Correct answer",
131
+ correct: "Correct",
132
+ incorrect: "Incorrect",
133
+ unanswered: "No answer",
134
+ placeholder: "Enter your answer...",
135
+ answerInput: "Your answer",
136
+ printCorrectAnswer: "Correct answer:",
137
+ printAnswerBlank: "Answer blank"
138
+ },
139
+ vennClassification: {
140
+ tray: "Tiles to classify",
141
+ unknownTarget: "unknown",
142
+ cancelled: "Cancelled",
143
+ returnedToTray: "{{name}} returned to tray",
144
+ placedIn: "{{name}} placed in {{target}}",
145
+ pickedUp: "Picked up {{name}}",
146
+ pickedUpWithKeyboard: "Picked up {{name}}, drop target: {{target}}. Use arrow keys to choose a drop target, Enter to drop, Escape to cancel.",
147
+ dropTarget: "Drop target: {{target}}",
148
+ unsupportedCircles_one: "This diagram cannot be shown: it has {{count}} circle, and only {{supported}} are supported.",
149
+ unsupportedCircles_other: "This diagram cannot be shown: it has {{count}} circles, and only {{supported}} are supported.",
150
+ setNumber: "Set {{number}}",
151
+ regionOnly: "{{set}} only",
152
+ regionNeither: "Neither {{first}} nor {{second}}",
153
+ regionNoneOf: "None of {{sets}}",
154
+ regionAndSeparator: " and ",
155
+ tileFallbackName: "Tile",
156
+ tileNotPlaced: "not placed",
157
+ tileInRegion: "in {{region}}",
158
+ tileCorrect: "correct",
159
+ tileIncorrect: "incorrect"
111
160
  }
112
161
  },
113
162
  common: {
@@ -117,6 +166,8 @@ var E = class e extends CustomEvent {
117
166
  incorrect: "Incorrect",
118
167
  showCorrectAnswer: "Show correct answer",
119
168
  hideCorrectAnswer: "Hide correct answer",
169
+ showTeacherInstructions: "Show Teacher Instructions",
170
+ hideTeacherInstructions: "Hide Teacher Instructions",
120
171
  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
172
  warning: "Warning",
122
173
  showNote: "Show Note",
@@ -185,6 +236,23 @@ var E = class e extends CustomEvent {
185
236
  reset: "Reiniciar"
186
237
  },
187
238
  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." },
239
+ mcPopulatedBlank: {
240
+ answerChoices: "Opciones de respuesta",
241
+ blankLabel: "espacio en blanco",
242
+ emptyBlank: "(en blanco)",
243
+ blankPreSelectionHint: "La respuesta que elijas aparecerá en la línea en blanco de arriba.",
244
+ correctAnswerSelected: "Respuesta correcta seleccionada",
245
+ incorrectAnswerSelected: "Respuesta incorrecta seleccionada",
246
+ selectedAnswerImage: "Imagen de la respuesta seleccionada",
247
+ choiceImage: "Opción {{id}}",
248
+ clickToEnableAutoplay: "Haz clic para activar la reproducción automática del audio",
249
+ audioResourceUnavailable: "El audio está activado, pero no hay una URL de audio reproducible configurada.",
250
+ listen: "Escuchar",
251
+ listenSilentAlt: "Escuchar. Repetir las instrucciones.",
252
+ listenPlayingAlt: "Escuchar. Estas son las instrucciones.",
253
+ printAudio: "Audio:",
254
+ printTranscript: "Transcripción:"
255
+ },
188
256
  multipleChoice: {
189
257
  minSelections: "Seleccione al menos {{minSelections}}.",
190
258
  maxSelections_one: "Sólo se permite {{maxSelections}} respuesta.",
@@ -197,15 +265,49 @@ var E = class e extends CustomEvent {
197
265
  correctAnswerNotSelected: "Respuesta Correcta No Seleccionada",
198
266
  incorrectSelection: "Selección Incorrecta",
199
267
  key: "Clave"
268
+ },
269
+ simpleCloze: {
270
+ correctAnswerShown: "Respuesta correcta",
271
+ correct: "Correcto",
272
+ incorrect: "Incorrecto",
273
+ unanswered: "Sin respuesta",
274
+ placeholder: "Escribe tu respuesta...",
275
+ answerInput: "Tu respuesta",
276
+ printCorrectAnswer: "Respuesta correcta:",
277
+ printAnswerBlank: "Espacio para la respuesta"
278
+ },
279
+ vennClassification: {
280
+ tray: "Fichas para clasificar",
281
+ unknownTarget: "desconocido",
282
+ cancelled: "Cancelado",
283
+ returnedToTray: "Se devolvió {{name}} a la bandeja",
284
+ placedIn: "Se colocó {{name}} en {{target}}",
285
+ pickedUp: "Se tomó {{name}}",
286
+ pickedUpWithKeyboard: "Se tomó {{name}}, destino: {{target}}. Usa las flechas para elegir un destino, Enter para soltar y Escape para cancelar.",
287
+ dropTarget: "Destino: {{target}}",
288
+ unsupportedCircles_one: "No se puede mostrar este diagrama: tiene {{count}} círculo, y solo se admiten {{supported}}.",
289
+ unsupportedCircles_other: "No se puede mostrar este diagrama: tiene {{count}} círculos, y solo se admiten {{supported}}.",
290
+ setNumber: "Conjunto {{number}}",
291
+ regionOnly: "Solo {{set}}",
292
+ regionNeither: "Ni {{first}} ni {{second}}",
293
+ regionNoneOf: "Ninguno de {{sets}}",
294
+ regionAndSeparator: " y ",
295
+ tileFallbackName: "Ficha",
296
+ tileNotPlaced: "sin colocar",
297
+ tileInRegion: "en {{region}}",
298
+ tileCorrect: "correcta",
299
+ tileIncorrect: "incorrecta"
200
300
  }
201
301
  },
202
302
  common: {
203
303
  undo: "Deshacer",
204
304
  clearAll: "Borrar todo",
205
- correct: "Correct",
206
- incorrect: "Incorrect",
305
+ correct: "Correcto",
306
+ incorrect: "Incorrecto",
207
307
  showCorrectAnswer: "Mostrar respuesta correcta",
208
308
  hideCorrectAnswer: "Ocultar respuesta correcta",
309
+ showTeacherInstructions: "Mostrar instrucciones para el maestro",
310
+ hideTeacherInstructions: "Ocultar instrucciones para el maestro",
209
311
  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
312
  warning: "Advertencia",
211
313
  showNote: "Mostrar Nota",
@@ -1413,11 +1515,11 @@ var Ee = {}, De = (e) => !A(e) && typeof e != "boolean" && typeof e != "number",
1413
1515
  }
1414
1516
  }.createInstance();
1415
1517
  //#endregion
1416
- //#region ../../lib-react/translator/dist/index.js
1518
+ //#region ../../shared/translator/dist/index.js
1417
1519
  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
1520
  fallbackLng: "en",
1419
1521
  lng: "en",
1420
- debug: !0,
1522
+ showSupportNotice: !1,
1421
1523
  resources: {
1422
1524
  en: k,
1423
1525
  es: ee