@pie-element/graphing-solution-set 6.1.2-next.12 → 6.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 ADDED
@@ -0,0 +1,2 @@
1
+ export { default } from './dist/author/index.js';
2
+ export * from './dist/author/index.js';
@@ -48329,6 +48329,24 @@ var P7 = (e = [], t) => {
48329
48329
  reset: "Reset"
48330
48330
  },
48331
48331
  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." },
48332
+ mcPopulatedBlank: {
48333
+ answerChoices: "Answer choices",
48334
+ blankLabel: "blank",
48335
+ emptyBlank: "(blank)",
48336
+ blankPreSelectionHint: "The answer you choose will appear on the blank line above.",
48337
+ correctAnswerSelected: "Correct answer selected",
48338
+ incorrectAnswerSelected: "Incorrect answer selected",
48339
+ selectedAnswerImage: "Selected answer image",
48340
+ choiceImage: "Choice {{id}}",
48341
+ clickToEnableAutoplay: "Click to enable audio autoplay",
48342
+ audioResourceUnavailable: "Audio is enabled but no playable audio URL is configured.",
48343
+ listen: "Listen",
48344
+ listenSilentAlt: "Repeat instructions",
48345
+ listenPlayingAlt: "Instructions are playing",
48346
+ printAudio: "Audio:",
48347
+ printTranscript: "Transcript:",
48348
+ printKey: "(key)"
48349
+ },
48332
48350
  multipleChoice: {
48333
48351
  minSelections: "Select at least {{minSelections}}.",
48334
48352
  maxSelections_one: "Only {{maxSelections}} answer is allowed.",
@@ -48341,6 +48359,38 @@ var P7 = (e = [], t) => {
48341
48359
  correctAnswerNotSelected: "Correct Answer Not Selected",
48342
48360
  incorrectSelection: "Incorrect Selection",
48343
48361
  key: "Key"
48362
+ },
48363
+ simpleCloze: {
48364
+ correctAnswerShown: "Correct answer",
48365
+ correct: "Correct",
48366
+ incorrect: "Incorrect",
48367
+ unanswered: "No answer",
48368
+ placeholder: "Enter your answer...",
48369
+ answerInput: "Your answer",
48370
+ printCorrectAnswer: "Correct answer:",
48371
+ printAnswerBlank: "Answer blank"
48372
+ },
48373
+ vennClassification: {
48374
+ tray: "Tiles to classify",
48375
+ unknownTarget: "unknown",
48376
+ cancelled: "Cancelled",
48377
+ returnedToTray: "{{name}} returned to tray",
48378
+ placedIn: "{{name}} placed in {{target}}",
48379
+ pickedUp: "Picked up {{name}}",
48380
+ pickedUpWithKeyboard: "Picked up {{name}}, drop target: {{target}}. Use arrow keys to choose a drop target, Enter to drop, Escape to cancel.",
48381
+ dropTarget: "Drop target: {{target}}",
48382
+ unsupportedCircles_one: "This diagram cannot be shown: it has {{count}} circle, and only {{supported}} are supported.",
48383
+ unsupportedCircles_other: "This diagram cannot be shown: it has {{count}} circles, and only {{supported}} are supported.",
48384
+ setNumber: "Set {{number}}",
48385
+ regionOnly: "{{set}} only",
48386
+ regionNeither: "Neither {{first}} nor {{second}}",
48387
+ regionNoneOf: "None of {{sets}}",
48388
+ regionAndSeparator: " and ",
48389
+ tileFallbackName: "Tile",
48390
+ tileNotPlaced: "not placed",
48391
+ tileInRegion: "in {{region}}",
48392
+ tileCorrect: "correct",
48393
+ tileIncorrect: "incorrect"
48344
48394
  }
48345
48395
  },
48346
48396
  common: {
@@ -48350,6 +48400,8 @@ var P7 = (e = [], t) => {
48350
48400
  incorrect: "Incorrect",
48351
48401
  showCorrectAnswer: "Show correct answer",
48352
48402
  hideCorrectAnswer: "Hide correct answer",
48403
+ showTeacherInstructions: "Show Teacher Instructions",
48404
+ hideTeacherInstructions: "Hide Teacher Instructions",
48353
48405
  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.",
48354
48406
  warning: "Warning",
48355
48407
  showNote: "Show Note",
@@ -48418,6 +48470,24 @@ var P7 = (e = [], t) => {
48418
48470
  reset: "Reiniciar"
48419
48471
  },
48420
48472
  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." },
48473
+ mcPopulatedBlank: {
48474
+ answerChoices: "Opciones de respuesta",
48475
+ blankLabel: "espacio en blanco",
48476
+ emptyBlank: "(en blanco)",
48477
+ blankPreSelectionHint: "La respuesta que elijas aparecerá en la línea en blanco de arriba.",
48478
+ correctAnswerSelected: "Respuesta correcta seleccionada",
48479
+ incorrectAnswerSelected: "Respuesta incorrecta seleccionada",
48480
+ selectedAnswerImage: "Imagen de la respuesta seleccionada",
48481
+ choiceImage: "Opción {{id}}",
48482
+ clickToEnableAutoplay: "Haz clic para activar la reproducción automática del audio",
48483
+ audioResourceUnavailable: "El audio está activado, pero no hay una URL de audio reproducible configurada.",
48484
+ listen: "Escuchar",
48485
+ listenSilentAlt: "Escuchar. Repetir las instrucciones.",
48486
+ listenPlayingAlt: "Escuchar. Estas son las instrucciones.",
48487
+ printAudio: "Audio:",
48488
+ printTranscript: "Transcripción:",
48489
+ printKey: "(clave)"
48490
+ },
48421
48491
  multipleChoice: {
48422
48492
  minSelections: "Seleccione al menos {{minSelections}}.",
48423
48493
  maxSelections_one: "Sólo se permite {{maxSelections}} respuesta.",
@@ -48430,15 +48500,49 @@ var P7 = (e = [], t) => {
48430
48500
  correctAnswerNotSelected: "Respuesta Correcta No Seleccionada",
48431
48501
  incorrectSelection: "Selección Incorrecta",
48432
48502
  key: "Clave"
48503
+ },
48504
+ simpleCloze: {
48505
+ correctAnswerShown: "Respuesta correcta",
48506
+ correct: "Correcto",
48507
+ incorrect: "Incorrecto",
48508
+ unanswered: "Sin respuesta",
48509
+ placeholder: "Escribe tu respuesta...",
48510
+ answerInput: "Tu respuesta",
48511
+ printCorrectAnswer: "Respuesta correcta:",
48512
+ printAnswerBlank: "Espacio para la respuesta"
48513
+ },
48514
+ vennClassification: {
48515
+ tray: "Fichas para clasificar",
48516
+ unknownTarget: "desconocido",
48517
+ cancelled: "Cancelado",
48518
+ returnedToTray: "Se devolvió {{name}} a la bandeja",
48519
+ placedIn: "Se colocó {{name}} en {{target}}",
48520
+ pickedUp: "Se tomó {{name}}",
48521
+ pickedUpWithKeyboard: "Se tomó {{name}}, destino: {{target}}. Usa las flechas para elegir un destino, Enter para soltar y Escape para cancelar.",
48522
+ dropTarget: "Destino: {{target}}",
48523
+ unsupportedCircles_one: "No se puede mostrar este diagrama: tiene {{count}} círculo, y solo se admiten {{supported}}.",
48524
+ unsupportedCircles_other: "No se puede mostrar este diagrama: tiene {{count}} círculos, y solo se admiten {{supported}}.",
48525
+ setNumber: "Conjunto {{number}}",
48526
+ regionOnly: "Solo {{set}}",
48527
+ regionNeither: "Ni {{first}} ni {{second}}",
48528
+ regionNoneOf: "Ninguno de {{sets}}",
48529
+ regionAndSeparator: " y ",
48530
+ tileFallbackName: "Ficha",
48531
+ tileNotPlaced: "sin colocar",
48532
+ tileInRegion: "en {{region}}",
48533
+ tileCorrect: "correcta",
48534
+ tileIncorrect: "incorrecta"
48433
48535
  }
48434
48536
  },
48435
48537
  common: {
48436
48538
  undo: "Deshacer",
48437
48539
  clearAll: "Borrar todo",
48438
- correct: "Correct",
48439
- incorrect: "Incorrect",
48540
+ correct: "Correcto",
48541
+ incorrect: "Incorrecto",
48440
48542
  showCorrectAnswer: "Mostrar respuesta correcta",
48441
48543
  hideCorrectAnswer: "Ocultar respuesta correcta",
48544
+ showTeacherInstructions: "Mostrar instrucciones para el maestro",
48545
+ hideTeacherInstructions: "Ocultar instrucciones para el maestro",
48442
48546
  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.",
48443
48547
  warning: "Advertencia",
48444
48548
  showNote: "Mostrar Nota",
@@ -49646,11 +49750,11 @@ var h9 = {}, g9 = (e) => !z7(e) && typeof e != "boolean" && typeof e != "number"
49646
49750
  }
49647
49751
  }.createInstance();
49648
49752
  //#endregion
49649
- //#region ../../lib-react/translator/dist/index.js
49753
+ //#region ../../shared/translator/dist/index.js
49650
49754
  k9.createInstance, k9.dir, k9.init, k9.loadResources, k9.reloadResources, k9.use, k9.changeLanguage, k9.getFixedT, k9.t, k9.exists, k9.setDefaultNamespace, k9.hasLoadedNamespace, k9.loadNamespaces, k9.loadLanguages, k9.init({
49651
49755
  fallbackLng: "en",
49652
49756
  lng: "en",
49653
- debug: !0,
49757
+ showSupportNotice: !1,
49654
49758
  resources: {
49655
49759
  en: L7,
49656
49760
  es: R7
@@ -50342,4 +50446,4 @@ $9.defaultProps = {
50342
50446
  //#endregion
50343
50447
  export { L as $, Lp as A, fd as B, hm as C, Yp as D, am as E, $d as F, rs as G, gu as H, Zd as I, Jo as J, z as K, Jd as L, $f as M, jf as N, zp as O, nf as P, bi as Q, H as R, _m as S, um as T, Al as U, Fu as V, V as W, Ha as X, Ga as Y, xi as Z, Zz as _, r5 as a, rA as b, I8 as c, yQ as d, Fn as et, NH as f, rB as g, cB as h, A9 as i, Np as j, Rp as k, k8 as l, pV as m, cne as n, ve as nt, J8 as o, OH as p, Qo as q, j9 as r, V8 as s, $9 as t, Se as tt, T8 as u, Pz as v, dm as w, Vm as x, zR as y, vd as z };
50344
50448
 
50345
- //# sourceMappingURL=alert-dialog-h-g1IyD6.js.map
50449
+ //# sourceMappingURL=alert-dialog-B48iT-0z.js.map