-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from alizarazot/lesson-v2
Lessons v2
- Loading branch information
Showing
12 changed files
with
167 additions
and
422 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1 @@ | ||
[ | ||
{ | ||
"id": "diagnostic-test", | ||
"name": "Prueba diagnóstica", | ||
"require": [] | ||
}, | ||
{ | ||
"id": "lesson-1", | ||
"name": "Lección 1", | ||
"require": ["diagnostic-test"] | ||
}, | ||
{ | ||
"id": "lesson-2", | ||
"name": "Lección 2", | ||
"require": ["lesson-1"] | ||
}, | ||
{ | ||
"id": "lesson-3", | ||
"name": "Lección 3", | ||
"require": ["lesson-2"] | ||
} | ||
] | ||
["lesson-1"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"name": "Prueba diagnóstica", | ||
"description": "¡Pon a prueba tus conocimientos de Lengua de Señas Colombiana!", | ||
"questions": { | ||
"q-1": { | ||
"information": [ | ||
{ | ||
"type": "title", | ||
"content": "Prueba diagnóstica de Lengua de Señas Colombiana (LSC)" | ||
}, | ||
{ | ||
"type": "image", | ||
"content": "s/hola.png" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"content": "La prueba diagnóstica de Lengua de Señas Colombiana (LSC) se utiliza para evaluar el nivel de competencia y fluidez en la Lengua de Señas Colombiana. Esta prueba es crucial para determinar el grado de habilidad y comprensión en la comunicación a través de la LSC." | ||
} | ||
], | ||
"question": "¿Qué parte del cuerpo se utiliza principalmente para expresar emociones en Lengua de Señas Colombiana?", | ||
"answers": ["Manos", "Pies", "Brazos", "Rostro"], | ||
"correct": 3 | ||
}, | ||
"q-2": { | ||
"information": [ | ||
{ | ||
"type": "title", | ||
"content": "Prueba diagnóstica de Lengua de Señas Colombiana (LSC)" | ||
}, | ||
{ | ||
"type": "image", | ||
"content": "s/hola.png" | ||
}, | ||
{ | ||
"type": "paragraph", | ||
"content": "La prueba diagnóstica de Lengua de Señas Colombiana (LSC) se utiliza para evaluar el nivel de competencia y fluidez en la Lengua de Señas Colombiana. Esta prueba es crucial para determinar el grado de habilidad y comprensión en la comunicación a través de la LSC." | ||
} | ||
], | ||
"question": "¿Qué parte del cuerpo se utiliza principalmente para expresar emociones en Lengua de Señas Colombiana?", | ||
"answers": ["Manos", "Pies", "Brazos", "Rostro"], | ||
"correct": 3 | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.