Access Lists enable you to restrict access to Tests and surveys 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 (via Link only, not required for assignments via Groups, because each Group member is registered).
When a user goes to your Test or survey, they will be asked an "Access list question" (see below) where they must type a valid Access List item to enable them to access their assignment. You can also limit how many times users with Access items can take your Test or survey.
Additionaly, you can pass the Access list item on the 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 user 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.