2.1.1 TestResult object
Represents the result of one attempted or completed test.
Fields
Field | Type | Description |
---|---|---|
id required |
String | The unique ID for this test attempt. |
score |
2.1.1 Score object | The achieved score. |
started |
Timestamp (ISO 8601) | The date and time the test was started. A test starts when the first question is retrieved. |
completed |
Timestamp (ISO 8601) | The date and time the test was completed. This is when the test is submitted by the testee, or in case of a timed test when the maximum duration has passed. |
duration |
Integer | The time it took for the test to be completed, in minutes. |
size |
Integer | The total number of questions asked. |
correctlyAnswered |
Integer | The total number of questions answered correctly. |
progress |
Float | The progress of the testee for this test, as a range from 0.0 to 1.0 . |
reference |
String | An optional reference, used only for anonymous tests. |
questions |
List of 2.1.1 TestQuestion objects | The actual questions. |
user |
2.1.1 User object | The testee. This value is not available for anonymous tests. |
ticket |
String | An anonymous test ticket. Only used for anonymous tests. |
test |
2.1.1 Test object | The test definition. |
drills |
List of 2.1.1 TestResultDrill objects | The test outcome by drill. |
Last updated on