-
Notifications
You must be signed in to change notification settings - Fork 1
Manager Test Options
The manager is provided with various options to effectively manage and control the existing tests in the platform.
Deletes the test from the data base and removes it from the tests list.
Allows the manager to run a simulation of the existing test without collecting and saving the results in the data base. During this simulation the manager will see the test as it will be presented to the subject (except of the timing distractions). The manager will be able to quit the test preview at any point.
Allows the manager to edit and change the contents of the test.
Creates an independent duplication of the test and allows the manager to avoid unneeded copying of an existing test.
Allows the manager to see all the collected answers from different subjects. More specifically it will provide the test manager with the following information:
Allows the manager to load a file containing email addresses, the test will be sent to all the subjects email addresses.
Another, very important, option the test manager has is the ability to load a test from an external file.
The file will be of json format and will hold the basic information every test has.
An example for the format of the file can be found among the test resources directory in the backend code/src subtree.
Since this is a fast, though not very user friendly approach for adding a test to the system, some features, which require more visual aid, are not supported with this option. Though, these can be added later on by using the edit test option. The following features are not supported:
- Adding an image distraction.
- Adding a timing distraction.
- Controlling the time for every answer.