{% extends 'generic/base.html' %} {% load crispy_forms_tags %} {% block css %} {% endblock %} {% block content %} Trainees can be viewed here ( {% for i in "123456"|make_list %} ST{{i}}{% if not forloop.last %}, {% endif %} {% endfor %} )
The system contains a number of different people / groups. This affects how they are managed and what they are able to do.
They can be managed using the navigation links above
Users on the system have a registered account. This allows them to log in to browse the site. In most cases they will be able to creeate and manage exams / packets as well as take those that they have been given access to.
All South West (internal) trainees should have an account. This allows for easier management as they can be grouped by grade, can be associated with supervisors and will have their history stored.
Each user can be associated with a "supervisor". This is a way of linking a user to their educational supervisor to allow for supervisor reviewing of results. By default this just includes the supervisors email (and site) but if the superivsor wishes they can associate their account which allows (TODO) for on demand access.
These are used when a person requires access to the test system for a one off purpose, for example a course. Ideally it should be avoided if a user has an account (see above) on the system.
The user will be given a candidate id (CID) and passcode that can be used to log into the system. This will allow them to take exams/packets and view results.
The only required information is an email address.
Although it is (currently) possible to link a cid user with a supervisor, this should be avoided as they should use a full account.
Groups are how users are given access to exams / packets.
2 types of groups can be created, they are essentially the same with one managing CID candidates, the other standard accounts
Once a group has been created this can be associated with a packet/exam/collection and the users contained within can be given access
{% endblock %} {% block js %} {% comment %} {% endcomment %} {% endblock %}