[FONT=Verdana][FONT="]Ok, I have an xml doc that has 6 categories that are colors and 4 questions that fall under each category. My question is I’m trying to create a quiz that will grab a question/answers based on a variable between 1-6 from the (6) categories in the xml doc. But the kicker is I want the user to have to choose from a different category if the 1-6 variables are different. And I need to walk down and grab a different question if they have been to blue before or maybe just a random question from the blue or green section.
If anyone could shed some light on my dark situation I would be grateful.[/FONT][/FONT]
The xml doc example of one section the doc has 6 nodes with 4 questions each.
<trivia>
<color_blue>
<quiz answer=“The earth”>where are you at?
<choice name=“The earth”>yes, you are right</choice>
<choice name=“mars”>no, that is wrong</choice>
<choice name=“venus” >hahahahahhah</choice>
</quiz>
</trivia>