From d01b01d7992aabf824a0c612329f9c07f4e31ad8 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 8 May 2023 20:21:18 +0200 Subject: [PATCH 01/10] foxed docu --- docs/requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c896d4df..eb2a5188 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,5 @@ -docutils<0.18 \ No newline at end of file +docutils<0.18 +sphinx==5.3.0 +sphinx_rtd_theme==1.1.1 +readthedocs-sphinx-search==0.1.1 +urllib3==1.26.13 \ No newline at end of file From dcbb2790522cded5692c37a739f8d5afaf65222f Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 8 May 2023 21:44:12 +0200 Subject: [PATCH 02/10] update README --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9d34656a..27ff11ae 100644 --- a/README.rst +++ b/README.rst @@ -98,7 +98,8 @@ Bugfixes: Docker-Image: -TODO +- Exact release version: docker pull anhefti/seb-server:v1.5.0 (sha256:21d62e24dd5cf697ab5f2b437dc458e6c7492ea294f77a424d39d05164d6c8cc) +- Latest stable minor version with patches: docker pull anhefti/seb-server:v1.5-stable SEB - SEB Server Compatibility From 659ad0e9ffa2d79e1630306b401f8fab42dfab15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Mon, 15 May 2023 12:26:58 +0200 Subject: [PATCH 03/10] Moodle plugin repository renamed. --- README.rst | 2 +- docs/lmssetup.rst | 530 +++++++++++++++++++++++----------------------- 2 files changed, 266 insertions(+), 266 deletions(-) diff --git a/README.rst b/README.rst index 27ff11ae..87b3fcfe 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ New Features: - Security: New Application Signature Key (ASK) integration within SEB Server exams and monitoring - Security: Minimum SEB Client version tracking within SEB Server monitoring -- LMS Integration: Better Moodle integration with new `SEB Server Moodle Plugin `_ +- LMS Integration: Better Moodle integration with new `SEB Server Moodle Plugin `_ - Exam Maintenance: Added new SEB grouping functionality for Exam (and Exam Template) and Monitoring to be able to view/manage SEB Clients within defined groups (IP range, SEB client OS, ...) - Exam Maintenance: Batch actions for archive and delete exams - Exam Maintenance: Added SEB log export for finished and archived exams diff --git a/docs/lmssetup.rst b/docs/lmssetup.rst index 69923fd3..e29d10c6 100644 --- a/docs/lmssetup.rst +++ b/docs/lmssetup.rst @@ -1,265 +1,265 @@ -.. _lms-setup-label: - -Learning Management System Setup -================================ - -Overview --------- - -To be able to connect to a learning management system (LMS), to view and manage the courses provided by a LMS is an essential feature of the SEB Server. -To setup an exam or e-assessment for SEB on SEB Server that is based on a course from a LMS, we have to make a binding to the course on the LMS. -This is also used to always get the actual course data from LMS like start- end-time, name and others. -Another feature of SEB Server that needs a LMS communication is the SEB restriction. A SEB restriction will restrict course access on the LMS only -for connection with Safe Exam Browser and will also check if a Safe Exam Browser of trust is used and the right configuration is used by the -Safe Exam Browser that was defines for the exam on the SEB Server. - -**Course API** - -This API, provided by the LMS, is used by the SEB Server to query the available courses and the needed data for each course. This API -is needed to be able to import a course from the LMS as an exam into SEB Server and configure the course as an e-assessment with SEB. -Usually this API comes as a REST or SOAP API with the core LMS implementation or a plugin. - -SEB Server supports this course API's so far: - - Open edX: The standard system `Open edX REST API `_. The SEB Server uses the "courses" endpoints to get course data. - - Moodle (Course Access): The standard system `Moodle REST API `_. The SEB Server uses the standard Moodle rest endpoints to get course data. - Please note that a second Moodle integration part for SEB access restriction with Config-Key will follow together with a Moodle plugin in a future version of SEB Server - - -**SEB Restriction API** - -If the automated SEB restriction functionality is available for a LMS depends on the following requirements: - -- There must exist a SEB integration plugin that offers an API to put and pull SEB restrictions in the form of Config-Keys and/or Browser-Exam-Keys - To the LMS and a specific course on the LMS to restrict the access. Such a plugin may also offer additional restriction features like restricting - on course section or course components or only for specified user roles. -- The SEB integration plugin must be installed on the LMS that is used by the SEB Server. - -For more information about known SEB integration plugins that are supported by the SEB Server see :ref:`lms-setup-rest-plugin-label` - -Regardless if a supported LMS is missing the SEB integration plugin installation, the LMS can be used with the Course API and an exam -setup will be possible but without automated SEB restriction feature. - -To be able to connect to an LMS from SEB Server, we need to create an API access account on the LMS side that can be used by the SEB Server to -access the API of the LMS. How to do this for the different supported types of LMS see :ref:`lms-api-account-label`. -After such an account was created, the account credentials, username and password, can be used by the SEB Server to connect to the LMS. -Therefore we need to create a LMS Setup on the SEB Server. - -.. image:: images/lmssetup/new.png - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/new.png - -A SEB Server administrator role will be able to see the institution to which the LMS Setup belongs to while an institutional administrator -is only able to see and create LMS Setup for its own institution. The name of the LMS Setup should be unique and is to identify a LMS -SEB Server internally. Use the **"Type"** selector to specify the type of the LMS to bind to the SEB Server within the LMS Setup. Currently supported are: - -- **Testing**: This is for testing purposes only and can be used to mock a LMS to test exam settings. This type provides some mock-up courses within the - LMS API of the SEB Server that can be seen in the LMS Exam Lookup once the LMS text setup is active. This mock-up courses can be imported and configured - as exams like they would exist. But note the a SEB client that is trying to connect to such a course would not be able to connect to the LMS since it - is not existing. But a SEB client is able to download the defined exam configuration for testing. -- **Open edX**: This type is to bind an existing `Open edX `_ LMS system that is available on the Internet or intranet. The SEB - Server tries to make use of the above described API's of the Open edX system. - - .. note:: - If you want to use the automated SEB restriction feature too, the `Open edX SEB Plugin `_ must be installed properly on the LMS. - -- **Moodle**: This type is to bind an existing `Moodle `_ LMS system that is available on the Internet or intranet. The SEB - Server tries to make use of the described API's of the Moodle system but there is currently no SEB restriction plugin available that works - with SEB Server. Note that Moodle integration is implemented partially within SEB Server version 1.1.x. Only the course access feature is implemented and the course restriction feature will come with a future SEB Server release - -- **Moodle with SEB Server Plugin**: The `SEB Server Plugin for Moodle `_ is new and supported by SEB Server since version 1.5. - With this plugin installed on Moodle side, SEB Server is able to more efficiently communicate with Moodle to fetch course data as well as restricting the quiz on Moodle side - For SEB only access, using a auto-generated Browser Exam Key (BEK) for SEB restriction. Also the Moodle user name resolving for SEB Server monitoring is less error prone especially - if Single Sign On some kind of login provider for Moodle is involved. Furthermore the new SEB Server Plugin for Moodle will be constantly extended and improved with new features in the future. - -- **Ans Delft**: This type is to bind SEB Server with an `Ans Delft `_ LMS. With the API credentials from an Ans Delft instance, SEB Server is able - to connect to the Ans LMS and provide the common features for Course-Access, SEB Restriction and LMS User Session resolving. - -- **Open Olat**: This type is to bind SEB Server with an `Open Olat `_ LMS. With the API credentials from an Open Olat instance, SEB Server is able - to connect to the Olat LMS and provide the common features for Course-Access, SEB Restriction and LMS User Session resolving. For more information please contact the Olat Development-Team at `OpenOLAT UZH `_ - -The **"LMS Server Address"** is the root URL to connect to the LMS server with HTTP over the Internet or intranet. This is usually the URL that is -also used with the Browser to connect to the main page of the LMS system. And additionally the credentials that have been created with the creation of the :ref:`lms-api-account-label` has to be set in the LMS Setup the make the SEB Server -able to securely connect to the LMS. The API credentials that consists of a client-name and a client-secret must be used with the **"LMS Server Username"** -and the **"LMS Server Password"** fields of the LMS Setup form on SEB Server. - -Alternatively to **"LMS Server Username"** and **"LMS Server Password"** you can use a direct **Access Token** to connect to the LMS API if the respective LMS allows to -generate and use an access token directly. - -If the SEB Server running behind a proxy server or a firewall between SEB Server den LMS, the additional proxy settings can be used to setup the proxy-connection. - -.. note:: - To Setup a Test LMS Setup (of type "Test") only a correct URL pattern must be set like "http://test" for example. And API credentials can be anything but must be set. - -After all the settings for a LMS Setup have been set, one can use either the "Save LMS Setup" action to save the LMS Setup without activation or the -"Activate LMS Setup" action to also activate the settings right after they has been successfully saved. Anyway, for both action there is an initial test -that, additionally to the usual field validation that takes place first, tries to connect to the LMS with the given API details. If the connection -wasn't successful, the SEB Server will inform the user about a possible reason of failure. Otherwise SEB Server shows a success message and the created -LMS Setup can be used. - -Use the "Activate / Deactivate LMS Setup" action to activate an inactive LMS Setup or the deactivate an active LMS Setup. - -.. note:: - On deactivation of an LMS Setup, the system checks on depending object and will show a confirmation to the user asking that all depending - objects will also been deactivated. Depending objects of an LMS Setup are exams that has been imported from the specified LMS Setup in the past. - - -Use Cases ---------- - -**Create a new LMS Setup for Open edX** - -A new Open edX system has been installed within your institution and to be able to use the system also for e-assessments with SEB and SEB Server, -you have to bind the LMS to the SEB Server. - -- If not already done, install the `Open edX SEB Plugin `_ on the Open edX system first. -- If you don't already have an API access account on Open edX side, `create one `_ -- Sign into SEB Server with your institutional administrator role account. -- Navigate to "Exam Administration" / "LMS Setup" within the navigation on the left hand side. -- Use the "Add LMS Setup" action from the right action pane to open a LMS Setup creation form. -- Give a unique name to the new LMS Setup for internally identification. -- Set the main URL that points to the new LMS system. This is usually the URL that is also used with the Browser to connect to the main page of the LMS system -- Set the API credentials that has been creates within step two (client-id, secret). -- Use the "Activate LMS Setup" action on the right action pane to test, save and activate the new LMS Setup within one step. - -.. note:: - If some form attributes are missing or not correct, the SEB Server system will respond with the usual form validation errors. - If the connection to the LMS is failing because of missing or wrong credentials or for any other reason the system is not able to connect to the LMS - the SEB Server will notify an error dialog to the user. - - -**Change API Credentials of an Active LMS Setup** - -The API access account on the LMS has been expired and you have to create a new one or update the old one which both result in new API access credentials -that has to be set on the existing LMS Setup on the SEB Server. - -.. image:: images/lmssetup/list.png - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/list.png - -- Sign into SEB Server with your institutional administrator role account. -- Navigate to "Exam Administration" / "LMS Setup" within the navigation on the left hand side. -- Use the Filter above the list to find the specified LMS Setup. -- Select the LMS Setup from the list and use the "Edit LMS Setup" action from the right action pane to open the LMS Setup in edit mode. -- Set the new credentials and make sure, the LMS Setup is still active. -- Use the "Save LMS Setup" action form the right action pane to save the changes and test the connection. - -.. note:: - If some form attributes are missing or not correct, the SEB Server system will respond with the usual form validation errors. - If the connection to the LMS is failing because of missing or wrong credentials or for any other reason the system is not able to connect to the LMS - the SEB Server will notify an error dialog to the user. - -**Deactivate LMS Setup** - -A LMS system that was running on your campus to provide e-assessment with SEB and SEB Server has been shut down and you need to also deactivate -the setup and exams on the SEB Server for this LMS. - -- Sign into SEB Server with your institutional administrator role account. -- Navigate to "Exam Administration" / "LMS Setup" within the navigation on the left hand side. -- Use the Filter above the list to find the specified LMS Setup. -- Select the specified LMS Setup from the list and use the "Deactivate LMS Setup" action from the right action pane. -- Alternatively you can also double-click on the LMS Setup to fist go into the detailed view of the LMS setup and use the "Deactivate LMS Setup" action there. -- The system informs you about the number of depending exams that also will be deactivated within the deactivation of the LMS Setup. -- Confirm the deactivation and notify that the LMS Setup now is listed as "Inactive" in the list. -- Navigate to "LMS Exam Lookup" to make sure the courses form the deactivated LMS Setup are not available anymore. -- Navigate also to "Exam" and make sure that all previously imported exams from the deactivated LMS Setup are not available anymore. - -.. _lms-api-account-label: - -API Access Account on LMS --------------------------- - -.. _lms-api-account-edx-label: - -**Create Open edX API Access Account** - -To be able to create an API access-account on Open edX you need a user-account with staff and administration privileges. - -**For Open edX Hawthorn and Ironwood versions following the steps below::** - -- Login to Open edX LMS Administration with an appropriate user-account that has administration rights. And find the Users section: - -.. image:: images/lmssetup/openEdxAPIAccess1.bmp - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess1.bmp - -- Create a new User-Account that acts as an API account. The account must at least have the permissions to query the course API of Open edX and to access the seb_openedx plugin permission. -- Make sure that "Staff" status is checked for the account. - -.. image:: images/lmssetup/openEdxAPIAccess2.bmp - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess2.bmp - -- Back in the administration homepage, find the OAUT2 - Client section and create a new API Client Access for the given User-Account. The Client id and Client secret are automatically generated by Open edx. - -.. image:: images/lmssetup/openEdxAPIAccess3.bmp - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess3.bmp - -.. image:: images/lmssetup/openEdxAPIAccess4.bmp - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess4.bmp - -Once the client registration was successful the client id and client secret can be used within the SEB Server to access the course- and SEB-restriction API of Open edX as described in the next step section - -.. note:: - Since Open edX Juniper is using Django Oauth Toolkit instead of Django Oauth Provider the last step in the above guide looks slightly different. Please see below the last step for setting up on an Open edX Juniper version. - -- Back in the administration homepage, find the DJANGO OAUTH TOOLKIT - Applications section and create a new API Application Access for the given User-Account. The Client id can be defined and the Client secret is automatically be generated by Open edx. - -.. image:: images/lmssetup/openEdxAPIAccess5.png - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/openEdxAPIAccess5.png - -.. image:: images/lmssetup/openEdxAPIAccess6.png - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/openEdxAPIAccess6.png - - - -**Create Moodle API Access Account** - -To be able to create an LMS Setup for Moodle you need a Moodle administrator or manager account. You can then use this account in the LMS Setup to connect to the LMS. - -Since SEB Server uses some functions from the Moodle's mobile API, you have to make sure the web services for mobile apps are enabled within your Moodle setup. -To do so please login to Moodle with an administrator account and go to "Side Administration", scroll down to "Mobile App" and choose "Mobile Settings. - -.. image:: images/lmssetup/moodle_mobile.png - :align: center - :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/moodle_mobile.png - -If you have a restrictive Moodle setup and troubles with the Moodle API account to use with SEB Server, please try to import the following -Moodle role profile within your Moodle instance. This profile will create a SEB Server role within Moodle that can be used to apply to an -API account to be used with SEB Server. The role defines only the necessary privileges and functions needed for SEB Server communication. - -Moodle role and account settings: :download:`XML ` - -.. note:: - If you want to use Moodle with SEB Server, we recomend to install the new Moodle Plugin for SEB Server for better integration with Moodle. - This plugin comes with the common SEB Server integration features and improved Moodle bining. For more information see :ref:`lms-setup-moodle-plugin-label` - - - -.. _lms-setup-rest-plugin-label: - -Install SEB restriction API plugin ----------------------------------- - -.. _lms-setup-edx-plugin-label: - -**Open edX SEB Plugin** - - There is a SEB integration plugin developed and supported by `eduNEXT `_. - - `Documentation `_ - - `Repository `_ - - -.. _lms-setup-moodle-plugin-label: - -**Moodle Plugin for SEB Server** - - There is a new SEB Server integration plugin for Moodle available since SEB Server 1.5 that can be used with the LMS Setup type Moodle with SEB Server Plugin. - This Plugin supports and improves all common SEB Server LMS binding features such as Course-Access, SEB Restriction and LMS Session Name Resolving. - It is also planed to extend and improve this plugin with new Moodle specific feature for further releases of SEB Server. - - `Documentation `_ - - `Repository `_ - +.. _lms-setup-label: + +Learning Management System Setup +================================ + +Overview +-------- + +To be able to connect to a learning management system (LMS), to view and manage the courses provided by a LMS is an essential feature of the SEB Server. +To setup an exam or e-assessment for SEB on SEB Server that is based on a course from a LMS, we have to make a binding to the course on the LMS. +This is also used to always get the actual course data from LMS like start- end-time, name and others. +Another feature of SEB Server that needs a LMS communication is the SEB restriction. A SEB restriction will restrict course access on the LMS only +for connection with Safe Exam Browser and will also check if a Safe Exam Browser of trust is used and the right configuration is used by the +Safe Exam Browser that was defines for the exam on the SEB Server. + +**Course API** + +This API, provided by the LMS, is used by the SEB Server to query the available courses and the needed data for each course. This API +is needed to be able to import a course from the LMS as an exam into SEB Server and configure the course as an e-assessment with SEB. +Usually this API comes as a REST or SOAP API with the core LMS implementation or a plugin. + +SEB Server supports this course API's so far: + - Open edX: The standard system `Open edX REST API `_. The SEB Server uses the "courses" endpoints to get course data. + - Moodle (Course Access): The standard system `Moodle REST API `_. The SEB Server uses the standard Moodle rest endpoints to get course data. + Please note that a second Moodle integration part for SEB access restriction with Config-Key will follow together with a Moodle plugin in a future version of SEB Server + + +**SEB Restriction API** + +If the automated SEB restriction functionality is available for a LMS depends on the following requirements: + +- There must exist a SEB integration plugin that offers an API to put and pull SEB restrictions in the form of Config-Keys and/or Browser-Exam-Keys + To the LMS and a specific course on the LMS to restrict the access. Such a plugin may also offer additional restriction features like restricting + on course section or course components or only for specified user roles. +- The SEB integration plugin must be installed on the LMS that is used by the SEB Server. + +For more information about known SEB integration plugins that are supported by the SEB Server see :ref:`lms-setup-rest-plugin-label` + +Regardless if a supported LMS is missing the SEB integration plugin installation, the LMS can be used with the Course API and an exam +setup will be possible but without automated SEB restriction feature. + +To be able to connect to an LMS from SEB Server, we need to create an API access account on the LMS side that can be used by the SEB Server to +access the API of the LMS. How to do this for the different supported types of LMS see :ref:`lms-api-account-label`. +After such an account was created, the account credentials, username and password, can be used by the SEB Server to connect to the LMS. +Therefore we need to create a LMS Setup on the SEB Server. + +.. image:: images/lmssetup/new.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/new.png + +A SEB Server administrator role will be able to see the institution to which the LMS Setup belongs to while an institutional administrator +is only able to see and create LMS Setup for its own institution. The name of the LMS Setup should be unique and is to identify a LMS +SEB Server internally. Use the **"Type"** selector to specify the type of the LMS to bind to the SEB Server within the LMS Setup. Currently supported are: + +- **Testing**: This is for testing purposes only and can be used to mock a LMS to test exam settings. This type provides some mock-up courses within the + LMS API of the SEB Server that can be seen in the LMS Exam Lookup once the LMS text setup is active. This mock-up courses can be imported and configured + as exams like they would exist. But note the a SEB client that is trying to connect to such a course would not be able to connect to the LMS since it + is not existing. But a SEB client is able to download the defined exam configuration for testing. +- **Open edX**: This type is to bind an existing `Open edX `_ LMS system that is available on the Internet or intranet. The SEB + Server tries to make use of the above described API's of the Open edX system. + + .. note:: + If you want to use the automated SEB restriction feature too, the `Open edX SEB Plugin `_ must be installed properly on the LMS. + +- **Moodle**: This type is to bind an existing `Moodle `_ LMS system that is available on the Internet or intranet. The SEB + Server tries to make use of the described API's of the Moodle system but there is currently no SEB restriction plugin available that works + with SEB Server. Note that Moodle integration is implemented partially within SEB Server version 1.1.x. Only the course access feature is implemented and the course restriction feature will come with a future SEB Server release + +- **Moodle with SEB Server Plugin**: The `SEB Server Plugin for Moodle `_ is new and supported by SEB Server since version 1.5. + With this plugin installed on Moodle side, SEB Server is able to more efficiently communicate with Moodle to fetch course data as well as restricting the quiz on Moodle side + For SEB only access, using a auto-generated Browser Exam Key (BEK) for SEB restriction. Also the Moodle user name resolving for SEB Server monitoring is less error prone especially + if Single Sign On some kind of login provider for Moodle is involved. Furthermore the new SEB Server Plugin for Moodle will be constantly extended and improved with new features in the future. + +- **Ans Delft**: This type is to bind SEB Server with an `Ans Delft `_ LMS. With the API credentials from an Ans Delft instance, SEB Server is able + to connect to the Ans LMS and provide the common features for Course-Access, SEB Restriction and LMS User Session resolving. + +- **Open Olat**: This type is to bind SEB Server with an `Open Olat `_ LMS. With the API credentials from an Open Olat instance, SEB Server is able + to connect to the Olat LMS and provide the common features for Course-Access, SEB Restriction and LMS User Session resolving. For more information please contact the Olat Development-Team at `OpenOLAT UZH `_ + +The **"LMS Server Address"** is the root URL to connect to the LMS server with HTTP over the Internet or intranet. This is usually the URL that is +also used with the Browser to connect to the main page of the LMS system. And additionally the credentials that have been created with the creation of the :ref:`lms-api-account-label` has to be set in the LMS Setup the make the SEB Server +able to securely connect to the LMS. The API credentials that consists of a client-name and a client-secret must be used with the **"LMS Server Username"** +and the **"LMS Server Password"** fields of the LMS Setup form on SEB Server. + +Alternatively to **"LMS Server Username"** and **"LMS Server Password"** you can use a direct **Access Token** to connect to the LMS API if the respective LMS allows to +generate and use an access token directly. + +If the SEB Server running behind a proxy server or a firewall between SEB Server den LMS, the additional proxy settings can be used to setup the proxy-connection. + +.. note:: + To Setup a Test LMS Setup (of type "Test") only a correct URL pattern must be set like "http://test" for example. And API credentials can be anything but must be set. + +After all the settings for a LMS Setup have been set, one can use either the "Save LMS Setup" action to save the LMS Setup without activation or the +"Activate LMS Setup" action to also activate the settings right after they has been successfully saved. Anyway, for both action there is an initial test +that, additionally to the usual field validation that takes place first, tries to connect to the LMS with the given API details. If the connection +wasn't successful, the SEB Server will inform the user about a possible reason of failure. Otherwise SEB Server shows a success message and the created +LMS Setup can be used. + +Use the "Activate / Deactivate LMS Setup" action to activate an inactive LMS Setup or the deactivate an active LMS Setup. + +.. note:: + On deactivation of an LMS Setup, the system checks on depending object and will show a confirmation to the user asking that all depending + objects will also been deactivated. Depending objects of an LMS Setup are exams that has been imported from the specified LMS Setup in the past. + + +Use Cases +--------- + +**Create a new LMS Setup for Open edX** + +A new Open edX system has been installed within your institution and to be able to use the system also for e-assessments with SEB and SEB Server, +you have to bind the LMS to the SEB Server. + +- If not already done, install the `Open edX SEB Plugin `_ on the Open edX system first. +- If you don't already have an API access account on Open edX side, `create one `_ +- Sign into SEB Server with your institutional administrator role account. +- Navigate to "Exam Administration" / "LMS Setup" within the navigation on the left hand side. +- Use the "Add LMS Setup" action from the right action pane to open a LMS Setup creation form. +- Give a unique name to the new LMS Setup for internally identification. +- Set the main URL that points to the new LMS system. This is usually the URL that is also used with the Browser to connect to the main page of the LMS system +- Set the API credentials that has been creates within step two (client-id, secret). +- Use the "Activate LMS Setup" action on the right action pane to test, save and activate the new LMS Setup within one step. + +.. note:: + If some form attributes are missing or not correct, the SEB Server system will respond with the usual form validation errors. + If the connection to the LMS is failing because of missing or wrong credentials or for any other reason the system is not able to connect to the LMS + the SEB Server will notify an error dialog to the user. + + +**Change API Credentials of an Active LMS Setup** + +The API access account on the LMS has been expired and you have to create a new one or update the old one which both result in new API access credentials +that has to be set on the existing LMS Setup on the SEB Server. + +.. image:: images/lmssetup/list.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/list.png + +- Sign into SEB Server with your institutional administrator role account. +- Navigate to "Exam Administration" / "LMS Setup" within the navigation on the left hand side. +- Use the Filter above the list to find the specified LMS Setup. +- Select the LMS Setup from the list and use the "Edit LMS Setup" action from the right action pane to open the LMS Setup in edit mode. +- Set the new credentials and make sure, the LMS Setup is still active. +- Use the "Save LMS Setup" action form the right action pane to save the changes and test the connection. + +.. note:: + If some form attributes are missing or not correct, the SEB Server system will respond with the usual form validation errors. + If the connection to the LMS is failing because of missing or wrong credentials or for any other reason the system is not able to connect to the LMS + the SEB Server will notify an error dialog to the user. + +**Deactivate LMS Setup** + +A LMS system that was running on your campus to provide e-assessment with SEB and SEB Server has been shut down and you need to also deactivate +the setup and exams on the SEB Server for this LMS. + +- Sign into SEB Server with your institutional administrator role account. +- Navigate to "Exam Administration" / "LMS Setup" within the navigation on the left hand side. +- Use the Filter above the list to find the specified LMS Setup. +- Select the specified LMS Setup from the list and use the "Deactivate LMS Setup" action from the right action pane. +- Alternatively you can also double-click on the LMS Setup to fist go into the detailed view of the LMS setup and use the "Deactivate LMS Setup" action there. +- The system informs you about the number of depending exams that also will be deactivated within the deactivation of the LMS Setup. +- Confirm the deactivation and notify that the LMS Setup now is listed as "Inactive" in the list. +- Navigate to "LMS Exam Lookup" to make sure the courses form the deactivated LMS Setup are not available anymore. +- Navigate also to "Exam" and make sure that all previously imported exams from the deactivated LMS Setup are not available anymore. + +.. _lms-api-account-label: + +API Access Account on LMS +-------------------------- + +.. _lms-api-account-edx-label: + +**Create Open edX API Access Account** + +To be able to create an API access-account on Open edX you need a user-account with staff and administration privileges. + +**For Open edX Hawthorn and Ironwood versions following the steps below::** + +- Login to Open edX LMS Administration with an appropriate user-account that has administration rights. And find the Users section: + +.. image:: images/lmssetup/openEdxAPIAccess1.bmp + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess1.bmp + +- Create a new User-Account that acts as an API account. The account must at least have the permissions to query the course API of Open edX and to access the seb_openedx plugin permission. +- Make sure that "Staff" status is checked for the account. + +.. image:: images/lmssetup/openEdxAPIAccess2.bmp + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess2.bmp + +- Back in the administration homepage, find the OAUT2 - Client section and create a new API Client Access for the given User-Account. The Client id and Client secret are automatically generated by Open edx. + +.. image:: images/lmssetup/openEdxAPIAccess3.bmp + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess3.bmp + +.. image:: images/lmssetup/openEdxAPIAccess4.bmp + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/lmssetup/openEdxAPIAccess4.bmp + +Once the client registration was successful the client id and client secret can be used within the SEB Server to access the course- and SEB-restriction API of Open edX as described in the next step section + +.. note:: + Since Open edX Juniper is using Django Oauth Toolkit instead of Django Oauth Provider the last step in the above guide looks slightly different. Please see below the last step for setting up on an Open edX Juniper version. + +- Back in the administration homepage, find the DJANGO OAUTH TOOLKIT - Applications section and create a new API Application Access for the given User-Account. The Client id can be defined and the Client secret is automatically be generated by Open edx. + +.. image:: images/lmssetup/openEdxAPIAccess5.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/openEdxAPIAccess5.png + +.. image:: images/lmssetup/openEdxAPIAccess6.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/openEdxAPIAccess6.png + + + +**Create Moodle API Access Account** + +To be able to create an LMS Setup for Moodle you need a Moodle administrator or manager account. You can then use this account in the LMS Setup to connect to the LMS. + +Since SEB Server uses some functions from the Moodle's mobile API, you have to make sure the web services for mobile apps are enabled within your Moodle setup. +To do so please login to Moodle with an administrator account and go to "Side Administration", scroll down to "Mobile App" and choose "Mobile Settings. + +.. image:: images/lmssetup/moodle_mobile.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/lmssetup/moodle_mobile.png + +If you have a restrictive Moodle setup and troubles with the Moodle API account to use with SEB Server, please try to import the following +Moodle role profile within your Moodle instance. This profile will create a SEB Server role within Moodle that can be used to apply to an +API account to be used with SEB Server. The role defines only the necessary privileges and functions needed for SEB Server communication. + +Moodle role and account settings: :download:`XML ` + +.. note:: + If you want to use Moodle with SEB Server, we recomend to install the new Moodle Plugin for SEB Server for better integration with Moodle. + This plugin comes with the common SEB Server integration features and improved Moodle bining. For more information see :ref:`lms-setup-moodle-plugin-label` + + + +.. _lms-setup-rest-plugin-label: + +Install SEB restriction API plugin +---------------------------------- + +.. _lms-setup-edx-plugin-label: + +**Open edX SEB Plugin** + + There is a SEB integration plugin developed and supported by `eduNEXT `_. + - `Documentation `_ + - `Repository `_ + + +.. _lms-setup-moodle-plugin-label: + +**Moodle Plugin for SEB Server** + + There is a new SEB Server integration plugin for Moodle available since SEB Server 1.5 that can be used with the LMS Setup type Moodle with SEB Server Plugin. + This Plugin supports and improves all common SEB Server LMS binding features such as Course-Access, SEB Restriction and LMS Session Name Resolving. + It is also planed to extend and improve this plugin with new Moodle specific feature for further releases of SEB Server. + - `Documentation `_ + - `Repository `_ + From ea35b7c0e45cb4d032fae1ea3992d0ef37f74049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Mon, 15 May 2023 16:17:28 +0200 Subject: [PATCH 04/10] Documentation improvements. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 87b3fcfe..c843877a 100644 --- a/README.rst +++ b/README.rst @@ -32,7 +32,7 @@ What is Safe Exam Browser Server (SEB Server)? While the interaction with SEB is well known in Learning Management Systems (LMS) like `Open edX `_, `Moodle `_ etc. the SEB Server is an entirely new component to set up secured online exams. -It interacts with the assessments system/LMS as well as with SEB on exam clients.It supports exam scenarios on student owned devices (BYOD) +It interacts with the assessments system/LMS as well as with SEB on exam clients. It supports exam scenarios on student owned devices (BYOD) and on managed devices. SEB Server is a modern webservice with a REST API and a GUI service on top of it. SEB Server is written in Java and uses Docker for installation and setup. @@ -106,7 +106,7 @@ SEB - SEB Server Compatibility ------------------------------ The table below shows available and upcoming SEB client versions that has SEB Server integration support and are compatible with particular -SEB Server version. There is an entry for each platform with a beta or testing release date and a official release date. +SEB Server versions. There is an entry for each platform with a beta or testing release date and an official release date. **SEB Server Version 1.5.X** From 9c27e6ca606fb9a53af2d88c716bb6efebaf11a9 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 19 Jun 2023 14:44:55 +0200 Subject: [PATCH 05/10] fixed README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1087fb53..13cb3d92 100644 --- a/README.rst +++ b/README.rst @@ -99,12 +99,12 @@ Bugfixes: Docker-Image: - Exact release version: docker pull anhefti/seb-server:v1.5.0 (sha256:21d62e24dd5cf697ab5f2b437dc458e6c7492ea294f77a424d39d05164d6c8cc) -- Latest stable minor version with patches: docker pull anhefti/seb-server:v1.5-stable +- Stable minor version: docker pull anhefti/seb-server:v1.5-stable Latest Version is 1.5.1 with Docker-Image: - Exact release version: docker pull anhefti/seb-server:v1.5.1 (sha256:a866faa18848d15301e9f06d17aab1c7293d2a27d967038d32410f817e478408) -- Latest stable minor version with patches: docker pull anhefti/seb-server:v1.5-latest +- Latest stable minor version with latest patches: docker pull anhefti/seb-server:v1.5-latest SEB - SEB Server Compatibility From 00995bee961fded71f903596baca243ec4426e58 Mon Sep 17 00:00:00 2001 From: anhefti Date: Mon, 19 Jun 2023 16:35:22 +0200 Subject: [PATCH 06/10] Merge remote-tracking branch 'origin/rel-1.5.1' into dev-1.5 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 13cb3d92..1213649d 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,7 @@ Docker-Image: Latest Version is 1.5.1 with Docker-Image: -- Exact release version: docker pull anhefti/seb-server:v1.5.1 (sha256:a866faa18848d15301e9f06d17aab1c7293d2a27d967038d32410f817e478408) +- Exact release version: docker pull anhefti/seb-server:v1.5.1 (sha256:af860f5dd4d99db3e7acaa66d26c3ee72cf0ad08d8ca88febec6d4ecd160b9cf) - Latest stable minor version with latest patches: docker pull anhefti/seb-server:v1.5-latest From 429b3939490835acd038d5aeec0931ea494dcfef Mon Sep 17 00:00:00 2001 From: anhefti Date: Tue, 3 Oct 2023 11:57:54 +0200 Subject: [PATCH 07/10] added quizaccess/sebserver:managesebserver to moodle privileges --- docs/files/webservice_seb-server.xml | 737 ++++++++++++++++++++++++++- 1 file changed, 736 insertions(+), 1 deletion(-) diff --git a/docs/files/webservice_seb-server.xml b/docs/files/webservice_seb-server.xml index 7c723a2d..a01f32de 100644 --- a/docs/files/webservice_seb-server.xml +++ b/docs/files/webservice_seb-server.xml @@ -1,2 +1,737 @@ -webservice_seb-serverwebservice_SEB-Serversystematto/h5p:addembedatto/recordrtc:recordaudioatto/recordrtc:recordvideoauth/oauth2:managelinkedloginsblock/activity_modules:addinstanceblock/activity_results:addinstanceblock/admin_bookmarks:addinstanceblock/admin_bookmarks:myaddinstanceblock/badges:addinstanceblock/badges:myaddinstanceblock/blog_menu:addinstanceblock/blog_recent:addinstanceblock/blog_tags:addinstanceblock/calendar_month:addinstanceblock/calendar_month:myaddinstanceblock/calendar_upcoming:addinstanceblock/calendar_upcoming:myaddinstanceblock/comments:addinstanceblock/comments:myaddinstanceblock/completionstatus:addinstanceblock/course_list:addinstanceblock/course_list:myaddinstanceblock/course_summary:addinstanceblock/feedback:addinstanceblock/globalsearch:addinstanceblock/globalsearch:myaddinstanceblock/glossary_random:addinstanceblock/glossary_random:myaddinstanceblock/html:addinstanceblock/html:myaddinstanceblock/login:addinstanceblock/lp:addinstanceblock/lp:myaddinstanceblock/mentees:addinstanceblock/mentees:myaddinstanceblock/mnet_hosts:addinstanceblock/mnet_hosts:myaddinstanceblock/myoverview:myaddinstanceblock/myprofile:addinstanceblock/myprofile:myaddinstanceblock/navigation:addinstanceblock/navigation:myaddinstanceblock/news_items:addinstanceblock/news_items:myaddinstanceblock/onlinesurvey:addinstanceblock/onlinesurvey:myaddinstanceblock/onlinesurvey:viewblock/onlinesurvey:view_debugdetailsblock/online_users:addinstanceblock/online_users:myaddinstanceblock/online_users:viewlistblock/opencast:addinstanceblock/opencast:addltiblock/opencast:addltiepisodeblock/opencast:addvideoblock/opencast:createseriesforcourseblock/opencast:defineseriesforcourseblock/opencast:deleteeventblock/opencast:myaddinstanceblock/opencast:unassigneventblock/opencast:viewunpublishedvideosblock/private_files:addinstanceblock/private_files:myaddinstanceblock/quiz_results:addinstanceblock/recent_activity:addinstanceblock/recent_activity:viewaddupdatemoduleblock/recent_activity:viewdeletemoduleblock/recentlyaccessedcourses:myaddinstanceblock/recentlyaccesseditems:myaddinstanceblock/rss_client:addinstanceblock/rss_client:manageanyfeedsblock/rss_client:manageownfeedsblock/rss_client:myaddinstanceblock/search_forums:addinstanceblock/section_links:addinstanceblock/selfcompletion:addinstanceblock/settings:addinstanceblock/settings:myaddinstanceblock/site_main_menu:addinstanceblock/social_activities:addinstanceblock/starredcourses:myaddinstanceblock/tag_flickr:addinstanceblock/tags:addinstanceblock/tags:myaddinstanceblock/tag_youtube:addinstanceblock/timeline:myaddinstancebooktool/exportimscp:exportbooktool/importhtml:importbooktool/print:printcontenttype/h5p:accesscontenttype/h5p:uploadcontenttype/h5p:useeditorenrol/category:configenrol/category:synchronisedenrol/cohort:configenrol/cohort:unenrolenrol/database:configenrol/database:unenrolenrol/flatfile:manageenrol/flatfile:unenrolenrol/guest:configenrol/imsenterprise:configenrol/ldap:manageenrol/lti:configenrol/lti:unenrolenrol/manual:configenrol/manual:enrolenrol/manual:manageenrol/manual:unenrolenrol/manual:unenrolselfenrol/meta:configenrol/meta:selectaslinkedenrol/meta:unenrolenrol/mnet:configenrol/paypal:configenrol/paypal:manageenrol/paypal:unenrolenrol/paypal:unenrolselfenrol/self:configenrol/self:holdkeyenrol/self:manageenrol/self:unenrolenrol/self:unenrolselfformat/columns:changecolumnsformat/grid:changeimagecontainersizeformat/grid:changeimagecontainerstyleformat/grid:changeimageresizemethodformat/topcoll:changecolourformat/topcoll:changelayoutformat/topcoll:changetogglealignmentformat/topcoll:changetoggleiconsetforumreport/summary:viewforumreport/summary:viewallgradeexport/ods:publishgradeexport/ods:viewgradeexport/txt:publishgradeexport/txt:viewgradeexport/xls:publishgradeexport/xls:viewgradeexport/xml:publishgradeexport/xml:viewgradeimport/csv:viewgradeimport/direct:viewgradeimport/xml:publishgradeimport/xml:viewgradereport/grader:viewgradereport/history:viewgradereport/outcomes:viewgradereport/overview:viewgradereport/singleview:viewgradereport/user:viewmessage/airnotifier:managedevicemod/assign:addinstancemod/assign:editothersubmissionmod/assign:exportownsubmissionmod/assign:grademod/assign:grantextensionmod/assign:manageallocationsmod/assign:managegradesmod/assign:manageoverridesmod/assignment:addinstancemod/assignment:exportownsubmissionmod/assignment:grademod/assignment:submitmod/assignment:viewmod/assign:receivegradernotificationsmod/assign:releasegradesmod/assign:revealidentitiesmod/assign:reviewgradesmod/assign:showhiddengradermod/assign:submitmod/assign:viewmod/assign:viewblinddetailsmod/assign:viewgradesmod/book:addinstancemod/book:editmod/book:readmod/book:viewhiddenchaptersmod/chat:addinstancemod/chat:chatmod/chat:deletelogmod/chat:exportparticipatedsessionmod/chat:exportsessionmod/chat:readlogmod/chat:viewmod/choice:addinstancemod/choice:choosemod/choice:deleteresponsesmod/choice:downloadresponsesmod/choice:readresponsesmod/choice:viewmod/data:addinstancemod/data:approvemod/data:commentmod/data:exportallentriesmod/data:exportentrymod/data:exportownentrymod/data:exportuserinfomod/data:managecommentsmod/data:manageentriesmod/data:managetemplatesmod/data:manageuserpresetsmod/data:ratemod/data:viewmod/data:viewallratingsmod/data:viewalluserpresetsmod/data:viewanyratingmod/data:viewentrymod/data:viewratingmod/data:writeentrymod/feedback:addinstancemod/feedback:completemod/feedback:createprivatetemplatemod/feedback:createpublictemplatemod/feedback:deletesubmissionsmod/feedback:deletetemplatemod/feedback:edititemsmod/feedback:mapcoursemod/feedback:receivemailmod/feedback:viewmod/feedback:viewanalysepagemod/feedback:viewreportsmod/folder:addinstancemod/folder:managefilesmod/folder:viewmod/forum:addinstancemod/forum:addnewsmod/forum:addquestionmod/forum:allowforcesubscribemod/forum:canoverridecutoffmod/forum:canoverridediscussionlockmod/forum:canposttomygroupsmod/forum:cantogglefavouritemod/forum:createattachmentmod/forum:deleteanypostmod/forum:deleteownpostmod/forum:editanypostmod/forum:exportdiscussionmod/forum:exportforummod/forum:exportownpostmod/forum:exportpostmod/forum:grademod/forum:managesubscriptionsmod/forum:movediscussionsmod/forum:pindiscussionsmod/forum:postprivatereplymod/forum:postwithoutthrottlingmod/forum:ratemod/forum:readprivaterepliesmod/forum:replynewsmod/forum:replypostmod/forum:splitdiscussionsmod/forum:startdiscussionmod/forum:viewallratingsmod/forum:viewanyratingmod/forum:viewdiscussionmod/forum:viewhiddentimedpostsmod/forum:viewqandawithoutpostingmod/forum:viewratingmod/forum:viewsubscribersmod/glossary:addinstancemod/glossary:approvemod/glossary:commentmod/glossary:exportmod/glossary:exportentrymod/glossary:exportownentrymod/glossary:importmod/glossary:managecategoriesmod/glossary:managecommentsmod/glossary:manageentriesmod/glossary:ratemod/glossary:viewmod/glossary:viewallratingsmod/glossary:viewanyratingmod/glossary:viewratingmod/glossary:writemod/h5pactivity:addinstancemod/h5pactivity:reviewattemptsmod/h5pactivity:submitmod/h5pactivity:viewmod/imscp:addinstancemod/imscp:viewmod/label:addinstancemod/label:viewmod/lesson:addinstancemod/lesson:editmod/lesson:grademod/lesson:managemod/lesson:manageoverridesmod/lesson:viewmod/lesson:viewreportsmod/lti:addcoursetoolmod/lti:addinstancemod/lti:addmanualinstancemod/lti:addpreconfiguredinstancemod/lti:adminmod/lti:managemod/lti:requesttooladdmod/lti:viewmod/page:addinstancemod/page:viewmod/quiz:addinstancemod/quiz:attemptmod/quiz:deleteattemptsmod/quiz:emailconfirmsubmissionmod/quiz:emailnotifysubmissionmod/quiz:emailwarnoverduemod/quiz:grademod/quiz:ignoretimelimitsmod/quiz:managemod/quiz:manageoverridesmod/quiz:previewmod/quiz:regrademod/quiz:reviewmyattemptsmod/resource:addinstancemod/resource:viewmod/scorm:addinstancemod/scorm:deleteownresponsesmod/scorm:deleteresponsesmod/scorm:savetrackmod/scorm:skipviewmod/scorm:viewreportmod/scorm:viewscoresmod/survey:addinstancemod/survey:downloadmod/survey:participatemod/survey:readresponsesmod/url:addinstancemod/url:viewmod/wiki:addinstancemod/wiki:createpagemod/wiki:editcommentmod/wiki:editpagemod/wiki:managecommentmod/wiki:managefilesmod/wiki:managewikimod/wiki:overridelockmod/wiki:viewcommentmod/wiki:viewpagemod/workshop:addinstancemod/workshop:allocatemod/workshop:deletesubmissionsmod/workshop:editdimensionsmod/workshop:exportsubmissionsmod/workshop:ignoredeadlinesmod/workshop:manageexamplesmod/workshop:overridegradesmod/workshop:peerassessmod/workshop:publishsubmissionsmod/workshop:submitmod/workshop:switchphasemod/workshop:viewmod/workshop:viewallassessmentsmod/workshop:viewallsubmissionsmod/workshop:viewauthornamesmod/workshop:viewauthorpublishedmod/workshop:viewpublishedsubmissionsmod/workshop:viewreviewernamesmoodle/analytics:listinsightsmoodle/analytics:listowninsightsmoodle/analytics:managemodelsmoodle/backup:anonymisemoodle/backup:backupactivitymoodle/backup:backupcoursemoodle/backup:backupsectionmoodle/backup:backuptargetimportmoodle/backup:configuremoodle/backup:downloadfilemoodle/backup:userinfomoodle/badges:awardbadgemoodle/badges:configurecriteriamoodle/badges:configuredetailsmoodle/badges:configuremessagesmoodle/badges:createbadgemoodle/badges:deletebadgemoodle/badges:earnbadgemoodle/badges:manageglobalsettingsmoodle/badges:manageownbadgesmoodle/badges:revokebadgemoodle/badges:viewawardedmoodle/badges:viewbadgesmoodle/badges:viewotherbadgesmoodle/block:editmoodle/block:viewmoodle/blog:createmoodle/blog:manageentriesmoodle/blog:manageexternalmoodle/blog:searchmoodle/blog:viewmoodle/blog:viewdraftsmoodle/calendar:manageentriesmoodle/calendar:managegroupentriesmoodle/calendar:manageownentriesmoodle/category:managemoodle/cohort:assignmoodle/cohort:managemoodle/cohort:viewmoodle/comment:deletemoodle/comment:postmoodle/comment:viewmoodle/competency:competencygrademoodle/competency:competencymanagemoodle/competency:competencyviewmoodle/competency:coursecompetencyconfiguremoodle/competency:coursecompetencygradablemoodle/competency:coursecompetencymanagemoodle/competency:coursecompetencyviewmoodle/competency:evidencedeletemoodle/competency:plancommentmoodle/competency:plancommentownmoodle/competency:planmanagemoodle/competency:planmanagedraftmoodle/competency:planmanageownmoodle/competency:planmanageowndraftmoodle/competency:planrequestreviewmoodle/competency:planrequestreviewownmoodle/competency:planreviewmoodle/competency:planviewmoodle/competency:planviewdraftmoodle/competency:planviewownmoodle/competency:planviewowndraftmoodle/competency:templatemanagemoodle/competency:templateviewmoodle/competency:usercompetencycommentmoodle/competency:usercompetencycommentownmoodle/competency:usercompetencyrequestreviewmoodle/competency:usercompetencyrequestreviewownmoodle/competency:usercompetencyreviewmoodle/competency:usercompetencyviewmoodle/competency:userevidencemanagemoodle/competency:userevidencemanageownmoodle/competency:userevidenceviewmoodle/contentbank:accessmoodle/contentbank:deleteanycontentmoodle/contentbank:deleteowncontentmoodle/contentbank:manageanycontentmoodle/contentbank:manageowncontentmoodle/contentbank:uploadmoodle/contentbank:useeditormoodle/course:activityvisibilitymoodle/course:bulkmessagingmoodle/course:changecategorymoodle/course:changefullnamemoodle/course:changeidnumbermoodle/course:changelockedcustomfieldsmoodle/course:changeshortnamemoodle/course:changesummarymoodle/course:configurecustomfieldsmoodle/course:createmoodle/course:creategroupconversationsmoodle/course:deletemoodle/course:enrolconfigmoodle/course:enrolreviewmoodle/course:ignoreavailabilityrestrictionsmoodle/course:ignorefilesizelimitsmoodle/course:isincompletionreportsmoodle/course:manageactivitiesmoodle/course:managefilesmoodle/course:managegroupsmoodle/course:managescalesmoodle/course:markcompletemoodle/course:movesectionsmoodle/course:overridecompletionmoodle/course:recommendactivitymoodle/course:renamerolesmoodle/course:requestmoodle/course:resetmoodle/course:reviewotherusersmoodle/course:sectionvisibilitymoodle/course:setcurrentsectionmoodle/course:setforcedlanguagemoodle/course:tagmoodle/course:togglecompletionmoodle/course:updatemoodle/course:useremailmoodle/course:viewhiddenactivitiesmoodle/course:viewscalesmoodle/course:viewsuspendedusersmoodle/course:visibilitymoodle/filter:managemoodle/grade:editmoodle/grade:exportmoodle/grade:hidemoodle/grade:importmoodle/grade:lockmoodle/grade:managemoodle/grade:managegradingformsmoodle/grade:managelettersmoodle/grade:manageoutcomesmoodle/grade:managesharedformsmoodle/grade:sharegradingformsmoodle/grade:unlockmoodle/grade:viewmoodle/grade:viewallmoodle/grade:viewhiddenmoodle/h5p:deploymoodle/h5p:setdisplayoptionsmoodle/h5p:updatelibrariesmoodle/my:configsyspagesmoodle/my:manageblocksmoodle/notes:managemoodle/notes:viewmoodle/portfolio:exportmoodle/question:addmoodle/question:configmoodle/question:editallmoodle/question:editminemoodle/question:flagmoodle/question:managecategorymoodle/question:moveallmoodle/question:moveminemoodle/question:tagallmoodle/question:tagminemoodle/question:useallmoodle/question:useminemoodle/question:viewallmoodle/question:viewminemoodle/rating:ratemoodle/rating:viewmoodle/rating:viewallmoodle/rating:viewanymoodle/restore:configuremoodle/restore:createusermoodle/restore:restoreactivitymoodle/restore:restorecoursemoodle/restore:restoresectionmoodle/restore:restoretargetimportmoodle/restore:rolldatesmoodle/restore:uploadfilemoodle/restore:userinfomoodle/restore:viewautomatedfileareamoodle/role:assignmoodle/role:managemoodle/role:overridemoodle/role:reviewmoodle/role:safeoverridemoodle/role:switchrolesmoodle/search:querymoodle/site:approvecoursemoodle/site:configmoodle/site:configviewmoodle/site:deleteanymessagemoodle/site:deleteownmessagemoodle/site:doclinksmoodle/site:forcelanguagemoodle/site:maintenanceaccessmoodle/site:manageallmessagingmoodle/site:manageblocksmoodle/site:managecontextlocksmoodle/site:messageanyusermoodle/site:mnetlogintoremotemoodle/site:readallmessagesmoodle/site:sendmessagemoodle/site:trustcontentmoodle/site:uploadusersmoodle/site:viewanonymouseventsmoodle/site:viewfullnamesmoodle/site:viewparticipantsmoodle/site:viewreportsmoodle/site:viewuseridentitymoodle/tag:editmoodle/tag:editblocksmoodle/tag:flagmoodle/tag:managemoodle/user:changeownpasswordmoodle/user:createmoodle/user:deletemoodle/user:editmessageprofilemoodle/user:editownmessageprofilemoodle/user:editownprofilemoodle/user:editprofilemoodle/user:ignoreuserquotamoodle/user:loginasmoodle/user:manageblocksmoodle/user:manageownblocksmoodle/user:manageownfilesmoodle/user:managesyspagesmoodle/user:readuserblogsmoodle/user:readuserpostsmoodle/user:updatemoodle/user:viewalldetailsmoodle/user:viewlastipmoodle/user:viewuseractivitiesreportmoodle/webservice:managealltokensqtype/lti:addcoursetoolqtype/lti:adddefaultinstanceqtype/lti:addgloballypreconfigedtoolinstanceqtype/lti:addinstanceqtype/lti:adminqtype/lti:backupcourseqtype/lti:manageqtype/lti:regradeltiqtype/lti:requesttooladdqtype/lti:viewquizaccess/seb:manage_filemanager_sebconfigfilequizaccess/seb:manage_seb_activateurlfilteringquizaccess/seb:manage_seb_allowedbrowserexamkeysquizaccess/seb:manage_seb_allowreloadinexamquizaccess/seb:manage_seb_allowspellcheckingquizaccess/seb:manage_seb_allowuserquitsebquizaccess/seb:manage_seb_enableaudiocontrolquizaccess/seb:manage_seb_expressionsallowedquizaccess/seb:manage_seb_expressionsblockedquizaccess/seb:manage_seb_filterembeddedcontentquizaccess/seb:manage_seb_linkquitsebquizaccess/seb:manage_seb_muteonstartupquizaccess/seb:manage_seb_quitpasswordquizaccess/seb:manage_seb_regexallowedquizaccess/seb:manage_seb_regexblockedquizaccess/seb:manage_seb_requiresafeexambrowserquizaccess/seb:manage_seb_showkeyboardlayoutquizaccess/seb:manage_seb_showreloadbuttonquizaccess/seb:manage_seb_showsebdownloadlinkquizaccess/seb:manage_seb_showsebtaskbarquizaccess/seb:manage_seb_showtimequizaccess/seb:manage_seb_showwificontrolquizaccess/seb:manage_seb_templateidquizaccess/seb:manage_seb_userconfirmquitquizaccess/seb:managetemplatesquizaccess/wifiresilience:adminmessagesquizaccess/wifiresilience:browserchecksquizaccess/wifiresilience:inspectresponsesquizaccess/wifiresilience:localresponsesquizaccess/wifiresilience:uploadresponsesquizaccess/wifiresilience:viewlivedevicesquizaccess/wifiresilience:viewtechchecksquiz/grading:viewidnumberquiz/grading:viewstudentnamesquiz/statistics:viewreport/completion:viewreport/customsql:definequeriesreport/customsql:managecategoriesreport/customsql:viewreport/loglive:viewreport/log:viewreport/log:viewtodayreport/outline:viewreport/outline:viewuserreportreport/participation:viewreport/performance:viewreport/progress:viewreport/questioninstances:viewreport/security:viewreport/stats:viewreport/status:viewreport/usersessions:manageownsessionsrepository/areafiles:viewrepository/boxnet:viewrepository/contentbank:accesscoursecategorycontentrepository/contentbank:accesscoursecontentrepository/contentbank:accessgeneralcontentrepository/contentbank:viewrepository/coursefiles:viewrepository/dropbox:viewrepository/equella:viewrepository/filesystem:viewrepository/flickr_public:viewrepository/flickr:viewrepository/googledocs:viewrepository/local:viewrepository/merlot:viewrepository/nextcloud:viewrepository/onedrive:viewrepository/opencast:viewrepository/picasa:viewrepository/recent:viewrepository/s3:viewrepository/skydrive:viewrepository/upload:viewrepository/url:viewrepository/user:viewrepository/webdav:viewrepository/wikimedia:viewrepository/youtube:viewtool/coursedates:setdatestool/customlang:edittool/customlang:viewtool/dataprivacy:downloadallrequeststool/dataprivacy:downloadownrequesttool/dataprivacy:makedatadeletionrequestsforchildrentool/dataprivacy:makedatarequestsforchildrentool/dataprivacy:managedataregistrytool/dataprivacy:managedatarequeststool/dataprivacy:requestdeletetool/dataprivacy:requestdeleteforotherusertool/lpmigrate:frameworksmigratetool/monitor:managerulestool/monitor:managetooltool/monitor:subscribetool/opencast:externalapitool/opencast:instructortool/opencast:learnertool/policy:accepttool/policy:acceptbehalftool/policy:managedocstool/policy:viewacceptancestool/recyclebin:deleteitemstool/recyclebin:restoreitemstool/recyclebin:viewitemstool/uploaduser:uploaduserpicturestool/usertours:managetourswebservice/soap:usewebservice/xmlrpc:usemod/quiz:viewmod/quiz:viewreportsmoodle/category:viewcourselistmoodle/category:viewhiddencategoriesmoodle/course:viewmoodle/course:viewhiddencoursesmoodle/course:viewhiddensectionsmoodle/course:viewhiddenuserfieldsmoodle/course:viewparticipantsmoodle/site:accessallgroupsmoodle/user:viewdetailsmoodle/user:viewhiddendetailsmoodle/webservice:createmobiletokenmoodle/webservice:createtokenquizaccess/seb:bypasssebreport/courseoverview:viewwebservice/rest:use + + webservice_seb-server + webservice_SEB-Server + + + + system + + + + + + + atto/h5p:addembed + atto/recordrtc:recordaudio + atto/recordrtc:recordvideo + auth/oauth2:managelinkedlogins + block/activity_modules:addinstance + block/activity_results:addinstance + block/admin_bookmarks:addinstance + block/admin_bookmarks:myaddinstance + block/badges:addinstance + block/badges:myaddinstance + block/blog_menu:addinstance + block/blog_recent:addinstance + block/blog_tags:addinstance + block/calendar_month:addinstance + block/calendar_month:myaddinstance + block/calendar_upcoming:addinstance + block/calendar_upcoming:myaddinstance + block/comments:addinstance + block/comments:myaddinstance + block/completionstatus:addinstance + block/course_list:addinstance + block/course_list:myaddinstance + block/course_summary:addinstance + block/feedback:addinstance + block/globalsearch:addinstance + block/globalsearch:myaddinstance + block/glossary_random:addinstance + block/glossary_random:myaddinstance + block/html:addinstance + block/html:myaddinstance + block/login:addinstance + block/lp:addinstance + block/lp:myaddinstance + block/mentees:addinstance + block/mentees:myaddinstance + block/mnet_hosts:addinstance + block/mnet_hosts:myaddinstance + block/myoverview:myaddinstance + block/myprofile:addinstance + block/myprofile:myaddinstance + block/navigation:addinstance + block/navigation:myaddinstance + block/news_items:addinstance + block/news_items:myaddinstance + block/onlinesurvey:addinstance + block/onlinesurvey:myaddinstance + block/onlinesurvey:view + block/onlinesurvey:view_debugdetails + block/online_users:addinstance + block/online_users:myaddinstance + block/online_users:viewlist + block/opencast:addinstance + block/opencast:addlti + block/opencast:addltiepisode + block/opencast:addvideo + block/opencast:createseriesforcourse + block/opencast:defineseriesforcourse + block/opencast:deleteevent + block/opencast:myaddinstance + block/opencast:unassignevent + block/opencast:viewunpublishedvideos + block/private_files:addinstance + block/private_files:myaddinstance + block/quiz_results:addinstance + block/recent_activity:addinstance + block/recent_activity:viewaddupdatemodule + block/recent_activity:viewdeletemodule + block/recentlyaccessedcourses:myaddinstance + block/recentlyaccesseditems:myaddinstance + block/rss_client:addinstance + block/rss_client:manageanyfeeds + block/rss_client:manageownfeeds + block/rss_client:myaddinstance + block/search_forums:addinstance + block/section_links:addinstance + block/selfcompletion:addinstance + block/settings:addinstance + block/settings:myaddinstance + block/site_main_menu:addinstance + block/social_activities:addinstance + block/starredcourses:myaddinstance + block/tag_flickr:addinstance + block/tags:addinstance + block/tags:myaddinstance + block/tag_youtube:addinstance + block/timeline:myaddinstance + booktool/exportimscp:export + booktool/importhtml:import + booktool/print:print + contenttype/h5p:access + contenttype/h5p:upload + contenttype/h5p:useeditor + enrol/category:config + enrol/category:synchronised + enrol/cohort:config + enrol/cohort:unenrol + enrol/database:config + enrol/database:unenrol + enrol/flatfile:manage + enrol/flatfile:unenrol + enrol/guest:config + enrol/imsenterprise:config + enrol/ldap:manage + enrol/lti:config + enrol/lti:unenrol + enrol/manual:config + enrol/manual:enrol + enrol/manual:manage + enrol/manual:unenrol + enrol/manual:unenrolself + enrol/meta:config + enrol/meta:selectaslinked + enrol/meta:unenrol + enrol/mnet:config + enrol/paypal:config + enrol/paypal:manage + enrol/paypal:unenrol + enrol/paypal:unenrolself + enrol/self:config + enrol/self:holdkey + enrol/self:manage + enrol/self:unenrol + enrol/self:unenrolself + format/columns:changecolumns + format/grid:changeimagecontainersize + format/grid:changeimagecontainerstyle + format/grid:changeimageresizemethod + format/topcoll:changecolour + format/topcoll:changelayout + format/topcoll:changetogglealignment + format/topcoll:changetoggleiconset + forumreport/summary:view + forumreport/summary:viewall + gradeexport/ods:publish + gradeexport/ods:view + gradeexport/txt:publish + gradeexport/txt:view + gradeexport/xls:publish + gradeexport/xls:view + gradeexport/xml:publish + gradeexport/xml:view + gradeimport/csv:view + gradeimport/direct:view + gradeimport/xml:publish + gradeimport/xml:view + gradereport/grader:view + gradereport/history:view + gradereport/outcomes:view + gradereport/overview:view + gradereport/singleview:view + gradereport/user:view + message/airnotifier:managedevice + mod/assign:addinstance + mod/assign:editothersubmission + mod/assign:exportownsubmission + mod/assign:grade + mod/assign:grantextension + mod/assign:manageallocations + mod/assign:managegrades + mod/assign:manageoverrides + mod/assignment:addinstance + mod/assignment:exportownsubmission + mod/assignment:grade + mod/assignment:submit + mod/assignment:view + mod/assign:receivegradernotifications + mod/assign:releasegrades + mod/assign:revealidentities + mod/assign:reviewgrades + mod/assign:showhiddengrader + mod/assign:submit + mod/assign:view + mod/assign:viewblinddetails + mod/assign:viewgrades + mod/book:addinstance + mod/book:edit + mod/book:read + mod/book:viewhiddenchapters + mod/chat:addinstance + mod/chat:chat + mod/chat:deletelog + mod/chat:exportparticipatedsession + mod/chat:exportsession + mod/chat:readlog + mod/chat:view + mod/choice:addinstance + mod/choice:choose + mod/choice:deleteresponses + mod/choice:downloadresponses + mod/choice:readresponses + mod/choice:view + mod/data:addinstance + mod/data:approve + mod/data:comment + mod/data:exportallentries + mod/data:exportentry + mod/data:exportownentry + mod/data:exportuserinfo + mod/data:managecomments + mod/data:manageentries + mod/data:managetemplates + mod/data:manageuserpresets + mod/data:rate + mod/data:view + mod/data:viewallratings + mod/data:viewalluserpresets + mod/data:viewanyrating + mod/data:viewentry + mod/data:viewrating + mod/data:writeentry + mod/feedback:addinstance + mod/feedback:complete + mod/feedback:createprivatetemplate + mod/feedback:createpublictemplate + mod/feedback:deletesubmissions + mod/feedback:deletetemplate + mod/feedback:edititems + mod/feedback:mapcourse + mod/feedback:receivemail + mod/feedback:view + mod/feedback:viewanalysepage + mod/feedback:viewreports + mod/folder:addinstance + mod/folder:managefiles + mod/folder:view + mod/forum:addinstance + mod/forum:addnews + mod/forum:addquestion + mod/forum:allowforcesubscribe + mod/forum:canoverridecutoff + mod/forum:canoverridediscussionlock + mod/forum:canposttomygroups + mod/forum:cantogglefavourite + mod/forum:createattachment + mod/forum:deleteanypost + mod/forum:deleteownpost + mod/forum:editanypost + mod/forum:exportdiscussion + mod/forum:exportforum + mod/forum:exportownpost + mod/forum:exportpost + mod/forum:grade + mod/forum:managesubscriptions + mod/forum:movediscussions + mod/forum:pindiscussions + mod/forum:postprivatereply + mod/forum:postwithoutthrottling + mod/forum:rate + mod/forum:readprivatereplies + mod/forum:replynews + mod/forum:replypost + mod/forum:splitdiscussions + mod/forum:startdiscussion + mod/forum:viewallratings + mod/forum:viewanyrating + mod/forum:viewdiscussion + mod/forum:viewhiddentimedposts + mod/forum:viewqandawithoutposting + mod/forum:viewrating + mod/forum:viewsubscribers + mod/glossary:addinstance + mod/glossary:approve + mod/glossary:comment + mod/glossary:export + mod/glossary:exportentry + mod/glossary:exportownentry + mod/glossary:import + mod/glossary:managecategories + mod/glossary:managecomments + mod/glossary:manageentries + mod/glossary:rate + mod/glossary:view + mod/glossary:viewallratings + mod/glossary:viewanyrating + mod/glossary:viewrating + mod/glossary:write + mod/h5pactivity:addinstance + mod/h5pactivity:reviewattempts + mod/h5pactivity:submit + mod/h5pactivity:view + mod/imscp:addinstance + mod/imscp:view + mod/label:addinstance + mod/label:view + mod/lesson:addinstance + mod/lesson:edit + mod/lesson:grade + mod/lesson:manage + mod/lesson:manageoverrides + mod/lesson:view + mod/lesson:viewreports + mod/lti:addcoursetool + mod/lti:addinstance + mod/lti:addmanualinstance + mod/lti:addpreconfiguredinstance + mod/lti:admin + mod/lti:manage + mod/lti:requesttooladd + mod/lti:view + mod/page:addinstance + mod/page:view + mod/quiz:addinstance + mod/quiz:attempt + mod/quiz:deleteattempts + mod/quiz:emailconfirmsubmission + mod/quiz:emailnotifysubmission + mod/quiz:emailwarnoverdue + mod/quiz:grade + mod/quiz:ignoretimelimits + mod/quiz:manage + mod/quiz:manageoverrides + mod/quiz:preview + mod/quiz:regrade + mod/quiz:reviewmyattempts + mod/resource:addinstance + mod/resource:view + mod/scorm:addinstance + mod/scorm:deleteownresponses + mod/scorm:deleteresponses + mod/scorm:savetrack + mod/scorm:skipview + mod/scorm:viewreport + mod/scorm:viewscores + mod/survey:addinstance + mod/survey:download + mod/survey:participate + mod/survey:readresponses + mod/url:addinstance + mod/url:view + mod/wiki:addinstance + mod/wiki:createpage + mod/wiki:editcomment + mod/wiki:editpage + mod/wiki:managecomment + mod/wiki:managefiles + mod/wiki:managewiki + mod/wiki:overridelock + mod/wiki:viewcomment + mod/wiki:viewpage + mod/workshop:addinstance + mod/workshop:allocate + mod/workshop:deletesubmissions + mod/workshop:editdimensions + mod/workshop:exportsubmissions + mod/workshop:ignoredeadlines + mod/workshop:manageexamples + mod/workshop:overridegrades + mod/workshop:peerassess + mod/workshop:publishsubmissions + mod/workshop:submit + mod/workshop:switchphase + mod/workshop:view + mod/workshop:viewallassessments + mod/workshop:viewallsubmissions + mod/workshop:viewauthornames + mod/workshop:viewauthorpublished + mod/workshop:viewpublishedsubmissions + mod/workshop:viewreviewernames + moodle/analytics:listinsights + moodle/analytics:listowninsights + moodle/analytics:managemodels + moodle/backup:anonymise + moodle/backup:backupactivity + moodle/backup:backupcourse + moodle/backup:backupsection + moodle/backup:backuptargetimport + moodle/backup:configure + moodle/backup:downloadfile + moodle/backup:userinfo + moodle/badges:awardbadge + moodle/badges:configurecriteria + moodle/badges:configuredetails + moodle/badges:configuremessages + moodle/badges:createbadge + moodle/badges:deletebadge + moodle/badges:earnbadge + moodle/badges:manageglobalsettings + moodle/badges:manageownbadges + moodle/badges:revokebadge + moodle/badges:viewawarded + moodle/badges:viewbadges + moodle/badges:viewotherbadges + moodle/block:edit + moodle/block:view + moodle/blog:create + moodle/blog:manageentries + moodle/blog:manageexternal + moodle/blog:search + moodle/blog:view + moodle/blog:viewdrafts + moodle/calendar:manageentries + moodle/calendar:managegroupentries + moodle/calendar:manageownentries + moodle/category:manage + moodle/cohort:assign + moodle/cohort:manage + moodle/cohort:view + moodle/comment:delete + moodle/comment:post + moodle/comment:view + moodle/competency:competencygrade + moodle/competency:competencymanage + moodle/competency:competencyview + moodle/competency:coursecompetencyconfigure + moodle/competency:coursecompetencygradable + moodle/competency:coursecompetencymanage + moodle/competency:coursecompetencyview + moodle/competency:evidencedelete + moodle/competency:plancomment + moodle/competency:plancommentown + moodle/competency:planmanage + moodle/competency:planmanagedraft + moodle/competency:planmanageown + moodle/competency:planmanageowndraft + moodle/competency:planrequestreview + moodle/competency:planrequestreviewown + moodle/competency:planreview + moodle/competency:planview + moodle/competency:planviewdraft + moodle/competency:planviewown + moodle/competency:planviewowndraft + moodle/competency:templatemanage + moodle/competency:templateview + moodle/competency:usercompetencycomment + moodle/competency:usercompetencycommentown + moodle/competency:usercompetencyrequestreview + moodle/competency:usercompetencyrequestreviewown + moodle/competency:usercompetencyreview + moodle/competency:usercompetencyview + moodle/competency:userevidencemanage + moodle/competency:userevidencemanageown + moodle/competency:userevidenceview + moodle/contentbank:access + moodle/contentbank:deleteanycontent + moodle/contentbank:deleteowncontent + moodle/contentbank:manageanycontent + moodle/contentbank:manageowncontent + moodle/contentbank:upload + moodle/contentbank:useeditor + moodle/course:activityvisibility + moodle/course:bulkmessaging + moodle/course:changecategory + moodle/course:changefullname + moodle/course:changeidnumber + moodle/course:changelockedcustomfields + moodle/course:changeshortname + moodle/course:changesummary + moodle/course:configurecustomfields + moodle/course:create + moodle/course:creategroupconversations + moodle/course:delete + moodle/course:enrolconfig + moodle/course:enrolreview + moodle/course:ignoreavailabilityrestrictions + moodle/course:ignorefilesizelimits + moodle/course:isincompletionreports + moodle/course:manageactivities + moodle/course:managefiles + moodle/course:managegroups + moodle/course:managescales + moodle/course:markcomplete + moodle/course:movesections + moodle/course:overridecompletion + moodle/course:recommendactivity + moodle/course:renameroles + moodle/course:request + moodle/course:reset + moodle/course:reviewotherusers + moodle/course:sectionvisibility + moodle/course:setcurrentsection + moodle/course:setforcedlanguage + moodle/course:tag + moodle/course:togglecompletion + moodle/course:update + moodle/course:useremail + moodle/course:viewhiddenactivities + moodle/course:viewscales + moodle/course:viewsuspendedusers + moodle/course:visibility + moodle/filter:manage + moodle/grade:edit + moodle/grade:export + moodle/grade:hide + moodle/grade:import + moodle/grade:lock + moodle/grade:manage + moodle/grade:managegradingforms + moodle/grade:manageletters + moodle/grade:manageoutcomes + moodle/grade:managesharedforms + moodle/grade:sharegradingforms + moodle/grade:unlock + moodle/grade:view + moodle/grade:viewall + moodle/grade:viewhidden + moodle/h5p:deploy + moodle/h5p:setdisplayoptions + moodle/h5p:updatelibraries + moodle/my:configsyspages + moodle/my:manageblocks + moodle/notes:manage + moodle/notes:view + moodle/portfolio:export + moodle/question:add + moodle/question:config + moodle/question:editall + moodle/question:editmine + moodle/question:flag + moodle/question:managecategory + moodle/question:moveall + moodle/question:movemine + moodle/question:tagall + moodle/question:tagmine + moodle/question:useall + moodle/question:usemine + moodle/question:viewall + moodle/question:viewmine + moodle/rating:rate + moodle/rating:view + moodle/rating:viewall + moodle/rating:viewany + moodle/restore:configure + moodle/restore:createuser + moodle/restore:restoreactivity + moodle/restore:restorecourse + moodle/restore:restoresection + moodle/restore:restoretargetimport + moodle/restore:rolldates + moodle/restore:uploadfile + moodle/restore:userinfo + moodle/restore:viewautomatedfilearea + moodle/role:assign + moodle/role:manage + moodle/role:override + moodle/role:review + moodle/role:safeoverride + moodle/role:switchroles + moodle/search:query + moodle/site:approvecourse + moodle/site:config + moodle/site:configview + moodle/site:deleteanymessage + moodle/site:deleteownmessage + moodle/site:doclinks + moodle/site:forcelanguage + moodle/site:maintenanceaccess + moodle/site:manageallmessaging + moodle/site:manageblocks + moodle/site:managecontextlocks + moodle/site:messageanyuser + moodle/site:mnetlogintoremote + moodle/site:readallmessages + moodle/site:sendmessage + moodle/site:trustcontent + moodle/site:uploadusers + moodle/site:viewanonymousevents + moodle/site:viewfullnames + moodle/site:viewparticipants + moodle/site:viewreports + moodle/site:viewuseridentity + moodle/tag:edit + moodle/tag:editblocks + moodle/tag:flag + moodle/tag:manage + moodle/user:changeownpassword + moodle/user:create + moodle/user:delete + moodle/user:editmessageprofile + moodle/user:editownmessageprofile + moodle/user:editownprofile + moodle/user:editprofile + moodle/user:ignoreuserquota + moodle/user:loginas + moodle/user:manageblocks + moodle/user:manageownblocks + moodle/user:manageownfiles + moodle/user:managesyspages + moodle/user:readuserblogs + moodle/user:readuserposts + moodle/user:update + moodle/user:viewalldetails + moodle/user:viewlastip + moodle/user:viewuseractivitiesreport + moodle/user:viewuseractivitiesreport + qtype/lti:addcoursetool + qtype/lti:adddefaultinstance + qtype/lti:addgloballypreconfigedtoolinstance + qtype/lti:addinstance + qtype/lti:admin + qtype/lti:backupcourse + qtype/lti:manage + qtype/lti:regradelti + qtype/lti:requesttooladd + qtype/lti:view + quizaccess/seb:manage_filemanager_sebconfigfile + quizaccess/seb:manage_seb_activateurlfiltering + quizaccess/seb:manage_seb_allowedbrowserexamkeys + quizaccess/seb:manage_seb_allowreloadinexam + quizaccess/seb:manage_seb_allowspellchecking + quizaccess/seb:manage_seb_allowuserquitseb + quizaccess/seb:manage_seb_enableaudiocontrol + quizaccess/seb:manage_seb_expressionsallowed + quizaccess/seb:manage_seb_expressionsblocked + quizaccess/seb:manage_seb_filterembeddedcontent + quizaccess/seb:manage_seb_linkquitseb + quizaccess/seb:manage_seb_muteonstartup + quizaccess/seb:manage_seb_quitpassword + quizaccess/seb:manage_seb_regexallowed + quizaccess/seb:manage_seb_regexblocked + quizaccess/seb:manage_seb_requiresafeexambrowser + quizaccess/seb:manage_seb_showkeyboardlayout + quizaccess/seb:manage_seb_showreloadbutton + quizaccess/seb:manage_seb_showsebdownloadlink + quizaccess/seb:manage_seb_showsebtaskbar + quizaccess/seb:manage_seb_showtime + quizaccess/seb:manage_seb_showwificontrol + quizaccess/seb:manage_seb_templateid + quizaccess/seb:manage_seb_userconfirmquit + quizaccess/seb:managetemplates + quizaccess/sebserver:managesebserver + quizaccess/wifiresilience:adminmessages + quizaccess/wifiresilience:browserchecks + quizaccess/wifiresilience:inspectresponses + quizaccess/wifiresilience:localresponses + quizaccess/wifiresilience:uploadresponses + quizaccess/wifiresilience:viewlivedevices + quizaccess/wifiresilience:viewtechchecks + quiz/grading:viewidnumber + quiz/grading:viewstudentnames + quiz/statistics:view + report/completion:view + report/customsql:definequeries + report/customsql:managecategories + report/customsql:view + report/loglive:view + report/log:view + report/log:viewtoday + report/outline:view + report/outline:viewuserreport + report/participation:view + report/performance:view + report/progress:view + report/questioninstances:view + report/security:view + report/stats:view + report/status:view + report/usersessions:manageownsessions + repository/areafiles:view + repository/boxnet:view + repository/contentbank:accesscoursecategorycontent + repository/contentbank:accesscoursecontent + repository/contentbank:accessgeneralcontent + repository/contentbank:view + repository/coursefiles:view + repository/dropbox:view + repository/equella:view + repository/filesystem:view + repository/flickr_public:view + repository/flickr:view + repository/googledocs:view + repository/local:view + repository/merlot:view + repository/nextcloud:view + repository/onedrive:view + repository/opencast:view + repository/picasa:view + repository/recent:view + repository/s3:view + repository/skydrive:view + repository/upload:view + repository/url:view + repository/user:view + repository/webdav:view + repository/wikimedia:view + repository/youtube:view + tool/coursedates:setdates + tool/customlang:edit + tool/customlang:view + tool/dataprivacy:downloadallrequests + tool/dataprivacy:downloadownrequest + tool/dataprivacy:makedatadeletionrequestsforchildren + tool/dataprivacy:makedatarequestsforchildren + tool/dataprivacy:managedataregistry + tool/dataprivacy:managedatarequests + tool/dataprivacy:requestdelete + tool/dataprivacy:requestdeleteforotheruser + tool/lpmigrate:frameworksmigrate + tool/monitor:managerules + tool/monitor:managetool + tool/monitor:subscribe + tool/opencast:externalapi + tool/opencast:instructor + tool/opencast:learner + tool/policy:accept + tool/policy:acceptbehalf + tool/policy:managedocs + tool/policy:viewacceptances + tool/recyclebin:deleteitems + tool/recyclebin:restoreitems + tool/recyclebin:viewitems + tool/uploaduser:uploaduserpictures + tool/usertours:managetours + webservice/soap:use + webservice/xmlrpc:use + mod/quiz:view + mod/quiz:viewreports + moodle/category:viewcourselist + moodle/category:viewhiddencategories + moodle/course:view + moodle/course:viewhiddencourses + moodle/course:viewhiddensections + moodle/course:viewhiddenuserfields + moodle/course:viewparticipants + moodle/site:accessallgroups + moodle/user:viewdetails + moodle/user:viewhiddendetails + moodle/webservice:createmobiletoken + moodle/webservice:createtoken + quizaccess/seb:bypassseb + report/courseoverview:view + webservice/rest:use + + From c3bb795840c77b8b1a0bbd0bf5467776f36bc874 Mon Sep 17 00:00:00 2001 From: Andreas Hefti Date: Wed, 4 Oct 2023 08:56:03 +0200 Subject: [PATCH 08/10] Update webservice_seb-server.xml added allow --- docs/files/webservice_seb-server.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/files/webservice_seb-server.xml b/docs/files/webservice_seb-server.xml index a01f32de..c40f4128 100644 --- a/docs/files/webservice_seb-server.xml +++ b/docs/files/webservice_seb-server.xml @@ -631,7 +631,6 @@ quizaccess/seb:manage_seb_templateid quizaccess/seb:manage_seb_userconfirmquit quizaccess/seb:managetemplates - quizaccess/sebserver:managesebserver quizaccess/wifiresilience:adminmessages quizaccess/wifiresilience:browserchecks quizaccess/wifiresilience:inspectresponses @@ -733,5 +732,11 @@ quizaccess/seb:bypassseb report/courseoverview:view webservice/rest:use + + moodle/user:update + moodle/course:useremail + moodle/backup:backupcourse + mod/quiz:manage + quizaccess/sebserver:managesebserver From 18487a02049d61d8bbba460191b230474709c09b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 20:48:53 +0000 Subject: [PATCH 09/10] Bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs Bumps [readthedocs-sphinx-search](https://github.com/readthedocs/readthedocs-sphinx-search) from 0.1.1 to 0.3.2. - [Changelog](https://github.com/readthedocs/readthedocs-sphinx-search/blob/main/CHANGELOG.rst) - [Commits](https://github.com/readthedocs/readthedocs-sphinx-search/compare/0.1.1...0.3.2) --- updated-dependencies: - dependency-name: readthedocs-sphinx-search dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index eb2a5188..c46217a6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ docutils<0.18 sphinx==5.3.0 sphinx_rtd_theme==1.1.1 -readthedocs-sphinx-search==0.1.1 +readthedocs-sphinx-search==0.3.2 urllib3==1.26.13 \ No newline at end of file From e8587806ef719ba455ec4e612e517a8943c18ca2 Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 25 Jan 2024 12:26:00 +0100 Subject: [PATCH 10/10] SEBSERV-502 deprecation note --- .readthedocs.yaml | 35 ++ docs/conf.py | 2 +- docs/exam_proctoring.rst | 8 + docs/files/webservice_seb-server.xml | 742 +-------------------------- docs/lmssetup.rst | 6 +- docs/monitoring.rst | 8 + docs/requirements.txt | 2 +- 7 files changed, 57 insertions(+), 746 deletions(-) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..60516d2d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,35 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" + +# Build documentation in the "docs/" directory with Sphinx +sphinx: + configuration: docs/conf.py + # You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs + # builder: "dirhtml" + # Fail on all warnings to avoid broken references + # fail_on_warning: true + +# Optionally build your docs in additional formats such as PDF and ePub +# formats: +# - pdf +# - epub + +# Optional but recommended, declare the Python requirements required +# to build your documentation +# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 8fba51fa..70f190b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ extensions = [ 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages', + 'sphinx.ext.githubpages' ] # Add any paths that contain templates here, relative to this directory. diff --git a/docs/exam_proctoring.rst b/docs/exam_proctoring.rst index e80833cf..cd82a020 100644 --- a/docs/exam_proctoring.rst +++ b/docs/exam_proctoring.rst @@ -3,6 +3,14 @@ Optional Live Proctoring ======================== +.. attention:: + + Deprecation + + The SEB Server live proctoring integration with Zoom and Jitsi Meet will be deprecated within the next upcoming version of SEB Server 1.6. + + This means live proctoring is still available for dedicated SEB versions, but not actively maintained and supported any more. + Live proctoring is a new and yet experimental feature of SEB and SEB Server. The feature is fully optional and not enabled by default. The main goal of the live proctoring feature is to support the integration of an external meeting service like Jitsi Meet or Zoom for example, within a SEB and SEB Server setup for an exam. diff --git a/docs/files/webservice_seb-server.xml b/docs/files/webservice_seb-server.xml index c40f4128..7c723a2d 100644 --- a/docs/files/webservice_seb-server.xml +++ b/docs/files/webservice_seb-server.xml @@ -1,742 +1,2 @@ - - webservice_seb-server - webservice_SEB-Server - - - - system - - - - - - - atto/h5p:addembed - atto/recordrtc:recordaudio - atto/recordrtc:recordvideo - auth/oauth2:managelinkedlogins - block/activity_modules:addinstance - block/activity_results:addinstance - block/admin_bookmarks:addinstance - block/admin_bookmarks:myaddinstance - block/badges:addinstance - block/badges:myaddinstance - block/blog_menu:addinstance - block/blog_recent:addinstance - block/blog_tags:addinstance - block/calendar_month:addinstance - block/calendar_month:myaddinstance - block/calendar_upcoming:addinstance - block/calendar_upcoming:myaddinstance - block/comments:addinstance - block/comments:myaddinstance - block/completionstatus:addinstance - block/course_list:addinstance - block/course_list:myaddinstance - block/course_summary:addinstance - block/feedback:addinstance - block/globalsearch:addinstance - block/globalsearch:myaddinstance - block/glossary_random:addinstance - block/glossary_random:myaddinstance - block/html:addinstance - block/html:myaddinstance - block/login:addinstance - block/lp:addinstance - block/lp:myaddinstance - block/mentees:addinstance - block/mentees:myaddinstance - block/mnet_hosts:addinstance - block/mnet_hosts:myaddinstance - block/myoverview:myaddinstance - block/myprofile:addinstance - block/myprofile:myaddinstance - block/navigation:addinstance - block/navigation:myaddinstance - block/news_items:addinstance - block/news_items:myaddinstance - block/onlinesurvey:addinstance - block/onlinesurvey:myaddinstance - block/onlinesurvey:view - block/onlinesurvey:view_debugdetails - block/online_users:addinstance - block/online_users:myaddinstance - block/online_users:viewlist - block/opencast:addinstance - block/opencast:addlti - block/opencast:addltiepisode - block/opencast:addvideo - block/opencast:createseriesforcourse - block/opencast:defineseriesforcourse - block/opencast:deleteevent - block/opencast:myaddinstance - block/opencast:unassignevent - block/opencast:viewunpublishedvideos - block/private_files:addinstance - block/private_files:myaddinstance - block/quiz_results:addinstance - block/recent_activity:addinstance - block/recent_activity:viewaddupdatemodule - block/recent_activity:viewdeletemodule - block/recentlyaccessedcourses:myaddinstance - block/recentlyaccesseditems:myaddinstance - block/rss_client:addinstance - block/rss_client:manageanyfeeds - block/rss_client:manageownfeeds - block/rss_client:myaddinstance - block/search_forums:addinstance - block/section_links:addinstance - block/selfcompletion:addinstance - block/settings:addinstance - block/settings:myaddinstance - block/site_main_menu:addinstance - block/social_activities:addinstance - block/starredcourses:myaddinstance - block/tag_flickr:addinstance - block/tags:addinstance - block/tags:myaddinstance - block/tag_youtube:addinstance - block/timeline:myaddinstance - booktool/exportimscp:export - booktool/importhtml:import - booktool/print:print - contenttype/h5p:access - contenttype/h5p:upload - contenttype/h5p:useeditor - enrol/category:config - enrol/category:synchronised - enrol/cohort:config - enrol/cohort:unenrol - enrol/database:config - enrol/database:unenrol - enrol/flatfile:manage - enrol/flatfile:unenrol - enrol/guest:config - enrol/imsenterprise:config - enrol/ldap:manage - enrol/lti:config - enrol/lti:unenrol - enrol/manual:config - enrol/manual:enrol - enrol/manual:manage - enrol/manual:unenrol - enrol/manual:unenrolself - enrol/meta:config - enrol/meta:selectaslinked - enrol/meta:unenrol - enrol/mnet:config - enrol/paypal:config - enrol/paypal:manage - enrol/paypal:unenrol - enrol/paypal:unenrolself - enrol/self:config - enrol/self:holdkey - enrol/self:manage - enrol/self:unenrol - enrol/self:unenrolself - format/columns:changecolumns - format/grid:changeimagecontainersize - format/grid:changeimagecontainerstyle - format/grid:changeimageresizemethod - format/topcoll:changecolour - format/topcoll:changelayout - format/topcoll:changetogglealignment - format/topcoll:changetoggleiconset - forumreport/summary:view - forumreport/summary:viewall - gradeexport/ods:publish - gradeexport/ods:view - gradeexport/txt:publish - gradeexport/txt:view - gradeexport/xls:publish - gradeexport/xls:view - gradeexport/xml:publish - gradeexport/xml:view - gradeimport/csv:view - gradeimport/direct:view - gradeimport/xml:publish - gradeimport/xml:view - gradereport/grader:view - gradereport/history:view - gradereport/outcomes:view - gradereport/overview:view - gradereport/singleview:view - gradereport/user:view - message/airnotifier:managedevice - mod/assign:addinstance - mod/assign:editothersubmission - mod/assign:exportownsubmission - mod/assign:grade - mod/assign:grantextension - mod/assign:manageallocations - mod/assign:managegrades - mod/assign:manageoverrides - mod/assignment:addinstance - mod/assignment:exportownsubmission - mod/assignment:grade - mod/assignment:submit - mod/assignment:view - mod/assign:receivegradernotifications - mod/assign:releasegrades - mod/assign:revealidentities - mod/assign:reviewgrades - mod/assign:showhiddengrader - mod/assign:submit - mod/assign:view - mod/assign:viewblinddetails - mod/assign:viewgrades - mod/book:addinstance - mod/book:edit - mod/book:read - mod/book:viewhiddenchapters - mod/chat:addinstance - mod/chat:chat - mod/chat:deletelog - mod/chat:exportparticipatedsession - mod/chat:exportsession - mod/chat:readlog - mod/chat:view - mod/choice:addinstance - mod/choice:choose - mod/choice:deleteresponses - mod/choice:downloadresponses - mod/choice:readresponses - mod/choice:view - mod/data:addinstance - mod/data:approve - mod/data:comment - mod/data:exportallentries - mod/data:exportentry - mod/data:exportownentry - mod/data:exportuserinfo - mod/data:managecomments - mod/data:manageentries - mod/data:managetemplates - mod/data:manageuserpresets - mod/data:rate - mod/data:view - mod/data:viewallratings - mod/data:viewalluserpresets - mod/data:viewanyrating - mod/data:viewentry - mod/data:viewrating - mod/data:writeentry - mod/feedback:addinstance - mod/feedback:complete - mod/feedback:createprivatetemplate - mod/feedback:createpublictemplate - mod/feedback:deletesubmissions - mod/feedback:deletetemplate - mod/feedback:edititems - mod/feedback:mapcourse - mod/feedback:receivemail - mod/feedback:view - mod/feedback:viewanalysepage - mod/feedback:viewreports - mod/folder:addinstance - mod/folder:managefiles - mod/folder:view - mod/forum:addinstance - mod/forum:addnews - mod/forum:addquestion - mod/forum:allowforcesubscribe - mod/forum:canoverridecutoff - mod/forum:canoverridediscussionlock - mod/forum:canposttomygroups - mod/forum:cantogglefavourite - mod/forum:createattachment - mod/forum:deleteanypost - mod/forum:deleteownpost - mod/forum:editanypost - mod/forum:exportdiscussion - mod/forum:exportforum - mod/forum:exportownpost - mod/forum:exportpost - mod/forum:grade - mod/forum:managesubscriptions - mod/forum:movediscussions - mod/forum:pindiscussions - mod/forum:postprivatereply - mod/forum:postwithoutthrottling - mod/forum:rate - mod/forum:readprivatereplies - mod/forum:replynews - mod/forum:replypost - mod/forum:splitdiscussions - mod/forum:startdiscussion - mod/forum:viewallratings - mod/forum:viewanyrating - mod/forum:viewdiscussion - mod/forum:viewhiddentimedposts - mod/forum:viewqandawithoutposting - mod/forum:viewrating - mod/forum:viewsubscribers - mod/glossary:addinstance - mod/glossary:approve - mod/glossary:comment - mod/glossary:export - mod/glossary:exportentry - mod/glossary:exportownentry - mod/glossary:import - mod/glossary:managecategories - mod/glossary:managecomments - mod/glossary:manageentries - mod/glossary:rate - mod/glossary:view - mod/glossary:viewallratings - mod/glossary:viewanyrating - mod/glossary:viewrating - mod/glossary:write - mod/h5pactivity:addinstance - mod/h5pactivity:reviewattempts - mod/h5pactivity:submit - mod/h5pactivity:view - mod/imscp:addinstance - mod/imscp:view - mod/label:addinstance - mod/label:view - mod/lesson:addinstance - mod/lesson:edit - mod/lesson:grade - mod/lesson:manage - mod/lesson:manageoverrides - mod/lesson:view - mod/lesson:viewreports - mod/lti:addcoursetool - mod/lti:addinstance - mod/lti:addmanualinstance - mod/lti:addpreconfiguredinstance - mod/lti:admin - mod/lti:manage - mod/lti:requesttooladd - mod/lti:view - mod/page:addinstance - mod/page:view - mod/quiz:addinstance - mod/quiz:attempt - mod/quiz:deleteattempts - mod/quiz:emailconfirmsubmission - mod/quiz:emailnotifysubmission - mod/quiz:emailwarnoverdue - mod/quiz:grade - mod/quiz:ignoretimelimits - mod/quiz:manage - mod/quiz:manageoverrides - mod/quiz:preview - mod/quiz:regrade - mod/quiz:reviewmyattempts - mod/resource:addinstance - mod/resource:view - mod/scorm:addinstance - mod/scorm:deleteownresponses - mod/scorm:deleteresponses - mod/scorm:savetrack - mod/scorm:skipview - mod/scorm:viewreport - mod/scorm:viewscores - mod/survey:addinstance - mod/survey:download - mod/survey:participate - mod/survey:readresponses - mod/url:addinstance - mod/url:view - mod/wiki:addinstance - mod/wiki:createpage - mod/wiki:editcomment - mod/wiki:editpage - mod/wiki:managecomment - mod/wiki:managefiles - mod/wiki:managewiki - mod/wiki:overridelock - mod/wiki:viewcomment - mod/wiki:viewpage - mod/workshop:addinstance - mod/workshop:allocate - mod/workshop:deletesubmissions - mod/workshop:editdimensions - mod/workshop:exportsubmissions - mod/workshop:ignoredeadlines - mod/workshop:manageexamples - mod/workshop:overridegrades - mod/workshop:peerassess - mod/workshop:publishsubmissions - mod/workshop:submit - mod/workshop:switchphase - mod/workshop:view - mod/workshop:viewallassessments - mod/workshop:viewallsubmissions - mod/workshop:viewauthornames - mod/workshop:viewauthorpublished - mod/workshop:viewpublishedsubmissions - mod/workshop:viewreviewernames - moodle/analytics:listinsights - moodle/analytics:listowninsights - moodle/analytics:managemodels - moodle/backup:anonymise - moodle/backup:backupactivity - moodle/backup:backupcourse - moodle/backup:backupsection - moodle/backup:backuptargetimport - moodle/backup:configure - moodle/backup:downloadfile - moodle/backup:userinfo - moodle/badges:awardbadge - moodle/badges:configurecriteria - moodle/badges:configuredetails - moodle/badges:configuremessages - moodle/badges:createbadge - moodle/badges:deletebadge - moodle/badges:earnbadge - moodle/badges:manageglobalsettings - moodle/badges:manageownbadges - moodle/badges:revokebadge - moodle/badges:viewawarded - moodle/badges:viewbadges - moodle/badges:viewotherbadges - moodle/block:edit - moodle/block:view - moodle/blog:create - moodle/blog:manageentries - moodle/blog:manageexternal - moodle/blog:search - moodle/blog:view - moodle/blog:viewdrafts - moodle/calendar:manageentries - moodle/calendar:managegroupentries - moodle/calendar:manageownentries - moodle/category:manage - moodle/cohort:assign - moodle/cohort:manage - moodle/cohort:view - moodle/comment:delete - moodle/comment:post - moodle/comment:view - moodle/competency:competencygrade - moodle/competency:competencymanage - moodle/competency:competencyview - moodle/competency:coursecompetencyconfigure - moodle/competency:coursecompetencygradable - moodle/competency:coursecompetencymanage - moodle/competency:coursecompetencyview - moodle/competency:evidencedelete - moodle/competency:plancomment - moodle/competency:plancommentown - moodle/competency:planmanage - moodle/competency:planmanagedraft - moodle/competency:planmanageown - moodle/competency:planmanageowndraft - moodle/competency:planrequestreview - moodle/competency:planrequestreviewown - moodle/competency:planreview - moodle/competency:planview - moodle/competency:planviewdraft - moodle/competency:planviewown - moodle/competency:planviewowndraft - moodle/competency:templatemanage - moodle/competency:templateview - moodle/competency:usercompetencycomment - moodle/competency:usercompetencycommentown - moodle/competency:usercompetencyrequestreview - moodle/competency:usercompetencyrequestreviewown - moodle/competency:usercompetencyreview - moodle/competency:usercompetencyview - moodle/competency:userevidencemanage - moodle/competency:userevidencemanageown - moodle/competency:userevidenceview - moodle/contentbank:access - moodle/contentbank:deleteanycontent - moodle/contentbank:deleteowncontent - moodle/contentbank:manageanycontent - moodle/contentbank:manageowncontent - moodle/contentbank:upload - moodle/contentbank:useeditor - moodle/course:activityvisibility - moodle/course:bulkmessaging - moodle/course:changecategory - moodle/course:changefullname - moodle/course:changeidnumber - moodle/course:changelockedcustomfields - moodle/course:changeshortname - moodle/course:changesummary - moodle/course:configurecustomfields - moodle/course:create - moodle/course:creategroupconversations - moodle/course:delete - moodle/course:enrolconfig - moodle/course:enrolreview - moodle/course:ignoreavailabilityrestrictions - moodle/course:ignorefilesizelimits - moodle/course:isincompletionreports - moodle/course:manageactivities - moodle/course:managefiles - moodle/course:managegroups - moodle/course:managescales - moodle/course:markcomplete - moodle/course:movesections - moodle/course:overridecompletion - moodle/course:recommendactivity - moodle/course:renameroles - moodle/course:request - moodle/course:reset - moodle/course:reviewotherusers - moodle/course:sectionvisibility - moodle/course:setcurrentsection - moodle/course:setforcedlanguage - moodle/course:tag - moodle/course:togglecompletion - moodle/course:update - moodle/course:useremail - moodle/course:viewhiddenactivities - moodle/course:viewscales - moodle/course:viewsuspendedusers - moodle/course:visibility - moodle/filter:manage - moodle/grade:edit - moodle/grade:export - moodle/grade:hide - moodle/grade:import - moodle/grade:lock - moodle/grade:manage - moodle/grade:managegradingforms - moodle/grade:manageletters - moodle/grade:manageoutcomes - moodle/grade:managesharedforms - moodle/grade:sharegradingforms - moodle/grade:unlock - moodle/grade:view - moodle/grade:viewall - moodle/grade:viewhidden - moodle/h5p:deploy - moodle/h5p:setdisplayoptions - moodle/h5p:updatelibraries - moodle/my:configsyspages - moodle/my:manageblocks - moodle/notes:manage - moodle/notes:view - moodle/portfolio:export - moodle/question:add - moodle/question:config - moodle/question:editall - moodle/question:editmine - moodle/question:flag - moodle/question:managecategory - moodle/question:moveall - moodle/question:movemine - moodle/question:tagall - moodle/question:tagmine - moodle/question:useall - moodle/question:usemine - moodle/question:viewall - moodle/question:viewmine - moodle/rating:rate - moodle/rating:view - moodle/rating:viewall - moodle/rating:viewany - moodle/restore:configure - moodle/restore:createuser - moodle/restore:restoreactivity - moodle/restore:restorecourse - moodle/restore:restoresection - moodle/restore:restoretargetimport - moodle/restore:rolldates - moodle/restore:uploadfile - moodle/restore:userinfo - moodle/restore:viewautomatedfilearea - moodle/role:assign - moodle/role:manage - moodle/role:override - moodle/role:review - moodle/role:safeoverride - moodle/role:switchroles - moodle/search:query - moodle/site:approvecourse - moodle/site:config - moodle/site:configview - moodle/site:deleteanymessage - moodle/site:deleteownmessage - moodle/site:doclinks - moodle/site:forcelanguage - moodle/site:maintenanceaccess - moodle/site:manageallmessaging - moodle/site:manageblocks - moodle/site:managecontextlocks - moodle/site:messageanyuser - moodle/site:mnetlogintoremote - moodle/site:readallmessages - moodle/site:sendmessage - moodle/site:trustcontent - moodle/site:uploadusers - moodle/site:viewanonymousevents - moodle/site:viewfullnames - moodle/site:viewparticipants - moodle/site:viewreports - moodle/site:viewuseridentity - moodle/tag:edit - moodle/tag:editblocks - moodle/tag:flag - moodle/tag:manage - moodle/user:changeownpassword - moodle/user:create - moodle/user:delete - moodle/user:editmessageprofile - moodle/user:editownmessageprofile - moodle/user:editownprofile - moodle/user:editprofile - moodle/user:ignoreuserquota - moodle/user:loginas - moodle/user:manageblocks - moodle/user:manageownblocks - moodle/user:manageownfiles - moodle/user:managesyspages - moodle/user:readuserblogs - moodle/user:readuserposts - moodle/user:update - moodle/user:viewalldetails - moodle/user:viewlastip - moodle/user:viewuseractivitiesreport - moodle/user:viewuseractivitiesreport - qtype/lti:addcoursetool - qtype/lti:adddefaultinstance - qtype/lti:addgloballypreconfigedtoolinstance - qtype/lti:addinstance - qtype/lti:admin - qtype/lti:backupcourse - qtype/lti:manage - qtype/lti:regradelti - qtype/lti:requesttooladd - qtype/lti:view - quizaccess/seb:manage_filemanager_sebconfigfile - quizaccess/seb:manage_seb_activateurlfiltering - quizaccess/seb:manage_seb_allowedbrowserexamkeys - quizaccess/seb:manage_seb_allowreloadinexam - quizaccess/seb:manage_seb_allowspellchecking - quizaccess/seb:manage_seb_allowuserquitseb - quizaccess/seb:manage_seb_enableaudiocontrol - quizaccess/seb:manage_seb_expressionsallowed - quizaccess/seb:manage_seb_expressionsblocked - quizaccess/seb:manage_seb_filterembeddedcontent - quizaccess/seb:manage_seb_linkquitseb - quizaccess/seb:manage_seb_muteonstartup - quizaccess/seb:manage_seb_quitpassword - quizaccess/seb:manage_seb_regexallowed - quizaccess/seb:manage_seb_regexblocked - quizaccess/seb:manage_seb_requiresafeexambrowser - quizaccess/seb:manage_seb_showkeyboardlayout - quizaccess/seb:manage_seb_showreloadbutton - quizaccess/seb:manage_seb_showsebdownloadlink - quizaccess/seb:manage_seb_showsebtaskbar - quizaccess/seb:manage_seb_showtime - quizaccess/seb:manage_seb_showwificontrol - quizaccess/seb:manage_seb_templateid - quizaccess/seb:manage_seb_userconfirmquit - quizaccess/seb:managetemplates - quizaccess/wifiresilience:adminmessages - quizaccess/wifiresilience:browserchecks - quizaccess/wifiresilience:inspectresponses - quizaccess/wifiresilience:localresponses - quizaccess/wifiresilience:uploadresponses - quizaccess/wifiresilience:viewlivedevices - quizaccess/wifiresilience:viewtechchecks - quiz/grading:viewidnumber - quiz/grading:viewstudentnames - quiz/statistics:view - report/completion:view - report/customsql:definequeries - report/customsql:managecategories - report/customsql:view - report/loglive:view - report/log:view - report/log:viewtoday - report/outline:view - report/outline:viewuserreport - report/participation:view - report/performance:view - report/progress:view - report/questioninstances:view - report/security:view - report/stats:view - report/status:view - report/usersessions:manageownsessions - repository/areafiles:view - repository/boxnet:view - repository/contentbank:accesscoursecategorycontent - repository/contentbank:accesscoursecontent - repository/contentbank:accessgeneralcontent - repository/contentbank:view - repository/coursefiles:view - repository/dropbox:view - repository/equella:view - repository/filesystem:view - repository/flickr_public:view - repository/flickr:view - repository/googledocs:view - repository/local:view - repository/merlot:view - repository/nextcloud:view - repository/onedrive:view - repository/opencast:view - repository/picasa:view - repository/recent:view - repository/s3:view - repository/skydrive:view - repository/upload:view - repository/url:view - repository/user:view - repository/webdav:view - repository/wikimedia:view - repository/youtube:view - tool/coursedates:setdates - tool/customlang:edit - tool/customlang:view - tool/dataprivacy:downloadallrequests - tool/dataprivacy:downloadownrequest - tool/dataprivacy:makedatadeletionrequestsforchildren - tool/dataprivacy:makedatarequestsforchildren - tool/dataprivacy:managedataregistry - tool/dataprivacy:managedatarequests - tool/dataprivacy:requestdelete - tool/dataprivacy:requestdeleteforotheruser - tool/lpmigrate:frameworksmigrate - tool/monitor:managerules - tool/monitor:managetool - tool/monitor:subscribe - tool/opencast:externalapi - tool/opencast:instructor - tool/opencast:learner - tool/policy:accept - tool/policy:acceptbehalf - tool/policy:managedocs - tool/policy:viewacceptances - tool/recyclebin:deleteitems - tool/recyclebin:restoreitems - tool/recyclebin:viewitems - tool/uploaduser:uploaduserpictures - tool/usertours:managetours - webservice/soap:use - webservice/xmlrpc:use - mod/quiz:view - mod/quiz:viewreports - moodle/category:viewcourselist - moodle/category:viewhiddencategories - moodle/course:view - moodle/course:viewhiddencourses - moodle/course:viewhiddensections - moodle/course:viewhiddenuserfields - moodle/course:viewparticipants - moodle/site:accessallgroups - moodle/user:viewdetails - moodle/user:viewhiddendetails - moodle/webservice:createmobiletoken - moodle/webservice:createtoken - quizaccess/seb:bypassseb - report/courseoverview:view - webservice/rest:use - - moodle/user:update - moodle/course:useremail - moodle/backup:backupcourse - mod/quiz:manage - quizaccess/sebserver:managesebserver - - +webservice_seb-serverwebservice_SEB-Serversystematto/h5p:addembedatto/recordrtc:recordaudioatto/recordrtc:recordvideoauth/oauth2:managelinkedloginsblock/activity_modules:addinstanceblock/activity_results:addinstanceblock/admin_bookmarks:addinstanceblock/admin_bookmarks:myaddinstanceblock/badges:addinstanceblock/badges:myaddinstanceblock/blog_menu:addinstanceblock/blog_recent:addinstanceblock/blog_tags:addinstanceblock/calendar_month:addinstanceblock/calendar_month:myaddinstanceblock/calendar_upcoming:addinstanceblock/calendar_upcoming:myaddinstanceblock/comments:addinstanceblock/comments:myaddinstanceblock/completionstatus:addinstanceblock/course_list:addinstanceblock/course_list:myaddinstanceblock/course_summary:addinstanceblock/feedback:addinstanceblock/globalsearch:addinstanceblock/globalsearch:myaddinstanceblock/glossary_random:addinstanceblock/glossary_random:myaddinstanceblock/html:addinstanceblock/html:myaddinstanceblock/login:addinstanceblock/lp:addinstanceblock/lp:myaddinstanceblock/mentees:addinstanceblock/mentees:myaddinstanceblock/mnet_hosts:addinstanceblock/mnet_hosts:myaddinstanceblock/myoverview:myaddinstanceblock/myprofile:addinstanceblock/myprofile:myaddinstanceblock/navigation:addinstanceblock/navigation:myaddinstanceblock/news_items:addinstanceblock/news_items:myaddinstanceblock/onlinesurvey:addinstanceblock/onlinesurvey:myaddinstanceblock/onlinesurvey:viewblock/onlinesurvey:view_debugdetailsblock/online_users:addinstanceblock/online_users:myaddinstanceblock/online_users:viewlistblock/opencast:addinstanceblock/opencast:addltiblock/opencast:addltiepisodeblock/opencast:addvideoblock/opencast:createseriesforcourseblock/opencast:defineseriesforcourseblock/opencast:deleteeventblock/opencast:myaddinstanceblock/opencast:unassigneventblock/opencast:viewunpublishedvideosblock/private_files:addinstanceblock/private_files:myaddinstanceblock/quiz_results:addinstanceblock/recent_activity:addinstanceblock/recent_activity:viewaddupdatemoduleblock/recent_activity:viewdeletemoduleblock/recentlyaccessedcourses:myaddinstanceblock/recentlyaccesseditems:myaddinstanceblock/rss_client:addinstanceblock/rss_client:manageanyfeedsblock/rss_client:manageownfeedsblock/rss_client:myaddinstanceblock/search_forums:addinstanceblock/section_links:addinstanceblock/selfcompletion:addinstanceblock/settings:addinstanceblock/settings:myaddinstanceblock/site_main_menu:addinstanceblock/social_activities:addinstanceblock/starredcourses:myaddinstanceblock/tag_flickr:addinstanceblock/tags:addinstanceblock/tags:myaddinstanceblock/tag_youtube:addinstanceblock/timeline:myaddinstancebooktool/exportimscp:exportbooktool/importhtml:importbooktool/print:printcontenttype/h5p:accesscontenttype/h5p:uploadcontenttype/h5p:useeditorenrol/category:configenrol/category:synchronisedenrol/cohort:configenrol/cohort:unenrolenrol/database:configenrol/database:unenrolenrol/flatfile:manageenrol/flatfile:unenrolenrol/guest:configenrol/imsenterprise:configenrol/ldap:manageenrol/lti:configenrol/lti:unenrolenrol/manual:configenrol/manual:enrolenrol/manual:manageenrol/manual:unenrolenrol/manual:unenrolselfenrol/meta:configenrol/meta:selectaslinkedenrol/meta:unenrolenrol/mnet:configenrol/paypal:configenrol/paypal:manageenrol/paypal:unenrolenrol/paypal:unenrolselfenrol/self:configenrol/self:holdkeyenrol/self:manageenrol/self:unenrolenrol/self:unenrolselfformat/columns:changecolumnsformat/grid:changeimagecontainersizeformat/grid:changeimagecontainerstyleformat/grid:changeimageresizemethodformat/topcoll:changecolourformat/topcoll:changelayoutformat/topcoll:changetogglealignmentformat/topcoll:changetoggleiconsetforumreport/summary:viewforumreport/summary:viewallgradeexport/ods:publishgradeexport/ods:viewgradeexport/txt:publishgradeexport/txt:viewgradeexport/xls:publishgradeexport/xls:viewgradeexport/xml:publishgradeexport/xml:viewgradeimport/csv:viewgradeimport/direct:viewgradeimport/xml:publishgradeimport/xml:viewgradereport/grader:viewgradereport/history:viewgradereport/outcomes:viewgradereport/overview:viewgradereport/singleview:viewgradereport/user:viewmessage/airnotifier:managedevicemod/assign:addinstancemod/assign:editothersubmissionmod/assign:exportownsubmissionmod/assign:grademod/assign:grantextensionmod/assign:manageallocationsmod/assign:managegradesmod/assign:manageoverridesmod/assignment:addinstancemod/assignment:exportownsubmissionmod/assignment:grademod/assignment:submitmod/assignment:viewmod/assign:receivegradernotificationsmod/assign:releasegradesmod/assign:revealidentitiesmod/assign:reviewgradesmod/assign:showhiddengradermod/assign:submitmod/assign:viewmod/assign:viewblinddetailsmod/assign:viewgradesmod/book:addinstancemod/book:editmod/book:readmod/book:viewhiddenchaptersmod/chat:addinstancemod/chat:chatmod/chat:deletelogmod/chat:exportparticipatedsessionmod/chat:exportsessionmod/chat:readlogmod/chat:viewmod/choice:addinstancemod/choice:choosemod/choice:deleteresponsesmod/choice:downloadresponsesmod/choice:readresponsesmod/choice:viewmod/data:addinstancemod/data:approvemod/data:commentmod/data:exportallentriesmod/data:exportentrymod/data:exportownentrymod/data:exportuserinfomod/data:managecommentsmod/data:manageentriesmod/data:managetemplatesmod/data:manageuserpresetsmod/data:ratemod/data:viewmod/data:viewallratingsmod/data:viewalluserpresetsmod/data:viewanyratingmod/data:viewentrymod/data:viewratingmod/data:writeentrymod/feedback:addinstancemod/feedback:completemod/feedback:createprivatetemplatemod/feedback:createpublictemplatemod/feedback:deletesubmissionsmod/feedback:deletetemplatemod/feedback:edititemsmod/feedback:mapcoursemod/feedback:receivemailmod/feedback:viewmod/feedback:viewanalysepagemod/feedback:viewreportsmod/folder:addinstancemod/folder:managefilesmod/folder:viewmod/forum:addinstancemod/forum:addnewsmod/forum:addquestionmod/forum:allowforcesubscribemod/forum:canoverridecutoffmod/forum:canoverridediscussionlockmod/forum:canposttomygroupsmod/forum:cantogglefavouritemod/forum:createattachmentmod/forum:deleteanypostmod/forum:deleteownpostmod/forum:editanypostmod/forum:exportdiscussionmod/forum:exportforummod/forum:exportownpostmod/forum:exportpostmod/forum:grademod/forum:managesubscriptionsmod/forum:movediscussionsmod/forum:pindiscussionsmod/forum:postprivatereplymod/forum:postwithoutthrottlingmod/forum:ratemod/forum:readprivaterepliesmod/forum:replynewsmod/forum:replypostmod/forum:splitdiscussionsmod/forum:startdiscussionmod/forum:viewallratingsmod/forum:viewanyratingmod/forum:viewdiscussionmod/forum:viewhiddentimedpostsmod/forum:viewqandawithoutpostingmod/forum:viewratingmod/forum:viewsubscribersmod/glossary:addinstancemod/glossary:approvemod/glossary:commentmod/glossary:exportmod/glossary:exportentrymod/glossary:exportownentrymod/glossary:importmod/glossary:managecategoriesmod/glossary:managecommentsmod/glossary:manageentriesmod/glossary:ratemod/glossary:viewmod/glossary:viewallratingsmod/glossary:viewanyratingmod/glossary:viewratingmod/glossary:writemod/h5pactivity:addinstancemod/h5pactivity:reviewattemptsmod/h5pactivity:submitmod/h5pactivity:viewmod/imscp:addinstancemod/imscp:viewmod/label:addinstancemod/label:viewmod/lesson:addinstancemod/lesson:editmod/lesson:grademod/lesson:managemod/lesson:manageoverridesmod/lesson:viewmod/lesson:viewreportsmod/lti:addcoursetoolmod/lti:addinstancemod/lti:addmanualinstancemod/lti:addpreconfiguredinstancemod/lti:adminmod/lti:managemod/lti:requesttooladdmod/lti:viewmod/page:addinstancemod/page:viewmod/quiz:addinstancemod/quiz:attemptmod/quiz:deleteattemptsmod/quiz:emailconfirmsubmissionmod/quiz:emailnotifysubmissionmod/quiz:emailwarnoverduemod/quiz:grademod/quiz:ignoretimelimitsmod/quiz:managemod/quiz:manageoverridesmod/quiz:previewmod/quiz:regrademod/quiz:reviewmyattemptsmod/resource:addinstancemod/resource:viewmod/scorm:addinstancemod/scorm:deleteownresponsesmod/scorm:deleteresponsesmod/scorm:savetrackmod/scorm:skipviewmod/scorm:viewreportmod/scorm:viewscoresmod/survey:addinstancemod/survey:downloadmod/survey:participatemod/survey:readresponsesmod/url:addinstancemod/url:viewmod/wiki:addinstancemod/wiki:createpagemod/wiki:editcommentmod/wiki:editpagemod/wiki:managecommentmod/wiki:managefilesmod/wiki:managewikimod/wiki:overridelockmod/wiki:viewcommentmod/wiki:viewpagemod/workshop:addinstancemod/workshop:allocatemod/workshop:deletesubmissionsmod/workshop:editdimensionsmod/workshop:exportsubmissionsmod/workshop:ignoredeadlinesmod/workshop:manageexamplesmod/workshop:overridegradesmod/workshop:peerassessmod/workshop:publishsubmissionsmod/workshop:submitmod/workshop:switchphasemod/workshop:viewmod/workshop:viewallassessmentsmod/workshop:viewallsubmissionsmod/workshop:viewauthornamesmod/workshop:viewauthorpublishedmod/workshop:viewpublishedsubmissionsmod/workshop:viewreviewernamesmoodle/analytics:listinsightsmoodle/analytics:listowninsightsmoodle/analytics:managemodelsmoodle/backup:anonymisemoodle/backup:backupactivitymoodle/backup:backupcoursemoodle/backup:backupsectionmoodle/backup:backuptargetimportmoodle/backup:configuremoodle/backup:downloadfilemoodle/backup:userinfomoodle/badges:awardbadgemoodle/badges:configurecriteriamoodle/badges:configuredetailsmoodle/badges:configuremessagesmoodle/badges:createbadgemoodle/badges:deletebadgemoodle/badges:earnbadgemoodle/badges:manageglobalsettingsmoodle/badges:manageownbadgesmoodle/badges:revokebadgemoodle/badges:viewawardedmoodle/badges:viewbadgesmoodle/badges:viewotherbadgesmoodle/block:editmoodle/block:viewmoodle/blog:createmoodle/blog:manageentriesmoodle/blog:manageexternalmoodle/blog:searchmoodle/blog:viewmoodle/blog:viewdraftsmoodle/calendar:manageentriesmoodle/calendar:managegroupentriesmoodle/calendar:manageownentriesmoodle/category:managemoodle/cohort:assignmoodle/cohort:managemoodle/cohort:viewmoodle/comment:deletemoodle/comment:postmoodle/comment:viewmoodle/competency:competencygrademoodle/competency:competencymanagemoodle/competency:competencyviewmoodle/competency:coursecompetencyconfiguremoodle/competency:coursecompetencygradablemoodle/competency:coursecompetencymanagemoodle/competency:coursecompetencyviewmoodle/competency:evidencedeletemoodle/competency:plancommentmoodle/competency:plancommentownmoodle/competency:planmanagemoodle/competency:planmanagedraftmoodle/competency:planmanageownmoodle/competency:planmanageowndraftmoodle/competency:planrequestreviewmoodle/competency:planrequestreviewownmoodle/competency:planreviewmoodle/competency:planviewmoodle/competency:planviewdraftmoodle/competency:planviewownmoodle/competency:planviewowndraftmoodle/competency:templatemanagemoodle/competency:templateviewmoodle/competency:usercompetencycommentmoodle/competency:usercompetencycommentownmoodle/competency:usercompetencyrequestreviewmoodle/competency:usercompetencyrequestreviewownmoodle/competency:usercompetencyreviewmoodle/competency:usercompetencyviewmoodle/competency:userevidencemanagemoodle/competency:userevidencemanageownmoodle/competency:userevidenceviewmoodle/contentbank:accessmoodle/contentbank:deleteanycontentmoodle/contentbank:deleteowncontentmoodle/contentbank:manageanycontentmoodle/contentbank:manageowncontentmoodle/contentbank:uploadmoodle/contentbank:useeditormoodle/course:activityvisibilitymoodle/course:bulkmessagingmoodle/course:changecategorymoodle/course:changefullnamemoodle/course:changeidnumbermoodle/course:changelockedcustomfieldsmoodle/course:changeshortnamemoodle/course:changesummarymoodle/course:configurecustomfieldsmoodle/course:createmoodle/course:creategroupconversationsmoodle/course:deletemoodle/course:enrolconfigmoodle/course:enrolreviewmoodle/course:ignoreavailabilityrestrictionsmoodle/course:ignorefilesizelimitsmoodle/course:isincompletionreportsmoodle/course:manageactivitiesmoodle/course:managefilesmoodle/course:managegroupsmoodle/course:managescalesmoodle/course:markcompletemoodle/course:movesectionsmoodle/course:overridecompletionmoodle/course:recommendactivitymoodle/course:renamerolesmoodle/course:requestmoodle/course:resetmoodle/course:reviewotherusersmoodle/course:sectionvisibilitymoodle/course:setcurrentsectionmoodle/course:setforcedlanguagemoodle/course:tagmoodle/course:togglecompletionmoodle/course:updatemoodle/course:useremailmoodle/course:viewhiddenactivitiesmoodle/course:viewscalesmoodle/course:viewsuspendedusersmoodle/course:visibilitymoodle/filter:managemoodle/grade:editmoodle/grade:exportmoodle/grade:hidemoodle/grade:importmoodle/grade:lockmoodle/grade:managemoodle/grade:managegradingformsmoodle/grade:managelettersmoodle/grade:manageoutcomesmoodle/grade:managesharedformsmoodle/grade:sharegradingformsmoodle/grade:unlockmoodle/grade:viewmoodle/grade:viewallmoodle/grade:viewhiddenmoodle/h5p:deploymoodle/h5p:setdisplayoptionsmoodle/h5p:updatelibrariesmoodle/my:configsyspagesmoodle/my:manageblocksmoodle/notes:managemoodle/notes:viewmoodle/portfolio:exportmoodle/question:addmoodle/question:configmoodle/question:editallmoodle/question:editminemoodle/question:flagmoodle/question:managecategorymoodle/question:moveallmoodle/question:moveminemoodle/question:tagallmoodle/question:tagminemoodle/question:useallmoodle/question:useminemoodle/question:viewallmoodle/question:viewminemoodle/rating:ratemoodle/rating:viewmoodle/rating:viewallmoodle/rating:viewanymoodle/restore:configuremoodle/restore:createusermoodle/restore:restoreactivitymoodle/restore:restorecoursemoodle/restore:restoresectionmoodle/restore:restoretargetimportmoodle/restore:rolldatesmoodle/restore:uploadfilemoodle/restore:userinfomoodle/restore:viewautomatedfileareamoodle/role:assignmoodle/role:managemoodle/role:overridemoodle/role:reviewmoodle/role:safeoverridemoodle/role:switchrolesmoodle/search:querymoodle/site:approvecoursemoodle/site:configmoodle/site:configviewmoodle/site:deleteanymessagemoodle/site:deleteownmessagemoodle/site:doclinksmoodle/site:forcelanguagemoodle/site:maintenanceaccessmoodle/site:manageallmessagingmoodle/site:manageblocksmoodle/site:managecontextlocksmoodle/site:messageanyusermoodle/site:mnetlogintoremotemoodle/site:readallmessagesmoodle/site:sendmessagemoodle/site:trustcontentmoodle/site:uploadusersmoodle/site:viewanonymouseventsmoodle/site:viewfullnamesmoodle/site:viewparticipantsmoodle/site:viewreportsmoodle/site:viewuseridentitymoodle/tag:editmoodle/tag:editblocksmoodle/tag:flagmoodle/tag:managemoodle/user:changeownpasswordmoodle/user:createmoodle/user:deletemoodle/user:editmessageprofilemoodle/user:editownmessageprofilemoodle/user:editownprofilemoodle/user:editprofilemoodle/user:ignoreuserquotamoodle/user:loginasmoodle/user:manageblocksmoodle/user:manageownblocksmoodle/user:manageownfilesmoodle/user:managesyspagesmoodle/user:readuserblogsmoodle/user:readuserpostsmoodle/user:updatemoodle/user:viewalldetailsmoodle/user:viewlastipmoodle/user:viewuseractivitiesreportmoodle/webservice:managealltokensqtype/lti:addcoursetoolqtype/lti:adddefaultinstanceqtype/lti:addgloballypreconfigedtoolinstanceqtype/lti:addinstanceqtype/lti:adminqtype/lti:backupcourseqtype/lti:manageqtype/lti:regradeltiqtype/lti:requesttooladdqtype/lti:viewquizaccess/seb:manage_filemanager_sebconfigfilequizaccess/seb:manage_seb_activateurlfilteringquizaccess/seb:manage_seb_allowedbrowserexamkeysquizaccess/seb:manage_seb_allowreloadinexamquizaccess/seb:manage_seb_allowspellcheckingquizaccess/seb:manage_seb_allowuserquitsebquizaccess/seb:manage_seb_enableaudiocontrolquizaccess/seb:manage_seb_expressionsallowedquizaccess/seb:manage_seb_expressionsblockedquizaccess/seb:manage_seb_filterembeddedcontentquizaccess/seb:manage_seb_linkquitsebquizaccess/seb:manage_seb_muteonstartupquizaccess/seb:manage_seb_quitpasswordquizaccess/seb:manage_seb_regexallowedquizaccess/seb:manage_seb_regexblockedquizaccess/seb:manage_seb_requiresafeexambrowserquizaccess/seb:manage_seb_showkeyboardlayoutquizaccess/seb:manage_seb_showreloadbuttonquizaccess/seb:manage_seb_showsebdownloadlinkquizaccess/seb:manage_seb_showsebtaskbarquizaccess/seb:manage_seb_showtimequizaccess/seb:manage_seb_showwificontrolquizaccess/seb:manage_seb_templateidquizaccess/seb:manage_seb_userconfirmquitquizaccess/seb:managetemplatesquizaccess/wifiresilience:adminmessagesquizaccess/wifiresilience:browserchecksquizaccess/wifiresilience:inspectresponsesquizaccess/wifiresilience:localresponsesquizaccess/wifiresilience:uploadresponsesquizaccess/wifiresilience:viewlivedevicesquizaccess/wifiresilience:viewtechchecksquiz/grading:viewidnumberquiz/grading:viewstudentnamesquiz/statistics:viewreport/completion:viewreport/customsql:definequeriesreport/customsql:managecategoriesreport/customsql:viewreport/loglive:viewreport/log:viewreport/log:viewtodayreport/outline:viewreport/outline:viewuserreportreport/participation:viewreport/performance:viewreport/progress:viewreport/questioninstances:viewreport/security:viewreport/stats:viewreport/status:viewreport/usersessions:manageownsessionsrepository/areafiles:viewrepository/boxnet:viewrepository/contentbank:accesscoursecategorycontentrepository/contentbank:accesscoursecontentrepository/contentbank:accessgeneralcontentrepository/contentbank:viewrepository/coursefiles:viewrepository/dropbox:viewrepository/equella:viewrepository/filesystem:viewrepository/flickr_public:viewrepository/flickr:viewrepository/googledocs:viewrepository/local:viewrepository/merlot:viewrepository/nextcloud:viewrepository/onedrive:viewrepository/opencast:viewrepository/picasa:viewrepository/recent:viewrepository/s3:viewrepository/skydrive:viewrepository/upload:viewrepository/url:viewrepository/user:viewrepository/webdav:viewrepository/wikimedia:viewrepository/youtube:viewtool/coursedates:setdatestool/customlang:edittool/customlang:viewtool/dataprivacy:downloadallrequeststool/dataprivacy:downloadownrequesttool/dataprivacy:makedatadeletionrequestsforchildrentool/dataprivacy:makedatarequestsforchildrentool/dataprivacy:managedataregistrytool/dataprivacy:managedatarequeststool/dataprivacy:requestdeletetool/dataprivacy:requestdeleteforotherusertool/lpmigrate:frameworksmigratetool/monitor:managerulestool/monitor:managetooltool/monitor:subscribetool/opencast:externalapitool/opencast:instructortool/opencast:learnertool/policy:accepttool/policy:acceptbehalftool/policy:managedocstool/policy:viewacceptancestool/recyclebin:deleteitemstool/recyclebin:restoreitemstool/recyclebin:viewitemstool/uploaduser:uploaduserpicturestool/usertours:managetourswebservice/soap:usewebservice/xmlrpc:usemod/quiz:viewmod/quiz:viewreportsmoodle/category:viewcourselistmoodle/category:viewhiddencategoriesmoodle/course:viewmoodle/course:viewhiddencoursesmoodle/course:viewhiddensectionsmoodle/course:viewhiddenuserfieldsmoodle/course:viewparticipantsmoodle/site:accessallgroupsmoodle/user:viewdetailsmoodle/user:viewhiddendetailsmoodle/webservice:createmobiletokenmoodle/webservice:createtokenquizaccess/seb:bypasssebreport/courseoverview:viewwebservice/rest:use diff --git a/docs/lmssetup.rst b/docs/lmssetup.rst index e29d10c6..9f722aff 100644 --- a/docs/lmssetup.rst +++ b/docs/lmssetup.rst @@ -66,7 +66,7 @@ SEB Server internally. Use the **"Type"** selector to specify the type of the LM Server tries to make use of the described API's of the Moodle system but there is currently no SEB restriction plugin available that works with SEB Server. Note that Moodle integration is implemented partially within SEB Server version 1.1.x. Only the course access feature is implemented and the course restriction feature will come with a future SEB Server release -- **Moodle with SEB Server Plugin**: The `SEB Server Plugin for Moodle `_ is new and supported by SEB Server since version 1.5. +- **Moodle with SEB Server Plugin**: The `SEB Server Plugin for Moodle `_ is new and supported by SEB Server since version 1.5. With this plugin installed on Moodle side, SEB Server is able to more efficiently communicate with Moodle to fetch course data as well as restricting the quiz on Moodle side For SEB only access, using a auto-generated Browser Exam Key (BEK) for SEB restriction. Also the Moodle user name resolving for SEB Server monitoring is less error prone especially if Single Sign On some kind of login provider for Moodle is involved. Furthermore the new SEB Server Plugin for Moodle will be constantly extended and improved with new features in the future. @@ -260,6 +260,6 @@ Install SEB restriction API plugin There is a new SEB Server integration plugin for Moodle available since SEB Server 1.5 that can be used with the LMS Setup type Moodle with SEB Server Plugin. This Plugin supports and improves all common SEB Server LMS binding features such as Course-Access, SEB Restriction and LMS Session Name Resolving. It is also planed to extend and improve this plugin with new Moodle specific feature for further releases of SEB Server. - - `Documentation `_ - - `Repository `_ + - `Documentation `_ + - `Repository `_ diff --git a/docs/monitoring.rst b/docs/monitoring.rst index 554bbbbb..1e868646 100644 --- a/docs/monitoring.rst +++ b/docs/monitoring.rst @@ -108,6 +108,14 @@ In the detail view you are also able to use the instructions "Quit SEB Client" a Optional Live Proctoring ------------------------ +.. attention:: + + Deprecation + + The SEB Server live proctoring integration with Zoom and Jitsi Meet will be deprecated within the next upcoming version of SEB Server 1.6. + + This means live proctoring is still available for dedicated SEB versions, but not actively maintained and supported any more. + Live proctoring is a new and yet experimental feature of SEB and SEB Server. The feature is fully optional and not enabled by default. This section is about the live proctoring on monitoring a running exam and using the optional live proctoring within. To configure the optional live proctoring for a specific exam please have a look at `Optional Live Proctoring `_ diff --git a/docs/requirements.txt b/docs/requirements.txt index eb2a5188..53d44466 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ docutils<0.18 sphinx==5.3.0 -sphinx_rtd_theme==1.1.1 +sphinx_rtd_theme==2.0.0 readthedocs-sphinx-search==0.1.1 urllib3==1.26.13 \ No newline at end of file