{% extends exam.get_app_name|add:'/exams.html' %} {% load crispy_forms_tags %} {% block content %}
Groups are used to control will users are available for the exam. If a user is not in a group, they will not be available to add to the exam.
Muliple groups can be added to an exam.
Two type of groups exist. CID groups are used for external candidates. User groups are used for internal candidates.
{% endblock content %}