Access Lists enable you to restrict access to Tests assigned via Links.
Access Lists consist of a list of Access Codes that are created by you and can be any alphanumeric string of your choosing (for example, email addresses, student/employee IDs etc.).
Add and edit Access Lists under Links / Access Lists.
Apply an Access List when you assign a Test (via Link only, not required for Tests assigned via Groups, because each Group member is registered).
When a user goes to your Test, they will be asked your "Access list question" (see below) where they must type a valid Access List item to enable them to access your Test. You can limit how many times users with Access items can take your Test well.
You can also pass the Access list item on the Test Link itself to save users from having to type or even know their own Access item.
See our Quiz Maker developer documentation for more details.
This is an optional feature which your Web Developer can set up for you.
This feature allows you to send an Access code on the Quiz URL, this means you do not need to give each Test taker an Access code, instead, you can have their unique Access code appended to the Start URL to give them access.
https://www.classmarker.com/online-test/start?quiz={QUIZ_ID}
&cm_fn=John (optional)
&cm_ln=Smith (optional)
&cm_e=john@example.com (optional)
&cm_access_list_item=their_access_code (optional)
See: View Integration documentation for more details.