2.1.1 TestResultDrill object

Contains details about the drill used for the test, and the score achieved for the questions taken from this drill.

Example

{
  "drill": {
    "id": "rCiRiK6gzUupEAmP2RAE1g",
    "name": "Hiragana",
    "subject": "Japanese",
    "type": "DRILL"
  },
  "score": {
    "percentage": 0,
    "transformations": [{
      "id": "seventy-percent-grade-points",
      "result": "0"
    }]
  }
}

Fields

Field Type Description
drill
required
2.1.1 Drill object A summary of the drill.
score
optional
2.1.1 Score object The achieved score for the questions taken from this drill, expressed as a percentage, including optional transformations. Note that this value may not be present if the test has not yet been completed.