PUSH QuestionAnsweredEvent object
Represents the answering of a drill question by a user.
Fields
| Field | Type | Description |
|---|---|---|
eventIdrequired |
String | The unique ID of the event. |
eventTyperequired |
String | The type of the event (QUESTION_ANSWERED). |
userrequired |
PUSH User objects | The user who answered the question. |
playablerequired |
PUSH Playable objects | A reference to the learning object. |
correctrequired |
Boolean | Whether the given answer was correct. |
daterequired |
Timestamp | A timestamp for the event. |
proficiencyrequired |
PUSH Proficiency objects | The proficiency data after answering the question. |
Last updated on