2.0 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",
    "emailAddress": "thomas@drillster.com",
    "thirdPartyIds": [{
      "thirdParty": "ABC",
      "id": "123dzenab"
    }]
  },
  "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",
    "usersLink": {
      "type": "GROUP",
      "id": "S4FEPc9HEQ1toGRd30fDb4LIKI_Q2nyGA3fSJTbellM"
    }
  }
}

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.0 User object The evaluated user.
objective
optional
2.0 Objective object The evaluated objective. Omitted if this object is already embedded in an Objective object.