2.1.1 Score object
Represents a score achieved as a result of a user making a test. A score consists of a raw percentage, plus an optional set of transformations of that score.
Example
{
"percentage": 97,
"transformations": [{
"id": "seventy-percent-grade-points",
"result": "9½"
}]
}
Fields
| Field | Type | Description |
|---|---|---|
percentagerequired |
Integer | The raw score expressed as a percentage, with a range of [0, 100]. |
transformationsoptional |
List of 2.1.1 Transformation objects | An optional list of score transformations. |
Last updated on