Advertisement
eduardoperezl

Plantilla de Problema con Porcentaje de Tolerancia

Sep 7th, 2016
65
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.  
  3.   <legend>TEXTO DEL PROBLEMA</legend>
  4.   <numericalresponse answer="RESPUESTA (NUMERO)">
  5.     <responseparam type="tolerance" default="NUMERO (PORCENTAJE, Ejemplo., 3%)" />
  6.     <formulaequationinput label="TEXTO DEL PROBLEMA"/>
  7.     <correcthint>
  8.       Retroalimentación para la respuesta correcta.
  9.     </correcthint>
  10.   </numericalresponse>
  11.  
  12.   <solution>
  13.     <div class="detailed-solution">
  14.       <p>TEXTO DE SOLUCION</p>
  15.     </div>
  16.   </solution>
  17.   </problem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement