diff --git a/cms/djangoapps/contentstore/tests/test_crud.py b/cms/djangoapps/contentstore/tests/test_crud.py index 2507dbb61b0..c84e3b37a58 100644 --- a/cms/djangoapps/contentstore/tests/test_crud.py +++ b/cms/djangoapps/contentstore/tests/test_crud.py @@ -36,8 +36,8 @@ def test_get_templates(self): self.assertIsNotNone(dropdown) self.assertIn('markdown', dropdown['metadata']) self.assertIn('data', dropdown) - self.assertRegex(dropdown['metadata']['markdown'], r'.*dropdown problems.*') - self.assertRegex(dropdown['data'], r'\s*\s*

.*dropdown problems.*') + self.assertRegex(dropdown['metadata']['markdown'], r'.*problemas de dropdown.*') + self.assertRegex(dropdown['data'], r'\s*\s*

.*problemas de dropdown.*') def test_get_some_templates(self): self.assertEqual(len(SequenceBlock.templates()), 0) diff --git a/cms/djangoapps/contentstore/views/tests/test_item.py b/cms/djangoapps/contentstore/views/tests/test_item.py index 89a2cfc3d7d..e9fda1120f0 100644 --- a/cms/djangoapps/contentstore/views/tests/test_item.py +++ b/cms/djangoapps/contentstore/views/tests/test_item.py @@ -764,9 +764,9 @@ def verify_name(source_usage_key, parent_usage_key, expected_name, display_name= return usage_key # Display name comes from template. - dupe_usage_key = verify_name(self.problem_usage_key, self.vert_usage_key, "Duplicate of 'Multiple Choice'") + dupe_usage_key = verify_name(self.problem_usage_key, self.vert_usage_key, "Duplicate of 'Opción múltiple'") # Test dupe of dupe. - verify_name(dupe_usage_key, self.vert_usage_key, "Duplicate of 'Duplicate of 'Multiple Choice''") + verify_name(dupe_usage_key, self.vert_usage_key, "Duplicate of 'Duplicate of 'Opción múltiple''") # Uses default display_name of 'Text' from HTML component. verify_name(self.html_usage_key, self.vert_usage_key, "Duplicate of 'Text'") diff --git a/common/lib/xmodule/xmodule/templates/problem/blank_common.yaml b/common/lib/xmodule/xmodule/templates/problem/blank_common.yaml index 3dcac29aba3..73cdffbd457 100644 --- a/common/lib/xmodule/xmodule/templates/problem/blank_common.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/blank_common.yaml @@ -1,5 +1,5 @@ --- metadata: - display_name: Blank Common Problem + display_name: Problema en blanco markdown: "" data: "" diff --git a/common/lib/xmodule/xmodule/templates/problem/checkboxes_response.yaml b/common/lib/xmodule/xmodule/templates/problem/checkboxes_response.yaml index 8c9a05613c3..9260f1dd7b0 100644 --- a/common/lib/xmodule/xmodule/templates/problem/checkboxes_response.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/checkboxes_response.yaml @@ -2,27 +2,26 @@ metadata: display_name: Checkboxes markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de verificación de casillas. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera. << - [x] a correct answer - [ ] an incorrect answer - [ ] an incorrect answer - [x] a correct answer + [x] una respuesta correcta + [ ] una respuesta incorrecta + [ ] una respuesta incorrecta + [x] una respuesta correcta data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de verificación de casillas. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. - a correct answer - an incorrect answer - an incorrect answer - a correct answer + una respuesta correcta + una respuesta incorrecta + una respuesta incorrecta + una respuesta correcta
- diff --git a/common/lib/xmodule/xmodule/templates/problem/checkboxes_response_hint.yaml b/common/lib/xmodule/xmodule/templates/problem/checkboxes_response_hint.yaml index ef368b60bb1..52cdfaf0627 100644 --- a/common/lib/xmodule/xmodule/templates/problem/checkboxes_response_hint.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/checkboxes_response_hint.yaml @@ -1,52 +1,52 @@ --- metadata: - display_name: Checkboxes with Hints and Feedback + display_name: Casillas de Verificación con consejos y comentarios markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes with hints and feedback problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de verificación de casillas con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this.<< + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< - [x] a correct answer {{ selected: You can specify optional feedback that appears after the learner selects and submits this answer. }, { unselected: You can specify optional feedback that appears after the learner clears and submits this answer.}} - [ ] an incorrect answer - [ ] an incorrect answer {{ selected: You can specify optional feedback for none, all, or a subset of the answers. }, { unselected: You can specify optional feedback for selected answers, cleared answers, or both.}} - [x] a correct answer + [x] una respuesta correcta {{ selected: Puede especificar comentarios opcionales que aparecen después de que el estudiante selecciona y envía esta respuesta. }, { unselected: Puede especificar comentarios opcionales que aparecen después de que el estudiante deselecciona y envía esta respuesta.}} + [ ] una respuesta incorrecta + [ ] una respuesta incorrecta {{ selected: Puede especificar comentarios opcionales para ninguna, todas, o un subgrupo de respuestas. }, { unselected: Puede especificar comentarios opcionales para respuestas seleccionadas, deseleccionadas, o ambas.}} + [x] una respuesta correcta - {{ ((A B D)) You can specify optional feedback for a combination of answers which appears after the specified set of answers is submitted. }} - {{ ((A B C D)) You can specify optional feedback for one, several, or all answer combinations. }} + {{ ((A B D)) Puede especificar comentarios opcionales para una combinación de respuestas los cuales aparecen después de que el grupo de respuestas es enviado. }} + {{ ((A B C D)) Puede especificar comentarios opcionales para una, varias, o todas las combinaciones de respuestas. }} - ||You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.|| - ||If you add more than one hint, a different hint appears each time learners select the hint button.|| + ||Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón.|| + ||Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.|| hinted: true data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for checkboxes with hints and feedback problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de verificación de casillas con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. - a correct answer - You can specify optional feedback that appears after the learner selects and submits this answer. - You can specify optional feedback that appears after the learner clears and submits this answer. + una respuesta correcta + Puede especificar comentarios opcionales que aparecen después de que el estudiante selecciona y envía esta respuesta. + Puede especificar comentarios opcionales que aparecen después de que el estudiante deselecciona y envía esta respuesta. - an incorrect answer + una respuesta incorrecta - an incorrect answer - You can specify optional feedback for none, all, or a subset of the answers. - You can specify optional feedback for selected answers, cleared answers, or both. + una respuesta incorrecta + Puede especificar comentarios opcionales para ninguna, todas, o un subgrupo de respuestas. + Puede especificar comentarios opcionales para respuestas seleccionadas, deseleccionadas, o ambas. - a correct answer + una respuesta correcta - You can specify optional feedback for a combination of answers which appears after the specified set of answers is submitted. - You can specify optional feedback for one, several, or all answer combinations. + Puede especificar comentarios opcionales para una combinación de respuestas los cuales aparecen después de que el grupo de respuestas es enviado. + Puede especificar comentarios opcionales para una, varias, o todas las combinaciones de respuestas.
- You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button. - If you add more than one hint, a different hint appears each time learners select the hint button. + Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón. + Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.
diff --git a/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml b/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml index f6f0672c8bf..ac60f96e7b0 100644 --- a/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/multiplechoice.yaml @@ -1,27 +1,27 @@ --- metadata: - display_name: Multiple Choice + display_name: Opción múltiple markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de opción múltiple. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< - ( ) an incorrect answer - (x) the correct answer - ( ) an incorrect answer + ( ) Una respuesta incorrecta + (x) la respuesta correcta + ( ) Una respuesta incorrecta data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de opción múltiple. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. - an incorrect answer - the correct answer - an incorrect answer + Una respuesta incorrecta + la respuesta correcta + Una respuesta incorrecta
diff --git a/common/lib/xmodule/xmodule/templates/problem/multiplechoice_hint.yaml b/common/lib/xmodule/xmodule/templates/problem/multiplechoice_hint.yaml index 65555515bb2..aba16c802ca 100644 --- a/common/lib/xmodule/xmodule/templates/problem/multiplechoice_hint.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/multiplechoice_hint.yaml @@ -1,40 +1,40 @@ --- metadata: - display_name: Multiple Choice with Hints and Feedback + display_name: Opción múltiple con consejos y comentarios markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice with hints and feedback problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de opción múltiple con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< - ( ) an incorrect answer {{You can specify optional feedback like this, which appears after this answer is submitted.}} - (x) the correct answer - ( ) an incorrect answer {{You can specify optional feedback for none, a subset, or all of the answers.}} + ( ) una respuesta incorrecta {{Puede especificar comentarios opcionales de esta manera, los cuales aparecen después de que esta respuesta ha sido enviada.}} + (x) la respuesta correcta + ( ) una respuesta incorrecta {{Puede especificar comentarios opcionales para ninguna, un subgrupo, o todas las respuestas.}} - ||You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.|| - ||If you add more than one hint, a different hint appears each time learners select the hint button.|| + ||Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón.|| + ||Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.|| hinted: true data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for multiple choice with hints and feedback problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de opción múltiple con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. - an incorrect answer - You can specify optional feedback like this, which appears after this answer is submitted. + una respuesta incorrecta + Puede especificar comentarios opcionales de esta manera, los cuales aparecen después de que esta respuesta ha sido enviada. - the correct answer + la respuesta correcta - an incorrect answer - You can specify optional feedback for none, a subset, or all of the answers. + una respuesta incorrecta + Puede especificar comentarios opcionales para ninguna, un subgrupo, o todas las respuestas.
- You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button. - If you add more than one hint, a different hint appears each time learners select the hint button. + Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón. + Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.
diff --git a/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml b/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml index 2502854dcde..608d53c4672 100644 --- a/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/numericalresponse.yaml @@ -1,19 +1,19 @@ --- metadata: - display_name: Numerical Input + display_name: Entrada numérica markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for numerical input problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada numérica. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< = 100 +-5 data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for numerical input problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada numérica. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera.
diff --git a/common/lib/xmodule/xmodule/templates/problem/numericalresponse_hint.yaml b/common/lib/xmodule/xmodule/templates/problem/numericalresponse_hint.yaml index 2f2e2992446..069379ac227 100644 --- a/common/lib/xmodule/xmodule/templates/problem/numericalresponse_hint.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/numericalresponse_hint.yaml @@ -1,29 +1,29 @@ --- metadata: - display_name: Numerical Input with Hints and Feedback + display_name: Entrada numérica con consejos y comentarios markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for numerical input with hints and feedback problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada numérica con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< - = 100 +-5 {{You can specify optional feedback like this, which appears after this answer is submitted.}} + = 100 +-5 {{Puede especificar comentarios opcionales de esta manera, los cuales aparecen después de que esta respuesta ha sido enviada.}} - ||You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.|| - ||If you add more than one hint, a different hint appears each time learners select the hint button.|| + ||Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón.|| + ||Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.|| hinted: true data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for numerical input with hints and feedback problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada numérica con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. - You can specify optional feedback like this, which appears after this answer is submitted. + Puede especificar comentarios opcionales de esta manera, los cuales aparecen después de que esta respuesta ha sido enviada.
- You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button. - If you add more than one hint, a different hint appears each time learners select the hint button. + Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón. + Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.
diff --git a/common/lib/xmodule/xmodule/templates/problem/optionresponse.yaml b/common/lib/xmodule/xmodule/templates/problem/optionresponse.yaml index 9cd8b9fda74..ccb555750d7 100644 --- a/common/lib/xmodule/xmodule/templates/problem/optionresponse.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/optionresponse.yaml @@ -2,23 +2,23 @@ metadata: display_name: Dropdown markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for dropdown problems. Edit this component to replace this template with your own assessment. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de dropdown. Edite este componente para reemplazar esta plantilla con su propia evaluación. + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< [[ - an incorrect answer - (the correct answer) - an incorrect answer + una respuesta incorrecta + (la respuesta correcta) + una respuesta incorrecta ]] data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for dropdown problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de dropdown. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. - - - + + +
diff --git a/common/lib/xmodule/xmodule/templates/problem/optionresponse_hint.yaml b/common/lib/xmodule/xmodule/templates/problem/optionresponse_hint.yaml index 6a3e4a3c1bf..a9b107f7220 100644 --- a/common/lib/xmodule/xmodule/templates/problem/optionresponse_hint.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/optionresponse_hint.yaml @@ -1,33 +1,33 @@ --- metadata: - display_name: Dropdown with Hints and Feedback + display_name: Dropdown con consejos y comentarios markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for dropdown with hints and feedback problems. Edit this component to replace this template with your own assessment. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de Dropdown con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación. + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< [[ - an incorrect answer {{You can specify optional feedback like this, which appears after this answer is submitted.}} - (the correct answer) - an incorrect answer {{You can specify optional feedback for none, a subset, or all of the answers.}} + una respuesta incorrecta {{Puede especificar comentarios opcionales de esta manera, los cuales aparecen después de que esta respuesta ha sido enviada.}} + (la respuesta correcta) + una respuesta incorrecta {{Puede especificar comentarios opcionales para ninguna, un subgrupo, o todas las respuestas.}} ]] - ||You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.|| - ||If you add more than one hint, a different hint appears each time learners select the hint button.|| + ||Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón.|| + ||Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.|| hinted: true data: | -

You can use this template as a guide to the simple editor markdown and OLX markup to use for dropdown with hints and feedback problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de Dropdown con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. - - - + + +
- You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button. - If you add more than one hint, a different hint appears each time learners select the hint button. + Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón. + Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.
diff --git a/common/lib/xmodule/xmodule/templates/problem/string_response.yaml b/common/lib/xmodule/xmodule/templates/problem/string_response.yaml index 2c9970a7d66..912a094632c 100644 --- a/common/lib/xmodule/xmodule/templates/problem/string_response.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/string_response.yaml @@ -1,21 +1,21 @@ --- metadata: - display_name: Text Input + display_name: Entrada de texto markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for text input problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada de texto. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< - = the correct answer - or= optional acceptable variant of the correct answer + = la respuesta correcta + or= variante aceptada de la respuesta correcta data: | - -

You can use this template as a guide to the simple editor markdown and OLX markup to use for text input problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. - + +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada de texto. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. +
diff --git a/common/lib/xmodule/xmodule/templates/problem/string_response_hint.yaml b/common/lib/xmodule/xmodule/templates/problem/string_response_hint.yaml index 9ecdd18ae80..62b53e09ba8 100644 --- a/common/lib/xmodule/xmodule/templates/problem/string_response_hint.yaml +++ b/common/lib/xmodule/xmodule/templates/problem/string_response_hint.yaml @@ -1,33 +1,33 @@ --- metadata: - display_name: Text Input with Hints and Feedback + display_name: Entrada de texto con consejos y comentarios markdown: | - You can use this template as a guide to the simple editor markdown and OLX markup to use for text input with hints and feedback problems. Edit this component to replace this template with your own assessment. + Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada de texto con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación. - >>Add the question text, or prompt, here. This text is required.||You can add an optional tip or note related to the prompt like this. << + >>Agregue una pregunta o enunciado aquí. Este texto es requerido.||Puede agregar un tip o nota opcional al enunciado de esta manera.<< - = the correct answer {{You can specify optional feedback like this, which appears after this answer is submitted.}} - or= optional acceptable variant of the correct answer - not= optional incorrect answer such as a frequent misconception {{You can specify optional feedback for none, a subset, or all of the answers.}} + = la respuesta correcta {{Puede especificar comentarios opcionales de esta manera, los cuales aparecen después de que esta respuesta ha sido enviada.}} + or= variante aceptable de la respuesta correcta + not= respuesta opcional incorrecta tal como un error conceptual {{Puede especificar comentarios opcionales para ninguna, un subgrupo, o todas las respuestas.}} - ||You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button.|| - ||If you add more than one hint, a different hint appears each time learners select the hint button.|| + ||Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón.|| + ||Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.|| hinted: true data: | - -

You can use this template as a guide to the simple editor markdown and OLX markup to use for text input with hints and feedback problems. Edit this component to replace this template with your own assessment.

- - You can add an optional tip or note related to the prompt like this. - You can specify optional feedback like this, which appears after this answer is submitted. - - You can specify optional feedback for none, a subset, or all of the answers. + +

Puede usar esta plantilla como una guía para el editor simple de markdown y el marcado OLX que se usan en problemas de entrada de texto con consejos y comentarios. Edite este componente para reemplazar esta plantilla con su propia evaluación.

+ + Puede agregar un tip o nota opcional al enunciado de esta manera. + Puede especificar comentarios opcionales de esta manera, los cuales aparecen después de que esta respuesta ha sido enviada. + + Puede especificar comentarios opcionales para ninguna, un subgrupo, o todas las respuestas.
- You can add an optional hint like this. Problems that have a hint include a hint button, and this text appears the first time learners select the button. - If you add more than one hint, a different hint appears each time learners select the hint button. + Puede agregar consejos opcionales de esta manera. Los problemas que tienen un consejo incluyen un botón de consejo. Este texto aparece la primera vez que los estudiantes seleccionan el botón. + Si se agrega más de un consejo, un consejo diferente se mostrará cuando los estudiantes seleccionen el botón de consejo.