PUSH PlayableEvaluation object

Represents the evaluation of a playable.

Fields

Field Type Description
playable
required
PUSH Playable object Indicates the playable this evualuation refers to.
playableResultStatus
optional
PUSH PlayableResultStatus object An object containing the result status of the playable.
status
required
String constant The status of the playable evaluation. Possible values are OK and NOT_OK.

Example

{
  "playable": {
    "id": "LIv2wQYYORusdy4E5BG3mQ",
    "type": "DRILL",
    "name": "Learn the scale of fifths"
  },
  "playableResultStatus": {
    "type": "DRILLABLE_RESULT_STATUS",
    "proficiency": 50
  },
  "status": "NOT_OK"
}

 

Last updated on