Fixed some things in Exam configuration templates page.

This commit is contained in:
Luca Bösch 2023-01-05 16:04:00 +01:00
parent 2234d241d1
commit ace6fef70b

View file

@ -8,9 +8,9 @@ settings attribute for an exam config and you are also able to define whether th
the template or if it shall be hidden. the template or if it shall be hidden.
.. note:: .. note::
The exam configuration template feature is the most experimental feature in SEB Server for now and my change for the upcoming releases. The exam configuration template feature is the most experimental feature in SEB Server for now and might change for the upcoming releases.
To view all available exam configuration templates go to the "SEB Configuration" section and click on the "Configuration Template" menu entry of the To view all available exam configuration templates, go to the "SEB Configuration" section and click on the "Configuration Template" menu entry of the
left menu pane. SEB Server will then present you a list of all available exam configuration templates. You can filter and sort the list as usual to find left menu pane. SEB Server will then present you a list of all available exam configuration templates. You can filter and sort the list as usual to find
a specific template by name for example. a specific template by name for example.
@ -18,15 +18,15 @@ a specific template by name for example.
:align: center :align: center
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/config_templates/list.png :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/config_templates/list.png
To create a new exam configuration template use the "Add Configuration Template" action from the right action pane. You will see the creation form To create a new exam configuration template, use the "Add Configuration Template" action from the right action pane. You will see the creation form
with a name and description for the new template. At least a unique name is mandatory and the description is optional. with a name and description for the new template. At least a unique name is mandatory, and the description is optional.
.. image:: images/config_templates/templateEdit.png .. image:: images/config_templates/templateEdit.png
:align: center :align: center
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/config_templates/templateEdit.png :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/config_templates/templateEdit.png
To create and save the new exam configuration template use the "Save Configuration Template" action from the right action pane. The template will be To create and save the new exam configuration template use the "Save Configuration Template" action from the right action pane. The template will be
created with all default settings attribute and views and you will see the configuration template view page. In the view page you will see the information created with all default settings attribute and views, and you will see the configuration template view page. In the view page you will see the information
of the template within the page header following by a list of all exam configuration setting attributes available for a SEB exam configuration on the of the template within the page header following by a list of all exam configuration setting attributes available for a SEB exam configuration on the
SEB Server. The name of an attribute is composed of the internal attribute name followed by the display name of the attribute. SEB Server. The name of an attribute is composed of the internal attribute name followed by the display name of the attribute.
@ -38,9 +38,9 @@ The type of the attribute defines the input field type and cannot be changed in
And the group defines the named group where a settings attribute belongs to. And the group defines the named group where a settings attribute belongs to.
.. note:: .. note::
For now the "View" and "Group" properties of an settings attribute cannot be changed, just be set whether the settings attribute shall be shown For now, the "View" and "Group" properties of an settings attribute cannot be changed, just be set whether the settings attribute shall be shown
on its defined view (tab) and within its defined position on the tab or if it shall be hidden at all. on its defined view (tab) and within its defined position on the tab or if it shall be hidden at all.
In a future version of SEB Server it may possible to also place a settings attribute to another "View" and/or "Group" and also to a certain position In a future version of SEB Server it might be possible to also place a settings attribute to another "View" and/or "Group" and also to a certain position
of the view grid. of the view grid.
To attach or detach a particular settings attribute for the template from the view to show or hide it in the configuration settings, select the specific To attach or detach a particular settings attribute for the template from the view to show or hide it in the configuration settings, select the specific
@ -54,7 +54,7 @@ In the settings attribute edit page you see general information about the attrib
input field if the settings attribute with the current default value set. To alter the default value just use the input field of the attribute to change input field if the settings attribute with the current default value set. To alter the default value just use the input field of the attribute to change
the value and the change will automatically be set as new default value. If you want to reset the default value of the settings attribute to the original the value and the change will automatically be set as new default value. If you want to reset the default value of the settings attribute to the original
default value, use the "Set Default Values" action from the right action pane to do so. You are also able to attach or detach the settings attribute from default value, use the "Set Default Values" action from the right action pane to do so. You are also able to attach or detach the settings attribute from
the view here by using the "Remove From View" or "Attach To View" actions from the right action pane. To go back to the exam configuration template view the view here by using the "Remove From View" or "Attach To View" actions from the right action pane. To go back to the exam configuration template view,
use the "View Configuration Template" action from the right action pane. use the "View Configuration Template" action from the right action pane.
.. image:: images/config_templates/templateAttribute.png .. image:: images/config_templates/templateAttribute.png
@ -69,5 +69,5 @@ new SEB exam configuration. At least a unique name is mandatory.
:align: center :align: center
:target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/config_templates/createConfig.png :target: https://raw.githubusercontent.com/SafeExamBrowser/seb-server/master/docs/images/config_templates/createConfig.png
After defines a name and description for the new SEB exam configuration you can click on "OK" to do so an the application will show you the new created After defining a name and description for the new SEB exam configuration you can click on "OK" to do so, and the application will show you the new created
SEB exam configuration in the usual place. SEB exam configuration in the usual place.