diff --git a/docs/overview.rst b/docs/overview.rst index 86477fa2..cb0e66e9 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -42,12 +42,16 @@ A typical use-case for a institutional administrator is to give the appropriate Exam Administrator ^^^^^^^^^^^^^^^^^^ -This role is about to prepare and maintain anything needed for an e-assessment with SEB. Import of a quiz or course from a learning management system as an exam. Creating and assigning an SEB exam configuration for this exam as well as assigning exam supporter that are able to support the running exam, to +With this role a user is able to prepare an exam with SEB restriction and support from creating configuration to import exam and prepare them for run and monitoring. + +A typical use-case for an exam administrator is to create a SEB exam configuration within the templating and configuration section. Then finding a specific course or quiz from the learning management systems that are defined within the institution. This course or quiz can then be imported by the administrator as an exam. After that an exam administrator will prepare this exam for run and monitoring by attaching a exam configuration to it, prepare monitoring indicators and specify the SEB restriction conditions. Exam Supporter ^^^^^^^^^^^^^^ +This role is to support a running exam within SEB Server. An exam administrator is able to see the running exams on that he/she has an assignment and open them either for monitoring or editing some exam attributes or configuration during the exam. +A typical use-case for an exam supporter is on the time an exam is running, to overview the connecting SEB clients and manage them. While SEB server shows incidences or irregularities, a exam supporter can act on them and take the appropriate actions if needed. Sign Up / Sign In ----------------- @@ -64,12 +68,22 @@ If you are already registered you can use your username and password to log in. :align: center :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/overview/register.png -Fill in the register form and create a new account. After successfully creation, the application redirects to the login page for login. +Fill in the register form and create a new account. After successfully creation, the application redirects to the login page for login. On the current version, e-mail confirmation is not a feature of the SEB Server application and therefore the e-mail address is just informative by now. + +With the "Time Zone" one can choose a specific time zone for an user-account. All dates and times will then be showed within this specific time zone to the user. Graphical User Interface ------------------------ +After successful login, one will see the main graphical user interface of the SEB Server application. On the left hand are the activities that can be done, categorized within some few main sections with its relating activities underneath. By selecting a activity, the main content section will show the activity content and the action that are possible for this activity on the right hand + +.. image:: image/overview/overview.png + :align: center + :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/overview/overview.png + +The main content usually is a list or a form. + Overview ^^^^^^^^ diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index 01a888a3..b3d29081 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -1003,12 +1003,12 @@ sebserver.examconfig.props.label.proxies.TABLE_ENTRY=Protocol sebserver.examconfig.props.label.autoDiscovery=Auto Proxy Discovery sebserver.examconfig.props.label.AutoDiscoveryEnabled=Auto discovery enabled sebserver.examconfig.props.label.autoConfiguration=Automatic Proxy Configuration -sebserver.examconfig.props.label.AutoConfigurationEnabled=Auto configuration enabeld +sebserver.examconfig.props.label.AutoConfigurationEnabled=Auto configuration enabled sebserver.examconfig.props.label.AutoConfigurationURL=Proxy configuration file URL sebserver.examconfig.props.label.AutoConfigurationJavaScript=Proxy configuration JavaScript sebserver.examconfig.props.label.http=Web Proxy (HTTP) -sebserver.examconfig.props.label.HTTPEnable=Web proxy eneabled +sebserver.examconfig.props.label.HTTPEnable=Web proxy enabled sebserver.examconfig.props.label.HTTPProxy=Web proxy server sebserver.examconfig.props.label.HTTPPort=Web proxy port sebserver.examconfig.props.label.HTTPRequiresPassword=Proxy server requires password @@ -1016,7 +1016,7 @@ sebserver.examconfig.props.label.HTTPUsername=Username sebserver.examconfig.props.label.HTTPPassword=Password sebserver.examconfig.props.label.https=Secure Web Proxy (HTTPS) -sebserver.examconfig.props.label.HTTPSEnable=Secure web proxy eneabled +sebserver.examconfig.props.label.HTTPSEnable=Secure web proxy enabled sebserver.examconfig.props.label.HTTPSProxy=Secure web proxy server sebserver.examconfig.props.label.HTTPSPort=Secure web proxy port sebserver.examconfig.props.label.HTTPSRequiresPassword=Proxy server requires password @@ -1024,7 +1024,7 @@ sebserver.examconfig.props.label.HTTPSUsername=Username sebserver.examconfig.props.label.HTTPSPassword=Password sebserver.examconfig.props.label.ftp=FTP Proxy -sebserver.examconfig.props.label.FTPEnable=FTP proxy eneabled +sebserver.examconfig.props.label.FTPEnable=FTP proxy enabled sebserver.examconfig.props.label.FTPProxy=FTP proxy server sebserver.examconfig.props.label.FTPPort=FTP proxy port sebserver.examconfig.props.label.FTPRequiresPassword=Proxy server requires password @@ -1032,7 +1032,7 @@ sebserver.examconfig.props.label.FTPUsername=Username sebserver.examconfig.props.label.FTPPassword=Password sebserver.examconfig.props.label.socks=SOCKS Proxy -sebserver.examconfig.props.label.SOCKSEnable=SOCKS proxy eneabled +sebserver.examconfig.props.label.SOCKSEnable=SOCKS proxy enabled sebserver.examconfig.props.label.SOCKSProxy=SOCKS proxy server sebserver.examconfig.props.label.SOCKSPort=SOCKS proxy port sebserver.examconfig.props.label.SOCKSRequiresPassword=Proxy server requires password @@ -1040,7 +1040,7 @@ sebserver.examconfig.props.label.SOCKSUsername=Username sebserver.examconfig.props.label.SOCKSPassword=Password sebserver.examconfig.props.label.rtsp=Streaming Proxy (RTSP) -sebserver.examconfig.props.label.RTSPEnable=RTSP proxy eneabled +sebserver.examconfig.props.label.RTSPEnable=RTSP proxy enabled sebserver.examconfig.props.label.RTSPProxy=RTSP proxy server sebserver.examconfig.props.label.RTSPPort=RTSP proxy port sebserver.examconfig.props.label.RTSPRequiresPassword=Proxy server requires password