Autosave in-progress answers
Submissions
Autosave Answers
Persists the learner’s current answers as drafts without grading or
submitting. Only valid for submissions that are in_progress.
Use this endpoint on a timed interval from your player to implement
crash recovery or resumable sessions, depending on the assessment’s
autosave_mode:
crash_recovery— save every 30–60 s; discard drafts on explicit submit. Lets learners recover from closed tabs.resumable— save on every answer change; let the learner log out and return later to pick up exactly where they left off.off— do not call this endpoint; answers are only recorded at final submit.
Existing draft rows for the same (submission_id, question_id) are
replaced atomically. A row’s draft flag is cleared when the submission
is graded.
POST
Autosave in-progress answers
Authorizations
API key starting with edp_live_. Pass via Authorization: Bearer edp_live_xxx.
Scopes: read:assessments, write:assessments, read:results, write:submissions.
Path Parameters
Submission ID (must be in_progress)
Body
application/json