Skip to content

Instantly share code, notes, and snippets.

@labra
Created September 30, 2014 07:09
Show Gist options
  • Save labra/bc6e940daa39c245064a to your computer and use it in GitHub Desktop.
Save labra/bc6e940daa39c245064a to your computer and use it in GitHub Desktop.
QuizSimple
<?xml version="1.0" encoding="UTF-8"?>
<quiz>
<question type="multichoice">
<name>
<text>EspacioNombres</text>
</name>
<questiontext format="html">
<text><![CDATA[<p>Dado el siguiente fichero:</p>
<pre>&lt;prueba xmlns="http://n1.org" <br /> xmlns:aa="http://n2.org"<br /> &lt;aa xmlns="http://n3.org" <br /> xmlns:bb="http://n4.org"&gt;<br /> Hola<br /> &lt;/aa&gt;<br />&lt;/prueba&gt;<br /><br />¿Cuál es el espacio de nombres al que corresponde el elemento aa ?</pre>]]></text>
</questiontext>
<answer fraction="-25" format="html">
<text><![CDATA[<p>http://n1.org</p>]]></text>
<feedback format="html">
<text></text>
</feedback>
</answer>
<answer fraction="-25" format="html">
<text><![CDATA[<p>http://n2.org</p>]]></text>
<feedback format="html">
<text></text>
</feedback>
</answer>
<answer fraction="100" format="html">
<text><![CDATA[<p>http://n3.org</p>]]></text>
<feedback format="html">
<text></text>
</feedback>
</answer>
<answer fraction="-25" format="html">
<text><![CDATA[<p>http://n4.org</p>]]></text>
<feedback format="html">
<text></text>
</feedback>
</answer>
</question>
</quiz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment