PUSH ObjectiveMetEvent object

deprecated Represents a learning objective which is 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 meeting the objective.
objective
required
PUSH Objective Describes the objective that was met.

Example

{
  "evaluationDate": "2015-07-28T09:23:57Z",
  "met": true,
  "proficiency": 81,
  "user": {
    "id": "CkGyUQ2b5mNHxyCqkzflKg",
    "name": "John Smith",
    "emailAddress": "john@drillster.com",
    "thirdPartyIds": [{
      "thirdParty": "EXAMPLE",
      "id": "abc123"
    }]
  },
  "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