2.1.1 ObjectiveEvaluation object
Represents the evaluation of a given practice or test objective. The evaluation indicates whether the objective was met or not.
Example
{
"evaluationDate": "2015-07-28T09:23:57Z",
"met" : true,
"proficiency" : 81,
"user": {
"id": "CkGyUQ2b5mNHxyCqkzflKg",
"name": "John Smith"
},
"objective": {
"drills": [{
"id": "_Q4GyCkGlieEEqef_0SKbA",
"name": "Factory safety procedures",
"type": "DRILL",
"version": "bbV3"
}],
"fallingMinimumProficiency": 70,
"id": "LIv2wQYYORusdy4E4BG1mQ",
"minimumProficiency": 80,
"reviewDate": "2015-07-19T10:15:30Z",
"type": "PERMANENT"
}
}
Fields
Field | Type | Description |
---|---|---|
evaluationDate required |
Date | The date/time of the evaluation. |
met required |
Boolean | Indicates whether the objective was met. |
proficiency optional |
Integer | The associated proficiency at the time of the objective review. |
user required |
2.1.1 User object | The evaluated user. |
objective optional |
2.1.1 Objective object | The evaluated objective. Omitted if this object is already embedded in an Objective object. |
Last updated on