{
  "modules": [
    {
      "id": 1,
      "name": "quiz"
    }
  ],
  "question_attempt_steps": [
    {
      "id": 1,
      "questionattemptid": 1,
      "fraction": 0.5,
      "sequencenumber": 1
    }
  ],
  "question_attempts": [
    {
      "id": 1,
      "questionusageid": 1,
      "maxfraction": 1.0,
      "minfraction": 0.0
    }
  ],
  "quiz": [
    {
      "id": 1,
      "name": "test_quiz_name"
    }
  ],
  "quiz_attempts": [
    {
      "id": 1,
      "userid": 2,
      "quiz": 1,
      "state": "finished",
      "sumgrades": 50,
      "timefinish": 1,
      "timestart": 0
    }
  ],
  "user": [
    {
      "id": 1,
      "firstname": "test_instructor_fullname",
      "email": "instructor@test.com"
    },
    {
      "id": 2,
      "firstname": "test_learner_fullname",
      "email": "learner@test.com"
    }
  ]
}
