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 Student registers for an exam on your platform, pays for the exam, provides detail etc.
POST /exams/add_student with details for the test taker. It will return token Send test taker link to Check Requirements with your own email, 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, if you haven't disabled emails, one will automatically be sent The test taker will be able to take the exam.
Comments
0 comments
Please sign in to leave a comment.