Skip to content

Cotains resources and packages to setup and install SEB-Server. Currently only docker-based setup is supported

License

Notifications You must be signed in to change notification settings

surya-pushpa/seb-server-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status

About

The Safe Exam Browser Server web application simplifies and centralizes the configuration of Safe Exam Browser 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 Safe Exam Browser clients in real time during e-assessments.

What is Safe Exam Browser (SEB)?

Safe Exam Browser (SEB) is an application to carry out e-assessments safely. The freeware application is available for Windows, macOS and iOS. It turns any computer temporarily into a secure workstation. It controls access to resources like system functions, other websites and applications and prevents unauthorized resources being used during an exam. Safe Exam Browser can work with Open edX to control what a student can access during a Open edX quiz attempt. With the SEB Open edX plugin you activate the SEB support in Open edX and now only students using an approved version of SEB and the correct settings will be able to access the quiz in your Open edX course. The Safe Exam Browser is offered under a Mozilla Public License and supported by the SEB Alliance.

What is Safe Exam Browser Server (SEB Server)?

While the interaction with SEB is well known in Learning Management Systems (LMS) like Open edX, Moodle etc. the SEB Server is an entirely new component to set up secured online exams. It interacts with the assessments system/LMS as well as with SEB on exam clients.It supports exam scenarios on student owned devices (BYOD) and on managed devices.

SEB Server is a modern webservice with a REST API and a GUI service on top of it. SEB Server is written in Java and uses Docker for installation and setup.

SEB Server provides a range of basic functionalities:

  • Built-in institutional multi-tenancy
  • Linking of multiple Learning Management Systems (LMS). Currently supported: Open edX
  • Accessing the Course/Exam-API of a linked LMS to import a courses or exams for managing with SEB Server
  • Creation and administration of SEB Client Configurations that can be used to startup a SEB and that contains SEB Server connection information for a SEB Client
  • Creation and administration of SEB Exam Configurations that can be bound to an imported Exam to automatically configure a SEB Client that connects to an exam that is managed by SEB Server
  • Automated SEB restriction on LMS side if the specified type of LMS supports the SEB restriction API
  • Monitoring and administration of SEB Client connections within a running exam

The image below shows a very simplified diagram that locates the SEB Server in a setup with a Learning Management System (LMS) and the 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.

https://raw.githubusercontent.com/SafeExamBrowser/seb-server-setup/master/docs/images/seb-sebserver-lms.png

SEB Server 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"

SEB - SEB Server Compatibility

The table below shows available and upcoming SEB client versions that has SEB Server integration support and are compatible with particular SEB Server version. There is an entry for each platform with a beta or testing release date and a official release date.

SEB Server Version 1.0.X

Platform / OS Beta/RC Version Release Version
SEB Client for iOS
  1. April 2020 - Version 2.1.50
Q2 2021 - Version 2.5/3.0
SEB Client for Mac Q2 2021 - Version 3.1 Q2 2021 - Version 3.1
SEB Client for Windows Q2 2020 - Version 3.1 Q4 2020 - Version 3.1

SEB Server Version 1.1.X

Platform / OS Beta/RC Version Release Version
SEB Client for iOS
  1. April 2020 - Version 2.1.50
Q2 2021 - Version 2.5/3.0
SEB Client for Mac Q2 2021 - Version 3.1 Q2 2021 - Version 3.1
SEB Client for Windows April 2021 - Version 3.2 May 2021 - Version 3.2

What is the SEB Server Setup repository?

The SEB Server Setup repository contains predefined, docker-based installation directories for different installation proposes like demo, testing or production. The repository is completely separated from the SEB Server source repository and contains only files for setup-configuration and installation of a SEB Server infrastructure. The idea is that this repository can be cloned from a Server/VM on that the SEB Server has to be installed. One can then navigate to the directory with the needed setup and adapt the configuration files if needed. Then just use Docker to build up the SEB Server.

Install SEB Server

For a complete guide to install SEB Server please go to SEB Server Installation Guide

Getting started with SEB Server

For a complete SEB Server user guide please go to SEB Server User Guide

Project Background

The SEB Server is currently build and maintained by the Swiss MOOC Service that is founded by leading Swiss universities EPFL, ETH, SUPSI, USI and HES-SO and is financially supported by the Swissuniversities’ P5 program.

About

Cotains resources and packages to setup and install SEB-Server. Currently only docker-based setup is supported

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 99.6%
  • Shell 0.4%