Hello,
I use a couple of classes/snippets from the code library for an multiple choise quizzing engine.
part of xml file:
- <quiz name="blablabla">
- <item number="1">
<question>Which of the following?</question>
<answer correct="yes" order="a">1</answer>
<answer correct="no" order="b">2</answer>
<answer correct="yes" order="c">3</answer>
<answer correct="no" order="d">4</answer>
<explanation>explanation>
<qtype>1</qtype>
</item>
I want to parse html code such as <br> or TABLE tags etc. in the question and explanation.
Can anyone let me know if this is even possible? (how would be great, but if it's not possible I can stop my quest)