SafeExamBrowser / seb-server

The Safe Exam Browser Server web application simplifies and centralizes the configuration of SEB clients for exams. It interacts with a learning management or exam system for setting up and conducting e-assessments with Safe Exam Browser. It also improves security by allowing to monitor connected SEB clients in real time during e-assessments.
Mozilla Public License 2.0
46 stars 38 forks source link

Implement AnsLms integration #34

Closed sealexan closed 3 years ago

sealexan commented 3 years ago

Mostly done, with some improvements pending with Ans. This implementation uses way fewer API calls and is simpler thanks to a new Ans search API which allows listing all assignments in one call. No need to retrieve courses or timeslots.

Tested and working for me:

Unsure:

Not tested:

Todo:

sealexan commented 3 years ago

Exam start_url is now shipped by Ans and included in SEB Exams. I think this is ready to be merged.