Exam rules
There are eleven different exam rules in the system that are displayed on the learner's sidebar.
If a JSON object with the exam rules is not passed, the default values will be used for all the rules.
If there is no value for a particular rule in the rule dictionary, the default value is used for that rule.
| Field | Type | Default value | Description (what the test taker is allowed to do) |
|---|---|---|---|
| allow_to_use_websites | boolean | false | Using websites is allowed. |
| allow_to_use_books | boolean | false | Using books is allowed. |
| allow_to_use_paper | boolean | true | Using paper or drafts is allowed. |
| allow_to_use_messengers | boolean | false | Using messengers is allowed. |
| allow_to_use_calculator | boolean | true | Using a calculator is allowed. |
| allow_to_use_excel | boolean | false | Using Microsoft Excel is allowed. |
| allow_to_use_human_assistant | boolean | false | Being helped by another person is allowed. |
| allow_absence_in_frame | boolean | false | Exiting the exam room is allowed. |
| allow_voices | boolean | false | Talking or having someone else talking in the room is allowed. |
| allow_wrong_gaze_direction | boolean | false | Looking away from the screen is allowed. |
| custom_rules | string | empty string | Additional custom rules are applied. |