Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <problem><startouttext/><p>Problema de Ecuación Química. Escribe la siguiente reacción abajo.</p>
- \( \text{H}_2\text{SO}_4 \longrightarrow \text { H}^+ + \text{ HSO}_4^-\)
- <customresponse><chemicalequationinput size="50" label="Enter the chemical equation"/><answer type="loncapa/python">
- if chemcalc.chemical_equations_equal(submission[0], 'H2SO4 -> H^+ + HSO4^-'):
- correct = ['correct']
- else:
- correct = ['incorrect']
- </answer></customresponse>
- <p>Algunos consejos:</p>
- <ul><li>Usar simbolos de elementos reales.</li><li>Crear subscripts usando texto plano.</li><li>Crear superscripts usando un signo (^).</li><li>Crear la flecha de reacción (\(\longrightarrow\)) usando "->".</li></ul>
- <endouttext/>
- <solution><div class="detailed-solution"><p>Solución</p><p>Para crear esta ecuación, ingresar lo siguiente: </p><p>H2SO4 -> H^+ + HSO4^-</p></div></solution>
- </problem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement