-
Improvement
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
-
We want to add two more capabilities to determine whether a user can select the following
- "Yes - configure manually"
- "Yes - use SEB client config"
This will give site admins more control of what usage options managing users can select for requiring SEB.
Currently there are capabilities that determine whether a user role can use
- "Yes - use an existing template"
- "Yes - upload my own config"
This is determined by the respective capabilities 'quizaccess/seb:manage_seb_templateid' and 'quizaccess/seb:manage_filemanager_sebconfigfile'
As for the others, "Yes - configure manually" is controlled by capability 'quizaccess/seb:manage_seb_requiresafeexambrowser' which is too broad and is used to restrict many other features.
There are capabilities for every individual setting as well and if you switch them all off, the manual option effectively disappears - but some settings overlap with other usage types meaning you have to compromise to switch off manual configuration.