PUSH Transformation object
Represents a transformed test score.
Fields
| Field | Type | Description |
|---|---|---|
idrequired |
String | The raw score, expressed as a percentage. Example value: seventy-percent-grade-points |
resultrequired |
String | The transformed value. Example value: 9½ |
passedoptional |
Boolean | If a binary test score transformer is used, this property indicates whether the testee has passed the test or not. |
percentageoptional |
Integer | If a percentage test score transformer is used, this property indicates what the achieved percentage was. |
Example
{
"id": "pass-at-seventy-percent",
"passed": true,
"result": "you passed"
}
Last updated on