Advertisement
eduardoperezl

Plantilla de Problema Desplegable XML

Sep 1st, 2016
77
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. <legend>Pregunta</legend>
  3. <optionresponse>
  4.   <option correct="False">
  5.     Opción #1 - Incorrecta
  6.     <optionhint>
  7.       Retroalimentación para cuando el alumno seleccione esta respuesta.
  8.     </optionhint>
  9.   </option>
  10.   <option correct="True">
  11.     Opción #2 - Correcta
  12.     <optionhint>
  13.       Retroalimentación para cuando el alumno seleccione esta respuesta.
  14.     </optionhint>
  15.   </option>
  16. </optionresponse>
  17. <demandhint>
  18.   <hint>Consejo 1</hint>
  19.   <hint>Consejo 2</hint>
  20.   <hint>Consejo 3</hint>
  21. </demandhint>
  22. <solution>
  23.   <div class="detailed-solution">
  24.     <p>Explicación o Encabezado de la Solución.</p>
  25.     <p>Explicación o texto de solución.</p>
  26.   </div>
  27. </solution>
  28. </problem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement