@pie-element/select-text 13.1.2-next.13 → 13.1.2-next.15
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 +1 -1
- package/dist/browser/{main-43yDqKxq.js → main-BtVrCYrZ.js} +107 -5
- package/dist/browser/main-BtVrCYrZ.js.map +1 -0
- package/dist/browser/print/index.js +1 -1
- package/dist/index.iife.js +2 -2
- package/module/print.js +106 -4
- package/module/print.js.map +1 -1
- package/package.json +4 -3
- package/dist/browser/main-43yDqKxq.js.map +0 -1
package/author.js
ADDED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { C as e } from "../Check-DWUum4RU.js";
|
|
2
|
-
import { n as t, t as n } from "../main-
|
|
2
|
+
import { n as t, t as n } from "../main-BtVrCYrZ.js";
|
|
3
3
|
import r from "react";
|
|
4
4
|
import { createRoot as i } from "react-dom/client";
|
|
5
5
|
//#region ../../shared/player-events/dist/index.js
|
|
@@ -3025,6 +3025,23 @@ var M = {
|
|
|
3025
3025
|
reset: "Reset"
|
|
3026
3026
|
},
|
|
3027
3027
|
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." },
|
|
3028
|
+
mcPopulatedBlank: {
|
|
3029
|
+
answerChoices: "Answer choices",
|
|
3030
|
+
blankLabel: "blank",
|
|
3031
|
+
emptyBlank: "(blank)",
|
|
3032
|
+
blankPreSelectionHint: "The answer you choose will appear on the blank line above.",
|
|
3033
|
+
correctAnswerSelected: "Correct answer selected",
|
|
3034
|
+
incorrectAnswerSelected: "Incorrect answer selected",
|
|
3035
|
+
selectedAnswerImage: "Selected answer image",
|
|
3036
|
+
choiceImage: "Choice {{id}}",
|
|
3037
|
+
clickToEnableAutoplay: "Click to enable audio autoplay",
|
|
3038
|
+
audioResourceUnavailable: "Audio is enabled but no playable audio URL is configured.",
|
|
3039
|
+
listen: "Listen",
|
|
3040
|
+
listenSilentAlt: "Repeat instructions",
|
|
3041
|
+
listenPlayingAlt: "Instructions are playing",
|
|
3042
|
+
printAudio: "Audio:",
|
|
3043
|
+
printTranscript: "Transcript:"
|
|
3044
|
+
},
|
|
3028
3045
|
multipleChoice: {
|
|
3029
3046
|
minSelections: "Select at least {{minSelections}}.",
|
|
3030
3047
|
maxSelections_one: "Only {{maxSelections}} answer is allowed.",
|
|
@@ -3037,6 +3054,38 @@ var M = {
|
|
|
3037
3054
|
correctAnswerNotSelected: "Correct Answer Not Selected",
|
|
3038
3055
|
incorrectSelection: "Incorrect Selection",
|
|
3039
3056
|
key: "Key"
|
|
3057
|
+
},
|
|
3058
|
+
simpleCloze: {
|
|
3059
|
+
correctAnswerShown: "Correct answer",
|
|
3060
|
+
correct: "Correct",
|
|
3061
|
+
incorrect: "Incorrect",
|
|
3062
|
+
unanswered: "No answer",
|
|
3063
|
+
placeholder: "Enter your answer...",
|
|
3064
|
+
answerInput: "Your answer",
|
|
3065
|
+
printCorrectAnswer: "Correct answer:",
|
|
3066
|
+
printAnswerBlank: "Answer blank"
|
|
3067
|
+
},
|
|
3068
|
+
vennClassification: {
|
|
3069
|
+
tray: "Tiles to classify",
|
|
3070
|
+
unknownTarget: "unknown",
|
|
3071
|
+
cancelled: "Cancelled",
|
|
3072
|
+
returnedToTray: "{{name}} returned to tray",
|
|
3073
|
+
placedIn: "{{name}} placed in {{target}}",
|
|
3074
|
+
pickedUp: "Picked up {{name}}",
|
|
3075
|
+
pickedUpWithKeyboard: "Picked up {{name}}, drop target: {{target}}. Use arrow keys to choose a drop target, Enter to drop, Escape to cancel.",
|
|
3076
|
+
dropTarget: "Drop target: {{target}}",
|
|
3077
|
+
unsupportedCircles_one: "This diagram cannot be shown: it has {{count}} circle, and only {{supported}} are supported.",
|
|
3078
|
+
unsupportedCircles_other: "This diagram cannot be shown: it has {{count}} circles, and only {{supported}} are supported.",
|
|
3079
|
+
setNumber: "Set {{number}}",
|
|
3080
|
+
regionOnly: "{{set}} only",
|
|
3081
|
+
regionNeither: "Neither {{first}} nor {{second}}",
|
|
3082
|
+
regionNoneOf: "None of {{sets}}",
|
|
3083
|
+
regionAndSeparator: " and ",
|
|
3084
|
+
tileFallbackName: "Tile",
|
|
3085
|
+
tileNotPlaced: "not placed",
|
|
3086
|
+
tileInRegion: "in {{region}}",
|
|
3087
|
+
tileCorrect: "correct",
|
|
3088
|
+
tileIncorrect: "incorrect"
|
|
3040
3089
|
}
|
|
3041
3090
|
},
|
|
3042
3091
|
common: {
|
|
@@ -3046,6 +3095,8 @@ var M = {
|
|
|
3046
3095
|
incorrect: "Incorrect",
|
|
3047
3096
|
showCorrectAnswer: "Show correct answer",
|
|
3048
3097
|
hideCorrectAnswer: "Hide correct answer",
|
|
3098
|
+
showTeacherInstructions: "Show Teacher Instructions",
|
|
3099
|
+
hideTeacherInstructions: "Hide Teacher Instructions",
|
|
3049
3100
|
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.",
|
|
3050
3101
|
warning: "Warning",
|
|
3051
3102
|
showNote: "Show Note",
|
|
@@ -3114,6 +3165,23 @@ var M = {
|
|
|
3114
3165
|
reset: "Reiniciar"
|
|
3115
3166
|
},
|
|
3116
3167
|
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." },
|
|
3168
|
+
mcPopulatedBlank: {
|
|
3169
|
+
answerChoices: "Opciones de respuesta",
|
|
3170
|
+
blankLabel: "espacio en blanco",
|
|
3171
|
+
emptyBlank: "(en blanco)",
|
|
3172
|
+
blankPreSelectionHint: "La respuesta que elijas aparecerá en la línea en blanco de arriba.",
|
|
3173
|
+
correctAnswerSelected: "Respuesta correcta seleccionada",
|
|
3174
|
+
incorrectAnswerSelected: "Respuesta incorrecta seleccionada",
|
|
3175
|
+
selectedAnswerImage: "Imagen de la respuesta seleccionada",
|
|
3176
|
+
choiceImage: "Opción {{id}}",
|
|
3177
|
+
clickToEnableAutoplay: "Haz clic para activar la reproducción automática del audio",
|
|
3178
|
+
audioResourceUnavailable: "El audio está activado, pero no hay una URL de audio reproducible configurada.",
|
|
3179
|
+
listen: "Escuchar",
|
|
3180
|
+
listenSilentAlt: "Escuchar. Repetir las instrucciones.",
|
|
3181
|
+
listenPlayingAlt: "Escuchar. Estas son las instrucciones.",
|
|
3182
|
+
printAudio: "Audio:",
|
|
3183
|
+
printTranscript: "Transcripción:"
|
|
3184
|
+
},
|
|
3117
3185
|
multipleChoice: {
|
|
3118
3186
|
minSelections: "Seleccione al menos {{minSelections}}.",
|
|
3119
3187
|
maxSelections_one: "Sólo se permite {{maxSelections}} respuesta.",
|
|
@@ -3126,15 +3194,49 @@ var M = {
|
|
|
3126
3194
|
correctAnswerNotSelected: "Respuesta Correcta No Seleccionada",
|
|
3127
3195
|
incorrectSelection: "Selección Incorrecta",
|
|
3128
3196
|
key: "Clave"
|
|
3197
|
+
},
|
|
3198
|
+
simpleCloze: {
|
|
3199
|
+
correctAnswerShown: "Respuesta correcta",
|
|
3200
|
+
correct: "Correcto",
|
|
3201
|
+
incorrect: "Incorrecto",
|
|
3202
|
+
unanswered: "Sin respuesta",
|
|
3203
|
+
placeholder: "Escribe tu respuesta...",
|
|
3204
|
+
answerInput: "Tu respuesta",
|
|
3205
|
+
printCorrectAnswer: "Respuesta correcta:",
|
|
3206
|
+
printAnswerBlank: "Espacio para la respuesta"
|
|
3207
|
+
},
|
|
3208
|
+
vennClassification: {
|
|
3209
|
+
tray: "Fichas para clasificar",
|
|
3210
|
+
unknownTarget: "desconocido",
|
|
3211
|
+
cancelled: "Cancelado",
|
|
3212
|
+
returnedToTray: "Se devolvió {{name}} a la bandeja",
|
|
3213
|
+
placedIn: "Se colocó {{name}} en {{target}}",
|
|
3214
|
+
pickedUp: "Se tomó {{name}}",
|
|
3215
|
+
pickedUpWithKeyboard: "Se tomó {{name}}, destino: {{target}}. Usa las flechas para elegir un destino, Enter para soltar y Escape para cancelar.",
|
|
3216
|
+
dropTarget: "Destino: {{target}}",
|
|
3217
|
+
unsupportedCircles_one: "No se puede mostrar este diagrama: tiene {{count}} círculo, y solo se admiten {{supported}}.",
|
|
3218
|
+
unsupportedCircles_other: "No se puede mostrar este diagrama: tiene {{count}} círculos, y solo se admiten {{supported}}.",
|
|
3219
|
+
setNumber: "Conjunto {{number}}",
|
|
3220
|
+
regionOnly: "Solo {{set}}",
|
|
3221
|
+
regionNeither: "Ni {{first}} ni {{second}}",
|
|
3222
|
+
regionNoneOf: "Ninguno de {{sets}}",
|
|
3223
|
+
regionAndSeparator: " y ",
|
|
3224
|
+
tileFallbackName: "Ficha",
|
|
3225
|
+
tileNotPlaced: "sin colocar",
|
|
3226
|
+
tileInRegion: "en {{region}}",
|
|
3227
|
+
tileCorrect: "correcta",
|
|
3228
|
+
tileIncorrect: "incorrecta"
|
|
3129
3229
|
}
|
|
3130
3230
|
},
|
|
3131
3231
|
common: {
|
|
3132
3232
|
undo: "Deshacer",
|
|
3133
3233
|
clearAll: "Borrar todo",
|
|
3134
|
-
correct: "
|
|
3135
|
-
incorrect: "
|
|
3234
|
+
correct: "Correcto",
|
|
3235
|
+
incorrect: "Incorrecto",
|
|
3136
3236
|
showCorrectAnswer: "Mostrar respuesta correcta",
|
|
3137
3237
|
hideCorrectAnswer: "Ocultar respuesta correcta",
|
|
3238
|
+
showTeacherInstructions: "Mostrar instrucciones para el maestro",
|
|
3239
|
+
hideTeacherInstructions: "Ocultar instrucciones para el maestro",
|
|
3138
3240
|
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.",
|
|
3139
3241
|
warning: "Advertencia",
|
|
3140
3242
|
showNote: "Mostrar Nota",
|
|
@@ -4342,11 +4444,11 @@ var Ye = {}, Xe = (e) => !R(e) && typeof e != "boolean" && typeof e != "number",
|
|
|
4342
4444
|
}
|
|
4343
4445
|
}.createInstance();
|
|
4344
4446
|
//#endregion
|
|
4345
|
-
//#region ../../
|
|
4447
|
+
//#region ../../shared/translator/dist/index.js
|
|
4346
4448
|
J.createInstance, J.dir, J.init, J.loadResources, J.reloadResources, J.use, J.changeLanguage, J.getFixedT, J.t, J.exists, J.setDefaultNamespace, J.hasLoadedNamespace, J.loadNamespaces, J.loadLanguages, J.init({
|
|
4347
4449
|
fallbackLng: "en",
|
|
4348
4450
|
lng: "en",
|
|
4349
|
-
|
|
4451
|
+
showSupportNotice: !1,
|
|
4350
4452
|
resources: {
|
|
4351
4453
|
en: Te,
|
|
4352
4454
|
es: Ee
|
|
@@ -4809,4 +4911,4 @@ var Zt = X(p, "UiLayout") || X(tn.UiLayout, "UiLayout"), Z = X(f, "PreviewPrompt
|
|
|
4809
4911
|
//#endregion
|
|
4810
4912
|
export { Xt as n, un as t };
|
|
4811
4913
|
|
|
4812
|
-
//# sourceMappingURL=main-
|
|
4914
|
+
//# sourceMappingURL=main-BtVrCYrZ.js.map
|