Skip to content

Manager Test Options

Ophir Katz edited this page Jun 24, 2018 · 5 revisions

The manager is provided with various options to effectively manage and control the existing tests in the platform.

testsListOptions

Delete

Deletes the test from the data base and removes it from the tests list.

Preview

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.

Edit

Allows the manager to edit and change the contents of the test.

Copy

Creates an independent duplication of the test and allows the manager to avoid unneeded copying of an existing test.

Results

Allows the manager to see all the collected answers from different subjects. More specifically it will provide the test manager with the following information:

results_fields

Link

Allows the manager to load a file containing email addresses, the test will be sent to all the subjects email addresses.


About Loading Test From File

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.

Unsupported features for loading a test from a file:

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.

Clone this wiki locally