missEmm

Test One XML

May 14th, 2011
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <test>
  4.   <question qText="1.   What should you be careful for when you step on the green?" correct="Ball Marker">
  5.     <choice>Good droppings</choice>
  6.     <choice>Loose change</choice>
  7.     <choice>Faces of Other Players</choice>
  8.     <choice>Ball Marker</choice>
  9.     <image>imgs/test01/01.jpg</image>
  10.   </question>
  11.   <question qText="2.   What should you do if you hit your ball towards other people?" correct="Yell Fore!">
  12.     <choice>Drop you club</choice>
  13.     <choice>Call your lawyer</choice>
  14.     <choice>Make a joke</choice>
  15.     <choice>Yell Fore!</choice>
  16.     <image>imgs/test01/02.jpg</image>
  17.   </question>
  18.   <question qText="3.   What should you carry in your pocket every time you golf?" correct="A ball mark repair tool">
  19.     <choice>A rabbit's foot</choice>
  20.     <choice>A rabbit</choice>
  21.     <choice>A caddie</choice>
  22.     <choice>A ball mark repair tool</choice>
  23.     <image>imgs/test01/03.jpg</image>
  24.   </question>
  25.   <question qText="4.   If someone hits off a tree, you should:" correct="Wait and watch where the ball lands">
  26.     <choice>Eat some chips</choice>
  27.     <choice>Point out what went wrong</choice>
  28.     <choice>Wait and watch where the ball lands</choice>
  29.     <choice>Move to the next hole</choice>
  30.     <image>imgs/test01/04.jpg</image>
  31.   </question>
  32.   <question qText="5.   What should you do if you lose your golf ball?" correct="Take a drop and count the stroke">
  33.     <choice>Take your time looking for it</choice>
  34.     <choice>Move on</choice>
  35.     <choice>Take a drop and count the stroke</choice>
  36.     <choice>Ask the group to go again</choice>
  37.     <image>imgs/test01/04.jpg</image>
  38.   </question>
  39. </test>
Advertisement
Add Comment
Please, Sign In to add comment