Options¶
Some options are hidden inside of the configuration file. The activation is done with the Application::set( '<option>', <value> );
command inside of the settings-local.php
file.
skip_mendatory_fields_and_set_default¶
This options can be actiated to skip the mendatory fields (quality annotation and questions in the bottom of the screen).
The default value is false
.
subfolders¶
This options enable the creation of subfolders via the PiAnoS interface.
The default value is true
.
homeData_as_todo_list¶
The homepage will show all cases to do for the user.
The default value is false
.
homeData_show_all_exercises_for_admin¶
If disabled, the admin will not have to load all cases for his homepage. This option should be activated for instances of PiAnoS hosting a lot of cases.
The default value is true
.
show_switchUser¶
Show the switch user
button for the tutors users. This options allow a tutor to switch to a particular user in Read/Write mode (allowing to correct/modify the annotations of a particular user).
The default value is true
.
anonymous_review¶
Enable the anonymous review for the tutor account. The name of the users is replaced with an other name, i.e. anonymous_<id>
. The id field is the identification number for the case for the user. This identification number change for one user between differents exercises. The order of the users in the review windows is the same as in the classical review.
The default value is false
.
show_marker_size_slider¶
Enable the slider to change the size of the minutiae. The default size is calculated regarding the resolution of the image, to have a AFIS compatible size.
The default value is true
.
show_marker_opacity_slider¶
Enable the slider to change the opacity of the minutiae.
The default value is true
.
initialTool¶
Initial tool to load when the case is open.
The default value is edit
. The values are the value of the tool as defined in the corresponding .js file.