{
  "id" : 1033,
  "title" : "Unity Quiz",
  "description" : "Testing your unity skills",
  "questions" : [ {
    "id" : 2478,
    "title" : "In what ways can you change a GameObject's position?",
    "answers" : [ {
      "id" : 2479,
      "text" : "Select the object and drag the x, y, z axis",
      "correctAnswer" : true
    }, {
      "id" : 2480,
      "text" : "Change the x, y, z values in the inspector window",
      "correctAnswer" : true
    }, {
      "id" : 2481,
      "text" : "Use the right-click on the object and drag",
      "correctAnswer" : false
    }, {
      "id" : 2482,
      "text" : "Look in the direction you want your object to go",
      "correctAnswer" : false
    } ],
    "images" : null,
    "texts" : null,
    "models" : null,
    "audios" : null
  }, {
    "id" : 2483,
    "title" : "Which of these games have been developed using Unity?",
    "answers" : [ {
      "id" : 2484,
      "text" : "Hollow Knight",
      "correctAnswer" : true
    }, {
      "id" : 2485,
      "text" : "League of Legends",
      "correctAnswer" : false
    }, {
      "id" : 2486,
      "text" : "Pokémon Go",
      "correctAnswer" : true
    }, {
      "id" : 2487,
      "text" : "World of Warcraft",
      "correctAnswer" : false
    } ],
    "images" : null,
    "texts" : null,
    "models" : null,
    "audios" : null
  } ]
}