PUSH ObjectiveNoLongerMetEvent object

deprecated Represents a learning objective which is no longer met.

Fields

Field Type Description
evaluationDate
required
Date/time The date and time the evaluation of the objective took place.
met
required
Boolean Whether the objective was met.
proficiency
required
Integer The proficiency at the time of evaluation.
user
required
PUSH User The user no longer meeting the objective.
objective
required
PUSH Objective Describes the objective that is no longer met.

Example

{
  "evaluationDate": "2015-07-28T09:23:57Z",
  "met": false,
  "proficiency": 61,
  "user": {
    "id": "CkGyUQ2b5mNHxyCqkzflKg",
    "name": "John Smith",
    "emailAddress": "john@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"
    }
  }
}

 

Last updated on