fix: métodos europeos 100% cobertura (Isabella lectura+numeros)

Añadido Borel-Maisonny a lectura etapa 1-7, Decroly a etapa 8-9,
Montessori a numeros etapa 1-8. Ahora 65/65 archivos con método europeo.
This commit is contained in:
renato97
2026-07-25 22:39:55 -03:00
parent 07929b6c60
commit ce7cb27290
17 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -143,7 +143,7 @@ for (const { texto, pregunta, opciones, emoji } of lecturas) {
{ label: '¡Leído!', correct: true, id: 'leido' },
],
},
functionalContext: 'Leer un texto corto.',
functionalContext: 'Leer un texto corto.. Centro de interés Decroly.',
})
exercises.push({
@@ -161,7 +161,7 @@ for (const { texto, pregunta, opciones, emoji } of lecturas) {
...opciones.map(o => ({ label: o.label, correct: o.correct, id: o.label.toLowerCase().replace(/[^a-záéíóú]/g, '') })),
],
},
functionalContext: 'Comprender y responder preguntas sobre el texto.',
functionalContext: 'Comprender y responder preguntas sobre el texto.. Centro de interés Decroly.',
errorType: 'omision-letra',
})
}