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
43 stars 38 forks source link

Why there is no session in a running exam? #87

Closed fishfree closed 1 year ago

fishfree commented 1 year ago

The screenshot of my SEB server is as below: image

In fact, there is a Windows SEB client who is attending the exam when take the screenshot above. My SEB server is successfully connected with my Moodle server, and the exam is successfully imported from Moodle. I cannot figure out why.

anhefti commented 1 year ago

Hi,

In this case (if you are in Moodle but not seeing anything in SEB Server) you probably use the wrong SEB configuration to start the SEB Client since the SEB client always should firstly connect to the SEB Server and if this is not possible gives an error message to the student. So either SEB was not able to connect to the SEB Server and you have set the link to the Moodle course as a fallback URL in the Connection Configuration for SEB Server or you don't use a Connection Configuration from SEB Server to start the SEB client. You can also consult the SEB Log files to check if SEB is connecting to SEB Server and if this fail, why it fails.

The easiest way to start your Exam with SEB and SEB Server is, to download the Connection Configuration from your Exam Setup. Then it will directly apply to the respective Exam. TO do so just download the Exam Connection Configuration here:

image

Please also read the User Manual since this process should also be described there: https://seb-server.readthedocs.io/en/latest/#

fishfree commented 1 year ago

@anhefti Thank you very much for your tip! Sorry for late response.