Advertisement
retched

Sample Questions XML Export

Aug 18th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.28 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>                    
  2. <QuestionPack>
  3.     <Questions>
  4.         <Detail><!-- Repeat this whole block for each question.... -->
  5.             <QuestionText>What is    the     name of this game show?</QuestionText><!-- REQUIRED!!! Simply put, what is the question itself -->
  6.             <ChoiceA>Who Wants To Be A Millionaire?</ChoiceA><!-- REQUIRED -->
  7.             <ChoiceB>The Price is Right?</ChoiceB><!-- REQUIRED -->
  8.             <ChoiceC>Let's Make a Deal</ChoiceC><!-- REQUIRED -->
  9.             <ChoiceD>Celebrity Name Game</ChoiceD><!-- REQUIRED -->
  10.             <CorrectAnswer>a</CorrectAnswer><!-- REQUIRED: A, B, C, D. (lower case is okay)-->
  11.             <Explanation></Explanation><!-- Optional. Brief explanation about why the answer is the answer -->
  12.             <Difficulty>0</Difficulty> <!-- REQUIRED: 0 through 4 grade of diffculty -->
  13.             <Category>General Knowledge</Category><!-- REQUIRED, Example: "Anime" -->
  14.             <SubCategory></SubCategory><!-- OPTIONAL. (If this is blank, it'll be assigned "General") Example: "Attack on Titan" -->
  15.             <DisplayCategory>What's On TV?</DisplayCategory><!-- OPTIONAL, but handy: When displaying categories to audience, this will be shown. -->
  16.             <LastDateRevealed>8/18/2016</LastDateRevealed><!-- OPTIONAL: The date the question was lat played. -->
  17.         </Detail>
  18.     </Questions>
  19. </QuestionPack>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement