- Register a callback URL in the Advanced Settings page, this will allow you to receive events related to your test takers
- POST /exams/ to create exam for each of your relevant exams. A student registers for an exam on your platform, pays for the exam, provides detail etc.
- POST /exams/:exam_id/student_sessions with details for the test taker. It will return a token
- Send test taker link to System Check with your own email provider, or trigger email with POST /exams/<:id>/send_emails
- Listen on the registered callback URL for the "check_requirements_complete" event
- Send test taker link to Exam room with your own email provide. Or, if you haven't disabled emails, one will automatically be sent
- The test taker will be able to take the exam.
More detailed information can be found here:
Comments
0 comments
Article is closed for comments.