PUSH Transformation object

Represents a transformed test score.

Fields

Field Type Description
id
required
String The raw score, expressed as a percentage.

Example value: seventy-percent-grade-points
result
required
String The transformed value.

Example value:
passed
optional
Boolean If a binary test score transformer is used, this property indicates whether the testee has passed the test or not.
percentage
optional
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