Guest User

Untitled

a guest
May 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <survey>
  2. <name>Name of the Survey</name>
  3. <description>The Survey to demonstrate survey software</description>
  4. <questions>
  5. <boolean>
  6. <description>Description for a True/False Question.</description>
  7. </boolean>
  8. <integer>
  9. <description>Description for question about a number.</description>
  10. </integer>
  11. <string>
  12. <description>Description for question that accepts string input.</description>
  13. </string>
  14. <singlechoice>
  15. <description>Description for multiple choice quesiton</description>
  16. <choices>
  17. <choice>A</choice>
  18. <choice>B</choice>
  19. <choice>C</choice>
  20. </choices>
  21. </singlechoice>
  22. </questions>
  23. </survey>
Add Comment
Please, Sign In to add comment