Quiz Submission Events
Quiz Submission Events API
// An event passed from the Quiz Submission take page
{
// a timestamp record of creation time
"created_at": "2014-10-08T19:29:58Z",
// the type of event being sent
"event_type": "question_answered",
// custom contextual data for the specific event type
"event_data": {"answer":"42"}
}Parameter
Type
Description
Parameter
Type
Description
Last updated
Was this helpful?