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
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,28 +62,41 @@ For a complete SEB Server user guide please go to `SEB Server User Guide <https:
62
62
SEB Server Version 2.0 is out
63
63
-------------------------------
64
64
65
+
SEB Server Version 2.0
66
+
67
+
With the new SEB Server release, SEB Server makes a major version change from 1.x to 2.x. This is mainly because of the new
68
+
Screen Proctoring feature for SEB integrated into SEB Server and the removal of live proctoring with Zoom and Jitsi Meet
69
+
that is no longer available for SEB Server version 2.x.
70
+
71
+
65
72
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.
66
73
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
67
74
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
68
75
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
69
76
the screen proctoring user interface that can be accessed within a browser application.
77
+
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>`_.
70
78
71
79
New Features:
72
-
73
-
TODO
80
+
- Screen Proctoring with SEB and SEB Server. Can be enabled and configured for an Exam. SEB takes and sends screen shots plus Metadata to SEB Server. With monitoring and search functionality.
81
+
- Moodle Integration: SEB Server Exam creation from Moodle site with new SEB Server Moodle Plugin 2.0.
82
+
- Moodle Integration: Auto Login to SEB Server monitoring for Moodle Teacher with dedicated privileges. Comes with Moodle Plugin 2.0
83
+
- Exam Test Run. There is now the possibility to apply an test run for an Exam that is in coming up status. Exam is then in "Running" like state and SEB clients can connect as well as supporter can monitor the exam.
74
84
75
85
Improvements:
76
-
77
-
TODO
78
-
86
+
- Improvement of user ID resolution and handshake completion for SEB connecting with SEB-Server. SEB client now sent as much client information as possible and finish up the SEB Server handshake more quickly.
87
+
- Connection Configuration Improve (or remove) Date Filter.
88
+
- DB Migration Table charset fix for all tables, set to "utf8mb4_general"
89
+
- New SEB Settings in SEB Server GUI for version 2.0
90
+
- Table sort direction selection and table column length selection stick to User Session
79
91
80
92
Bugfixes:
81
-
82
-
TODO
83
-
84
-
Docker-Image:
85
-
86
-
TODO
93
+
- Missing Pending Notification Page Update in Monitoring Detail view
94
+
- Importing an exam without template throws error
95
+
- LMS name resolving sometimes gets "null" values for names
96
+
- New Ready State is not involved within the Filter numbers
97
+
- Page of ASK Grants in Exam has table selection action problems
98
+
- Sorting of start and end-date in Assessment Tool Lookup not working as expected
99
+
- Running Exam without LMS is greyed out without reason
0 commit comments