219 lines
6.6 KiB
TypeScript
219 lines
6.6 KiB
TypeScript
import type { Stage } from '../types'
|
|
|
|
const stage: Stage = {
|
|
id: 1,
|
|
name: 'Sensibilización al lenguaje escrito',
|
|
description: 'Explorar sonidos del entorno, onomatopeyas, ritmo y conciencia de que el lenguaje se puede representar.',
|
|
exercises: [
|
|
// --- Sonidos del entorno ---
|
|
{
|
|
id: 'lec1-sonido-perro',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-sonidos',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: 'Escuchá este sonido. ¿Qué animal hace así?',
|
|
audioText: '¡El perro hace guau guau!',
|
|
options: [
|
|
{ label: '🐱 Gato', correct: false },
|
|
{ label: '🐕 Perro', correct: true },
|
|
{ label: '🐄 Vaca', correct: false },
|
|
],
|
|
emoji: '🐕',
|
|
},
|
|
functionalContext: 'Identificar sonidos cotidianos del entorno.',
|
|
},
|
|
{
|
|
id: 'lec1-sonido-gato',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-sonidos',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: '¿Quién hace miau?',
|
|
audioText: 'El gato hace miau miau',
|
|
options: [
|
|
{ label: '🐕 Perro', correct: false },
|
|
{ label: '🐄 Vaca', correct: false },
|
|
{ label: '🐱 Gato', correct: true },
|
|
],
|
|
emoji: '🐱',
|
|
},
|
|
functionalContext: 'Asociar sonidos con animales.',
|
|
},
|
|
{
|
|
id: 'lec1-sonido-vaca',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-sonidos',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: '¿Cuál hace muuuu?',
|
|
audioText: 'La vaca hace muuu',
|
|
options: [
|
|
{ label: '🐄 Vaca', correct: true },
|
|
{ label: '🐔 Gallina', correct: false },
|
|
{ label: '🐑 Oveja', correct: false },
|
|
],
|
|
emoji: '🐄',
|
|
},
|
|
functionalContext: 'Reconocer sonidos de animales.',
|
|
},
|
|
{
|
|
id: 'lec1-sonido-auto',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-sonidos',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: '¿Qué hace run run?',
|
|
audioText: 'El auto hace run run',
|
|
options: [
|
|
{ label: '🚲 Bici', correct: false },
|
|
{ label: '🚗 Auto', correct: true },
|
|
{ label: '✈️ Avión', correct: false },
|
|
],
|
|
emoji: '🚗',
|
|
},
|
|
functionalContext: 'Identificar sonidos de transporte.',
|
|
},
|
|
{
|
|
id: 'lec1-sonido-lluvia',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-sonidos',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: '¿Qué hace pío pío?',
|
|
audioText: 'El pajarito hace pío pío',
|
|
options: [
|
|
{ label: '🐟 Pez', correct: false },
|
|
{ label: '🐔 Gallina', correct: false },
|
|
{ label: '🐤 Pájaro', correct: true },
|
|
],
|
|
emoji: '🐤',
|
|
},
|
|
functionalContext: 'Asociar onomatopeyas con animales.',
|
|
},
|
|
// --- Sonidos de la naturaleza ---
|
|
{
|
|
id: 'lec1-sonido-abeja',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-sonidos',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: '¿Quién hace zzzzz?',
|
|
audioText: 'La abeja hace zzzz',
|
|
options: [
|
|
{ label: '🐝 Abeja', correct: true },
|
|
{ label: '🦋 Mariposa', correct: false },
|
|
{ label: '🐞 Mariquita', correct: false },
|
|
],
|
|
emoji: '🐝',
|
|
},
|
|
functionalContext: 'Discriminar sonidos de insectos.',
|
|
},
|
|
{
|
|
id: 'lec1-sonido-agua',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-sonidos',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: '¿Qué suena así: glu glu glu?',
|
|
audioText: 'El agua hace glu glu',
|
|
options: [
|
|
{ label: '💧 Agua', correct: true },
|
|
{ label: '🔥 Fuego', correct: false },
|
|
{ label: '💨 Viento', correct: false },
|
|
],
|
|
emoji: '💧',
|
|
},
|
|
functionalContext: 'Reconocer sonidos del agua.',
|
|
},
|
|
// --- Ritmo y rimas ---
|
|
{
|
|
id: 'lec1-ritmo-palmas',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-ritmo',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: '¡Vamos a aplaudir! ¿Podés seguir el ritmo? DA-da-da, DA-da-da',
|
|
audioText: 'Vamos a aplaudir juntos',
|
|
emoji: '👏',
|
|
},
|
|
functionalContext: 'Desarrollar conciencia rítmica.',
|
|
},
|
|
{
|
|
id: 'lec1-cancion-infantil',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-ritmo',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: 'Cantemos juntos: "Estrellita, ¿dónde estás?"',
|
|
audioText: 'Estrellita, ¿dónde estás? Me pregunto quién serás',
|
|
emoji: '⭐',
|
|
},
|
|
functionalContext: 'Explorar ritmo y melodía del lenguaje.',
|
|
},
|
|
{
|
|
id: 'lec1-silencio-ruido',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-discriminacion',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: 'A veces hay silencio, a veces hay ruido. ¿Cuándo escuchamos silencio?',
|
|
audioText: 'El silencio es cuando no hay sonido',
|
|
options: [
|
|
{ label: '🔊 Música fuerte', correct: false },
|
|
{ label: '🤫 Todos callados', correct: true },
|
|
{ label: '📢 Gritos', correct: false },
|
|
],
|
|
emoji: '🤫',
|
|
},
|
|
functionalContext: 'Discriminar presencia y ausencia de sonido.',
|
|
},
|
|
{
|
|
id: 'lec1-eco',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-eco',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: 'Vamos a hacer eco. Decí después de mí: PA... PA... PA',
|
|
audioText: 'PA... PA... PA... repetí después de mí',
|
|
options: [
|
|
{ label: '¡Lo hice!', correct: true },
|
|
],
|
|
emoji: '🔊',
|
|
},
|
|
functionalContext: 'Tomar conciencia de la propia producción de sonidos.',
|
|
},
|
|
{
|
|
id: 'lec1-onomatopeya-coco',
|
|
stage: 1,
|
|
skillCode: 'sensibilizacion-onomatopeya',
|
|
type: 'sensibilizacion',
|
|
prerequisites: [],
|
|
content: {
|
|
instruction: 'El reloj hace: tic-tac, tic-tac. ¿Cuál es el reloj?',
|
|
audioText: 'El reloj hace tic tac',
|
|
options: [
|
|
{ label: '🕐 Reloj', correct: true },
|
|
{ label: '📞 Teléfono', correct: false },
|
|
{ label: '🚪 Puerta', correct: false },
|
|
],
|
|
emoji: '🕐',
|
|
},
|
|
functionalContext: 'Asociar objetos a sus sonidos.',
|
|
},
|
|
],
|
|
}
|
|
|
|
export default stage
|