proshanta

Quiz fetch

Mar 28th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.45 KB | None | 0 0
  1. {
  2.   "data": [
  3.     {
  4.       "id": 15,
  5.       "lesson_id": 51,
  6.       "question": "<p>A New Question from me also edited</p>",
  7.       "answers": [
  8.         {
  9.           "id": 53,
  10.           "answer": "No not at all",
  11.           "correct": false,
  12.           "explanation": "There certainly is no explanation for this answer"
  13.         },
  14.         {
  15.           "id": 54,
  16.           "answer": "asasasasas",
  17.           "correct": true,
  18.           "explanation": null
  19.         }
  20.       ]
  21.     },
  22.     {
  23.       "id": 16,
  24.       "lesson_id": 51,
  25.       "question": "<p>This is an edited question</p>",
  26.       "answers": [
  27.         {
  28.           "id": 46,
  29.           "answer": "Yes",
  30.           "correct": false,
  31.           "explanation": null
  32.         },
  33.         {
  34.           "id": 47,
  35.           "answer": "No",
  36.           "correct": true,
  37.           "explanation": null
  38.         },
  39.         {
  40.           "id": 48,
  41.           "answer": "Maybe",
  42.           "correct": false,
  43.           "explanation": null
  44.         }
  45.       ]
  46.     },
  47.     {
  48.       "id": 17,
  49.       "lesson_id": 51,
  50.       "question": "<p>I can also add a question</p>",
  51.       "answers": [
  52.         {
  53.           "id": 49,
  54.           "answer": "With some answers",
  55.           "correct": true,
  56.           "explanation": "aasas aasas"
  57.         },
  58.         {
  59.           "id": 50,
  60.           "answer": "Ans more answers",
  61.           "correct": false,
  62.           "explanation": null
  63.         }
  64.       ]
  65.     }
  66.   ],
  67.   "time": 180
  68. }
Advertisement
Add Comment
Please, Sign In to add comment