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:
@@ -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',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user