From b1d255c88e0e982280cc39260ee518c3b4b6fec9 Mon Sep 17 00:00:00 2001 From: Christian Schweizer Date: Mon, 22 Apr 2024 09:28:35 +0200 Subject: [PATCH] Rename Open Olat to OLAT --- README.rst | 2 +- docs/lmssetup.rst | 4 ++-- .../ch/ethz/seb/sebserver/gbl/model/user/UserFeatures.java | 2 +- src/main/resources/config/application-dev-ws.properties | 2 +- src/main/resources/messages.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index fd518382..a2ad68d7 100644 --- a/README.rst +++ b/README.rst @@ -31,7 +31,7 @@ SEB Server is a modern webservice with a REST API and a GUI service on top of it SEB Server provides a range of basic functionalities: - Built-in institutional multitenancy -- Linking of multiple Learning Management Systems (LMS). Currently supported LMS: `Open edX `_, `Moodle `_, `Open Olat `_, `ANS `_ +- Linking of multiple Learning Management Systems (LMS). Currently supported LMS: `Open edX `_, `Moodle `_, `OLAT `_, `ANS `_ - Accessing the Course/Exam-API of a linked LMS to import a courses or exams for managing with SEB Server - Creation and administration of SEB Client Configurations that can be used to startup a SEB and that contains SEB Server connection information for a SEB Client - Creation and administration of SEB Exam Configurations that can be bound to an imported Exam to automatically configure a SEB Client that connects to an exam that is managed by SEB Server diff --git a/docs/lmssetup.rst b/docs/lmssetup.rst index 60377da3..95f70aa9 100644 --- a/docs/lmssetup.rst +++ b/docs/lmssetup.rst @@ -74,8 +74,8 @@ SEB Server internally. Use the **"Type"** selector to specify the type of the LM - **Ans Delft**: This type is to bind SEB Server with an `Ans Delft `_ LMS/Assessment Tool. With the API credentials from an Ans Delft instance, SEB Server is able to connect to the Ans LMS/Assessment Tool and provide the common features for Course-Access, SEB Restriction and LMS/Assessment Tool User Session resolving. -- **Open Olat**: This type is to bind SEB Server with an `Open Olat `_ LMS/Assessment Tool. With the API credentials from an Open Olat instance, SEB Server is able - to connect to the Olat LMS/Assessment Tool and provide the common features for Course-Access, SEB Restriction and LMS/Assessment Tool User Session resolving. For more information please contact the Olat Development-Team at `OpenOLAT UZH `_ +- **OLAT**: This type is to bind SEB Server with an `OLAT `_ LMS/Assessment Tool. With the API credentials from an PéAT instance, SEB Server is able + to connect to the OLAT LMS/Assessment Tool and provide the common features for Course-Access, SEB Restriction and LMS/Assessment Tool User Session resolving. For more information please contact the OLAT Development-Team at `OLAT UZH `_ The **"LMS/Assessment Tool Server Address"** is the root URL to connect to the LMS/Assessment Tool 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/Assessment Tool 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/Assessment Tool Setup the make the SEB Server diff --git a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserFeatures.java b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserFeatures.java index cd95dbbd..d98ec9ea 100644 --- a/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserFeatures.java +++ b/src/main/java/ch/ethz/seb/sebserver/gbl/model/user/UserFeatures.java @@ -35,7 +35,7 @@ public class UserFeatures { LMS_SETUP_MOODLE_PLUGIN("lms.setup.type.MOODLE_PLUGIN"), LMS_SETUP_OPEN_EDX("lms.setup.type.OPEN_EDX"), LMS_SETUP_ANS("lms.setup.type.ANS_DELFT"), - LMS_SETUP_OPEN_OLAT("lms.setup.type.OPEN_OLAT"), + LMS_SETUP_OLAT("lms.setup.type.OLAT"), QUIZ_LOOKUP("lms.quiz.lookup"), diff --git a/src/main/resources/config/application-dev-ws.properties b/src/main/resources/config/application-dev-ws.properties index 15ae100f..bab5fe41 100644 --- a/src/main/resources/config/application-dev-ws.properties +++ b/src/main/resources/config/application-dev-ws.properties @@ -89,7 +89,7 @@ sebserver.feature.exam.seb.screenProctoring.bundled.sebserveraccount.username=SE #sebserver.feature.config.certificate.enabled=false # #sebserver.feature.lms.setup.type.ANS_DELFT.enabled=false -#sebserver.feature.lms.setup.type.OPEN_OLAT.enabled=false +#sebserver.feature.lms.setup.type.OLAT.enabled=false # #sebserver.feature.exam.ask.enabled=false #sebserver.feature.exam.seb.restriction.enabled=false diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index 15e76c3d..6f366987 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -344,7 +344,7 @@ sebserver.lmssetup.type.MOODLE_PLUGIN=Moodle with SEB Server Plugin sebserver.lmssetup.type.MOODLE_PLUGIN.tooltip=Moodle with SEB Server integration plugin installed sebserver.lmssetup.type.OPEN_EDX=Open edX sebserver.lmssetup.type.ANS_DELFT=Ans Delft -sebserver.lmssetup.type.OPEN_OLAT=Open OLAT +sebserver.lmssetup.type.OPEN_OLAT=OLAT sebserver.lmssetup.list.actions= sebserver.lmssetup.list.action.no.modify.privilege=No Access: A Assessment Tool Setup from other institution cannot be modified.