Advertisement
eduardoperezl

Plantilla de Problema con Tolerancia Decimal

Sep 7th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.47 KB | None | 0 0
  1. <problem>
  2.   <legend>TEXTO DEL PROBLEMA</legend>
  3.   <numericalresponse answer="RESPUESTA (NUMERO)">
  4.     <responseparam type="tolerance" default="NUMERO (DECIMAL, Ejemplo, .02)" />
  5.     <formulaequationinput label="TEXTO DEL PROBLEMA"/>
  6.     <correcthint>
  7.       Retroalimentación para la respuesta correcta.
  8.     </correcthint>
  9.   </numericalresponse>
  10.  
  11.   <solution>
  12.     <div class="detailed-solution">
  13.       <p>TEXTO DE SOLUCIÓN</p>
  14.     </div>
  15.   </solution>
  16. </problem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement