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
|
||||
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
|
||||
: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
|
||||
------------------------------
|
||||
|
@ -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>`_
|
||||
|
||||
|
||||
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
|
||||
------------------
|
||||
|
||||
|
|
|
@ -151,7 +151,7 @@ your institution use the type information of the exam to set them into context.
|
|||
- When you have selected a exam configuration the dialog shows you some additional information about the exam configuration.
|
||||
- If you want or need to put an password protected encryption to the exam configuration for this exam you can do so by give the password for the encryption also within the attachment dialog. Be aware that every SEB client that will receive an encrypted exam configuration from the SEB Server will prompt the user to give the correct password. In most cases an encryption of the exam configuration is not needed, because a secure HTTPS connection form SEB client to SEB Server is already in place.
|
||||
|
||||
** Delete an exam**
|
||||
**Delete an exam**
|
||||
|
||||
If you have "Exam Administrator" privileges you are able to entirely delete an existing exam and its dependencies.
|
||||
|
||||
|
|
Loading…
Reference in a new issue