Get a participant's quiz result
One participant’s per-question result for a single quiz instance: the questions they received, what they answered, and the correct answers. Visible to the quiz’s admins and the participant’s manager-of-record (subject to the quiz’s result visibility).
Authorizations
API key for authentication. Generate keys in the Doozy dashboard.
Path Parameters
The unique identifier of the quiz
1 - 128^[A-Za-z0-9_-]+$"quiz_abc123"
The scheduled-activity id that delivered the quiz to the participant
1 - 128^[A-Za-z0-9_-]+$"act_abc123"
The participant's user id
1 - 128^[A-Za-z0-9_-]+$"user_abc123"
Response
The participant's per-question result
quiz_participant_result This participant's status for the quiz run.
not_started, in_progress, completed, expired Correct / total questions as a 0-100 percentage. Null when nothing was received.
When the quiz was delivered to this participant (ISO 8601).
First answer (ISO 8601). Null if not started.
Most recent answer (ISO 8601). Null if not started.
Completion time (ISO 8601). Null if not completed.
When answers are due / the run expires (ISO 8601). Null if no deadline.
How the quiz was delivered to this participant.
one_off, track Track (workflow) ID if delivered via a track.
Track (workflow) name if delivered via a track.