SEBSERV-496
This commit is contained in:
parent
9b930347f0
commit
984187c242
4 changed files with 26 additions and 4 deletions
|
@ -91,6 +91,28 @@ configuration settings in the following ways:
|
|||
- Connection configuration with "Starting an Exam" setting and fallback strategy:
|
||||
Show warning with options "retry", "fallback" (load Fallback URL) and "quit".
|
||||
|
||||
**New: Exam Selection for dedicated Client Configurations**
|
||||
|
||||
This is a new feature since SEB Server Version 1.6. and allows to select existing exams within a Connection Configuration to reduce the possible
|
||||
Exams that SEB presents to a student when a Connection Configuration is loaded by SEB that has no dedicated Exam preselection (downloaded from the Exam view)
|
||||
In this case SEB always presented all currently running Exams from the SEB Server to the student for selection. With this
|
||||
feature it is now possible to reduce this choice for a specific Client Configuration by selecting the Exams that shall be shown to a student
|
||||
when SEB loads the respective Connection Configuration.
|
||||
|
||||
. note::
|
||||
Since the Exam selection is stored with SEB Server and not exported to an Connection Configuration it is also possible
|
||||
to change the Exam selection for a certain Connection Configuration after the Connection Configuration was downloaded.
|
||||
SEB will always present the running exams exclusively from actual Exam selection from Connection Configuration on the SEB Server.
|
||||
|
||||
If an Connection Configuration has no Exam selection all still running exams are presented to the student as it was before.
|
||||
|
||||
To select dedicated Exams for a Connection Configuration you can go to the Connection Configuration edit view and select
|
||||
these exams with the multi selector. It is also possible to filter the list by typing in the letters containing in the Exam name of interest.
|
||||
|
||||
.. image:: images/connection_config/examSelection.png
|
||||
:align: center
|
||||
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/connection_config/examSelection.png
|
||||
|
||||
|
||||
Use Cases
|
||||
---------
|
||||
|
|
|
@ -9,7 +9,7 @@ see a list of all available exams. You are able to filter and sort the list as u
|
|||
|
||||
.. note::
|
||||
The Date-Filter above "Start-Time" is usually set to the date one year before now or to some other default date in the past
|
||||
and is applied to the end-date of the exam or quiz. The list shows all running or up-comming exams and only hides finished or
|
||||
and is applied to the end-date of the exam or quiz. The list shows all running or up-coming exams and only hides finished or
|
||||
archived exams that has an end-date before the Date-Filter date.
|
||||
|
||||
Double click on the list entry of the exam or select the list entry and use the "View Exam" action of the action pane on the right hand side to
|
||||
|
|
|
@ -41,7 +41,7 @@ that is in a valid state to apply the action.
|
|||
|
||||
.. note::
|
||||
For batch-action the same validation is done like for the single action delete and archive. Archive of an exam is only possible if it
|
||||
is not currently running but finished or up-coming. Delete is always possible and you habe to be cearfull while deleting exams in batch.
|
||||
is not currently running but finished or up-coming. Delete is always possible and you have to be carefully while deleting exams in batch.
|
||||
|
||||
After you have started the batch-action the result pop-up of the batch-action will show you the progress and how many has been processed and
|
||||
also how many as failed due to invalid state for batch-action or due to an error.
|
||||
|
|
|
@ -173,7 +173,7 @@ To deselect a selected row just click it again then it will be removed from the
|
|||
|
||||
.. note::
|
||||
Some actions on the right action pane are used only for single objects but also enabled on multi-selection. If you have multiple selections
|
||||
and use a single object action like "View", "Edit" or "Copy" for exmaple, then the system will take the fist selected object/row to work with.
|
||||
and use a single object action like "View", "Edit" or "Copy" for example, then the system will take the fist selected object/row to work with.
|
||||
|
||||
**Forms**
|
||||
|
||||
|
@ -218,7 +218,7 @@ Actions are usually placed on the right action pane of the application and belon
|
|||
|
||||
.. note::
|
||||
List action are disabled when nothing is selected from the list and get enabled as soon as one or more list items are selected.
|
||||
Actions that are considdered single selection actions, and are used with a multi selection on the list will only affect the first selected item in the list.
|
||||
Actions that are considered single selection actions, and are used with a multi selection on the list will only affect the first selected item in the list.
|
||||
|
||||
.. image:: images/overview/list_multiselect_actions.png
|
||||
:align: center
|
||||
|
|
Loading…
Reference in a new issue