Guest User

JSON Template

a guest
Apr 26th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2. "randomize": true,
  3. "title": "",
  4. "passingPercentage": 100,
  5. "numberOfQuestions": 0,
  6. "requiredQuestions": 0,
  7. "groups": {
  8. "use": false,
  9. "groupIDs": [
  10. "a"
  11. ],
  12. "numberInGroup": [
  13. 0
  14. ],
  15. "numberRequiredForGroup": [
  16. 0
  17. ],
  18. "passingPercentages": [
  19. 100
  20. ],
  21. "randomizeGroupQuestions": false,
  22. "useAveragePassingPercentage": false,
  23. "useGroupPercentages": false
  24. },
  25. "questions": [
  26. {
  27. "id": 0,
  28. "groupID": "a",
  29. "type": "radio",
  30. "question": "This is a sample question.",
  31. "responses": [
  32. {
  33. "answer": "This is the correct answer.",
  34. "value": true,
  35. "id": 0
  36. },
  37. {
  38. "answer": "This is incorrect answer #1",
  39. "value": false,
  40. "id": 1
  41. },
  42. {
  43. "answer": "This is incorrect answer #2",
  44. "value": false,
  45. "id": 2
  46. },
  47. {
  48. "answer": "This is incorrect answer #2",
  49. "value": false,
  50. "id": 3
  51. }
  52. ],
  53. "randomize": true,
  54. "points": 1
  55. }
  56. ]
  57. }
Advertisement
Add Comment
Please, Sign In to add comment