Merge remote-tracking branch 'origin/master' into development
This commit is contained in:
commit
edabeeda37
2 changed files with 31 additions and 3 deletions
32
README.rst
32
README.rst
|
@ -53,9 +53,9 @@ The image below shows a very simplified diagram that locates the SEB Server in a
|
||||||
Safe Exam Browser (SEB). The SEB Server communicates with the LMS for managing and prepare exams as well as with the SEB Client to ensure
|
Safe Exam Browser (SEB). The SEB Server communicates with the LMS for managing and prepare exams as well as with the SEB Client to ensure
|
||||||
a more automated and secure setup for high-stake exams.
|
a more automated and secure setup for high-stake exams.
|
||||||
|
|
||||||
.. image:: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/seb-sebserver-lms.png
|
.. image:: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/seb-sebserver-lms.png
|
||||||
:align: center
|
:align: center
|
||||||
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/documentation/docs/images/seb-sebserver-lms.png
|
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/seb-sebserver-lms.png
|
||||||
|
|
||||||
SEB - SEB Server Compatibility
|
SEB - SEB Server Compatibility
|
||||||
------------------------------
|
------------------------------
|
||||||
|
@ -81,6 +81,34 @@ For testing:
|
||||||
`Download Safe Exam Browser 3.1 for Windows <https://sourceforge.net/projects/seb/files/seb/SEB_3.1.0/SEB_3.1.0.228_SetupBundle.exe/download>`_
|
`Download Safe Exam Browser 3.1 for Windows <https://sourceforge.net/projects/seb/files/seb/SEB_3.1.0/SEB_3.1.0.228_SetupBundle.exe/download>`_
|
||||||
|
|
||||||
|
|
||||||
|
Version 1.1.0 is out
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
New features:
|
||||||
|
|
||||||
|
- Moodle integration part 1 (Course Access)
|
||||||
|
- Live proctoring with Jitsi Meet integration (Prototype)
|
||||||
|
- Deletion of user accounts
|
||||||
|
- Deletion of exams
|
||||||
|
- User registration rate limit
|
||||||
|
- Inform user about unpublished chances in exam configuration settings
|
||||||
|
- Added "Ignore SEB Service" attributes in exam configuration settings
|
||||||
|
- Additional monitoring indicator (WIFI and battery status)
|
||||||
|
- Notification events (experimental)
|
||||||
|
- Download/Export Connection Configuration from Exam page to start an exam directly "Export Exam Connection Configuration"
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
|
||||||
|
- Monitoring table update, incorrect table rendering after status changed
|
||||||
|
- Remove caching for distributed setup
|
||||||
|
- Add lookup and automated master service allocation for distributed setup
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
- "Client Configuration" is now named "Connection Configuration"
|
||||||
|
- "Export Exam Configuration" is now named "Export SEB Settings" and can be found in the "SEB Settings" view of an "Exam Configuration"
|
||||||
|
|
||||||
|
|
||||||
Install SEB Server
|
Install SEB Server
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue