Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <problem>
- <!-- Las siguientes lineas usan espaciado de script Python. Asegurarse de que no está indentado cuando se agregue al componente problema. -->
- <script type="loncapa/python">
- computed_response = math.sqrt(math.fsum([math.pow(math.pi,2), math.pow(math.e,2)]))
- </script>
- <legend>TEXTO DEL PROBLEMA</legend>
- <numericalresponse answer="$computed_response">
- <responseparam type="tolerance" default="0.0001" />
- <formulaequationinput label="TEXTO DEL PROBLEMA"/>
- <correcthint>
- Retroalimentación para la respuesta correcta.
- </correcthint>
- </numericalresponse>
- <solution>
- <div class="detailed-solution">
- <p>TEXTO DE SOLUCIÓN</p>
- </div>
- </solution>
- </problem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement