{% extends 'generic/cid_group_base.html' %} {% block content %}
This page shows an overview of the candidates and exams that are associated with the group.
Once a candidate has been added to a group and the group has been added to an exam individual candidates can be allocated to the exam. Please note: simply adding the group to the exam will not automatically give the group candidates access to that exam, they will have to be added individually/as a group.
Count: {{users|length}}
{% if users %}| Name | CID | Passcode | |
|---|---|---|---|
| User | |||
| {{user.name}} | {{user.email}} | {{user.cid}} | {{user.passcode}} |
| {{user.username}} |
It is possible to quickly add or remove all group candidates from an exam by clicking the buttons below. This will only affect the {{users|length}} candidates in this group. You will need to refresh the page to see updated candidate counts.
{% with group.GetGroupExams as exam_map %} {% for key, value in exam_map.items %}