You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+41-35Lines changed: 41 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,63 +59,69 @@ Getting started with SEB Server
59
59
60
60
For a complete SEB Server user guide please go to `SEB Server User Guide <https://seb-server.readthedocs.io/en/latest/#>`_
61
61
62
-
SEB Server Version 2.1 is out
62
+
SEB Server Version 2.2 is out
63
63
-------------------------------
64
64
65
-
Within this new version 2.1 we implemented mostly new features for Screen Proctoring and make SEB Server and Screen Proctoring
65
+
Within this new version 2.2 we implemented mostly new features for Screen Proctoring and make SEB Server and Screen Proctoring
66
66
more stable. We also stabilized the SEB Server Moodle Plugin integration for SEB Server Moodle Plugin Version 2.
67
67
68
+
New Features:
69
+
- SEB Server - Allow exams with multiple consecutive quizzes in Moodle
70
+
- SEB Server - Allow App Signature Key (ASK) for Teacher Roles
71
+
- SEB Server - SEB Lock on Assessment Tool gets set as soon as the Exam is imported
72
+
- SEB Server - New SEB Settings for Exam Configuration
73
+
Change default value of "enableLogging" from false to true
74
+
Change default value of "quitURLRestart" from true to false
75
+
New iOS setting "mobileShowEditConfigShortcutItem"
76
+
New iOS setting "allowUploadsiOS"
77
+
New setting "downloadFileTypes"
78
+
79
+
Improvements:
80
+
- SEB Server - Improved Teacher Account administration by SEB Server Admin and Institutional Admin
81
+
- SEB Server - Improved name filter in Assessment Tool Lookup. Is now case insensitive
82
+
- SEB Server - Improved start time filter within Assessment Tool Lookup
83
+
- SEB Server - Improved Assessment Tool Lookup to not show already imported exams
84
+
- SEB Server - Exam quit password is now a normal text field
85
+
- SEB Server - Improved SEB auto quit when Exam as finished - check does not relay on cache data now but on actual stored data (prevent unintended auto quits)
86
+
- SEB Server - Add manual SEB instructions like SEB Quit, SEB Lock... to Audit Log
87
+
- SEB Server / Screen Proctoring - Improve account registration and synchronization
88
+
- SEB Server / Screen Proctoring - Improved logging for testing and prod
89
+
- Support for newer MariaDB version 11.4
90
+
91
+
Bugfixes:
92
+
- SEB Server - Fixed Sometimes or for certain Exam Templates Screen Proctoring don't get applied in Exam Import
93
+
- SEB Server - Fixed Moodle course filter where it was not working on Moodle site
94
+
- SEB Server / Screen Proctoring - Fixed screen proctoring initialization on Exam import
95
+
- SEB Server Monitoring - Fix lock screen for a client in the state ready not possible
96
+
- SEB Server - Fixed colon in quizname causes problems in search
97
+
- SEB Server / Moodle - Fixed Decoded quit password in Exam causes errors in Exam Configuration and Moodle
98
+
99
+
Removed:
100
+
- SEB Server - SEB Logs functionality has been removed due to performance issues and obsoleteness of the feature.
101
+
SEB Logs can be seen and exported on Exam and SEB Client view level now.
102
+
68
103
The new major update of SEB Server from version 1 to version 2, comes with the new in-built feature of screen proctoring and also a extended but better bundled Docker setup.
69
104
There are two new services that run beside the existing services like seb-server, mariadb and a proxy. This two new services are needed for the new screen proctoring feature
70
105
and consists of a sps-webservice and sps-guiservice container. The sps-webservice runs the back-end for screen proctoring and needs a database connection to eiter the same
71
106
database server as seb-server or to another one if SEB Server data and screen shots, meta data shall be stored on different database servers. The sps-guiservice implements
72
107
the screen proctoring user interface that can be accessed within a browser application.
73
108
For a migration from a running SEB Server setup with version 1.x to new major version 2.0, please also read the `migration guide <https://seb-server-setup.readthedocs.io/en/latest/major-migration.html>`_.
74
109
75
-
New Features:
76
-
- SEB Server - Screen Proctoring: Client group application for screen proctoring groups. Client groups applied in an exam can now be applied to screen proctoring to have the same groups.
77
-
- Screen Proctoring: Deletion of screen proctoring sessions for admin users
78
-
- Screen Proctoring: Application View search
79
-
80
-
Improvements:
81
-
- SEB Server - SEB Settings: All new SEB Settings from SEB Win, SEB Mac and SEB iOS now in SEB Settings GUI
82
-
- SEB Server - Screen Proctoring: Apply Screen Proctoring to SEB Settings from Exam. When screen proctoring is enabled/disables on Exam, it is also enabled/disabled in the applied SEB Settings for SEB
83
-
- SEB Server - Screen Proctoring: Stabilise Screen Proctoring Feature and make SPS API Connection more stable
0 commit comments