Hi every one, sorry from my english I'm from spain. I'm making a multilingual quiz wich questions appair randomly. I'm storing texts from some XMLs, this is the structure:
<ques>
<q>question</q>
<op>option1</op>
<op>option2</op>
<op correct=true>option3</op>
<ques>
I want to use the atribute correct to set te correct answer because the correct answers is not always the third obviusly. How can I do that or is there an other way to make easier to set the correct question?
Thanks you every one