Skip to content

Instantly share code, notes, and snippets.

@nickdunn
Created September 22, 2011 09:32
Show Gist options
  • Save nickdunn/1234414 to your computer and use it in GitHub Desktop.
Save nickdunn/1234414 to your computer and use it in GitHub Desktop.
Game question/answer example
<game>
<section id="2" handle="games">Games</section>
<entry id="225">
<title handle="near-field-communication">Near Field Communication</title>
<description mode="formatted">...</description>
<points>10</points>
<questions items="1">
<item id="224">
<question handle="what-must-you-do-with-two-nokia-devices-to-share-a-photo-via-nfc">What must you do with two Nokia devices to share a photo via NFC?</question>
<answer-a handle="tap-them-together">tap them together</answer-a>
<answer-b handle="shake-them-at-a-distance">shake them at a distance</answer-b>
<answer-c handle="connect-them-with-the-nfc-cable">connect them with the NFC cable</answer-c>
<answer-d handle="send-a-multimedia-message-to-the-other">send a multimedia message to the other</answer-d>
<correct-answer>
<item handle="a">A</item>
</correct-answer>
</item>
...
</questions>
</entry>
</game>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment