{
  "id" : 389,
  "title" : "Test Quiz",
  "description" : "Testing apk upload and download",
  "questions" : [ {
    "id" : 2398,
    "title" : "What is the first pokemon in the pokedex?",
    "answers" : [ {
      "id" : 2399,
      "text" : "Squirtle",
      "correctAnswer" : false
    }, {
      "id" : 2400,
      "text" : "Bulbasaur",
      "correctAnswer" : true
    }, {
      "id" : 2401,
      "text" : "Charmander",
      "correctAnswer" : false
    }, {
      "id" : 2402,
      "text" : "Pikachu",
      "correctAnswer" : false
    } ],
    "images" : null,
    "texts" : null,
    "models" : null,
    "audios" : null
  }, {
    "id" : 2403,
    "title" : "Which of these is a ground-type Pokemon?",
    "answers" : [ {
      "id" : 2404,
      "text" : "Mudkip",
      "correctAnswer" : false
    }, {
      "id" : 2405,
      "text" : "Diglet",
      "correctAnswer" : true
    }, {
      "id" : 2406,
      "text" : "Geodude",
      "correctAnswer" : false
    }, {
      "id" : 2407,
      "text" : "Skarmory",
      "correctAnswer" : false
    } ],
    "images" : null,
    "texts" : null,
    "models" : null,
    "audios" : null
  } ]
}