LMS Connector acts as a proxy to Learning Management Systems and provides course membership data under a unified API.
This API can be consumed by ARSnova Backend to allow the creation of sessions linked to LMS courses.
The LMS' membership data is retrieved either directly from the database or via an API provided by the LMS.
The LMS membership data is retrieved either directly from the database or via an API provided by the LMS.
## Status
...
...
@@ -16,11 +16,11 @@ We currently provide implementations to access Moodle, Ilias and Stud.IP:
| Ilias | DBMS | * |
| Stud.IP | DBMS or REST API | * |
\* The database structures and/or APIs for the limited data accessed by LMS Connector usually does not change with new LMS versions and we do not have the resources to test against every new release. If you notice any incompatibilities, please create an issue.
\* The database structures and/or APIs for the limited data accessed by LMS Connector usually do not change with new LMS versions and we do not have the resources to test against every new release. If you notice any incompatibilities, please create an issue.
## Installation
LMS Connector available as a web archive (`.war` file) which can be deployed to a Java servlet container.
LMS Connector is available as a web archive (`.war` file) which can be deployed to a Java servlet container.
Based on your needs it can either be deployed on the same system running ARSnova or independently.
Create a configuration file at `/etc/arsnova/connector.properties` based on