Advertisement
eduardoperezl

Plantilla XML para Problema de Opción Múltiple

Sep 6th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.71 KB | None | 0 0
  1. <problem>
  2. <p>Pregunta</p>
  3. <multiplechoiceresponse>
  4.   <choicegroup type="MultipleChoice" label="Etiqueta">
  5.     <choice correct="false" name="a">
  6.       Opción Incorrecta
  7.       <choicehint>
  8.         Consejo para Opción Incorrecta.
  9.       </choicehint>
  10.     </choice>
  11.     <choice correct="true" name="b">
  12.       Opción Correcta
  13.       <choicehint>
  14.         Consejo para Opción Correcta.
  15.       </choicehint>
  16.     </choice>
  17.   </choicegroup>
  18. </multiplechoiceresponse>
  19. <demandhint>
  20.   <hint>Consejo 1</hint>
  21.   <hint>Consejo 2</hint>
  22. </demandhint>
  23.  
  24. <solution>
  25.   <div class="detailed-solution">
  26.   <p>Explicación o encabezado de solución</p>
  27.   <p>Explicación o texto de solución</p>
  28.   </div>
  29. </solution>
  30. </problem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement