agentlans commited on
Commit
58aff7d
·
verified ·
1 Parent(s): 0511827

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ The output will be given in XML format like:
57
  <choice id="b">Choice B</choice>
58
  <choice id="c">Choice C</choice>
59
  <choice id="d">Choice D</choice>
60
- <answer value="a,b,c,d"/>
61
  </multiple-choice>
62
  ... more <multiple-choice></multiple-choice> tags
63
  </quiz>
 
57
  <choice id="b">Choice B</choice>
58
  <choice id="c">Choice C</choice>
59
  <choice id="d">Choice D</choice>
60
+ <answer value="a"/>
61
  </multiple-choice>
62
  ... more <multiple-choice></multiple-choice> tags
63
  </quiz>