Created
September 30, 2014 07:09
-
-
Save labra/bc6e940daa39c245064a to your computer and use it in GitHub Desktop.
QuizSimple
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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><prueba xmlns="http://n1.org" <br /> xmlns:aa="http://n2.org"<br /> <aa xmlns="http://n3.org" <br /> xmlns:bb="http://n4.org"><br /> Hola<br /> </aa><br /></prueba><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