Create exam session
POST/exam-config/:id/exam-session
Create an exam session.
Deterministic ID
The id
of the created exam session is deterministically generated based
on four parameters:
exam-config
ID (required)user_id
(required)context_id
resource_link_id
The same same parameters are considered when launching a new exam session via
our SDK components; identical input parameters will result in an identical exam
session ID. If you are attempting to generate an exam session via API, and then
launch it via SDK, and are experiencing trouble launching the identical
exam-session id
, please verify that your inputs on both calls are the same.
Request
Responses
- 200
- 400
- 404
OK
Bad Request
Not Found