Introduction
In this article, we will discuss how to make SEB (Safe Exam Browser) exams run in kiosk mode, allowing only specific applications to be accessible. Additionally, we will cover how to configure Chromium Remote Desktop to run in the background, enabling remote access to the SEB exam.
SEB Exams in Kiosk Mode
Kiosk mode in SEB exams essentially blocks everything on the desktop, allowing access only to applications that are explicitly allowed. This feature is particularly useful in preventing cheating and ensuring a secure testing environment for SEB exams.
How to Configure SEB for Kiosk Mode
To configure SEB for kiosk mode, follow these steps:
- Download and install the latest SEB version from https://www.safeexambrowser.org/
-
Create a configuration file (
.seb) for your exam. This file should include the allowed applications for the exam.[Application] Name=YourApplicationName File=/path/to/your/application Arguments=-arg1 -arg2 -
Launch SEB with the configuration file by running the following command:
./SEB -config /path/to/your/config.seb
Chromium Remote Desktop Running in Background
By configuring Chromium Remote Desktop to run in the background during SEB exams, remote access can be granted to monitoring and support staff. This feature ensures smooth conduct of SEB exams while providing assistance as needed.
How to Configure Chromium Remote Desktop
To configure Chromium Remote Desktop to run in the background, follow these steps:
- Download and install the Chromium Remote Desktop host from https://remotedesktop.google.com/host/download/
-
Launch the Chromium Remote Desktop host from the application menu or by running the following command:
/opt/google/chrome-remote-desktop/chrome-remote-desktop -
Stop the Chromium Remote Desktop host from the system tray.
google-chrome-remote-desktop --disable & -
Start the Chromium Remote Desktop host at login by creating a startup script in /etc/profile.d/ or /etc/X11/Xsession.d/
/etc/X11/Xsession.d/99-chrome-remote-desktop > #!/bin/sh google-chrome-remote-desktop --disable &
In this article, we have covered the key concepts of making SEB exams run in kiosk mode and configuring Chromium Remote Desktop to run in the background. By following the instructions provided, you can ensure a secure and accessible SEB exam environment for testing and support purposes.
References
- Safe Exam Browser - https://www.safeexambrowser.org/
- Chromium Remote Desktop - https://remotedesktop.google.com/host/download/