2.0 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": 100
}

Fields

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

Example value: 100