|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilObjTestSettingsParticipantFunctionality:
Collaboration diagram for ilObjTestSettingsParticipantFunctionality:Public Member Functions | |
| __construct (int $test_id, protected bool $use_previous_answers_allowed=false, protected bool $suspend_test_allowed=false, protected bool $postponed_questions_move_to_end=false, protected int $usrpass_overview_mode=0, protected bool $question_marking_enabled=false, protected bool $question_list_enabled=false) | |
| toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, array $environment=null) | |
| toStorage () | |
| getUsePreviousAnswerAllowed () | |
| withUsePreviousAnswerAllowed (bool $use_previous_answers_allowed) | |
| getSuspendTestAllowed () | |
| withSuspendTestAllowed (bool $suspend_test_allowed) | |
| getPostponedQuestionsMoveToEnd () | |
| withPostponedQuestionsMoveToEnd (bool $postponed_questions_move_to_end) | |
| getQuestionListEnabled () | |
| withQuestionListEnabled (bool $question_list_enabled) | |
| getUsrPassOverviewMode () | |
| getUsrPassOverviewEnabled () | |
| getShownQuestionListAtBeginning () | |
| getShownQuestionListAtEnd () | |
| getShowDescriptionInQuestionList () | |
| withUsrPassOverviewMode (int $usrpass_overview_mode) | |
| getQuestionMarkingEnabled () | |
| withQuestionMarkingEnabled (bool $question_marking_enabled) | |
Public Member Functions inherited from TestSettings | |
| __construct (int $test_id) | |
| getTestId () | |
| withTestId (int $test_id) | |
| toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, array $environment=null) | |
| toStorage () | |
Private Member Functions | |
| getInputUsrPassOverview (\ilLanguage $lng, FieldFactory $f, Refinery $refinery) | |
Additional Inherited Members | |
Protected Attributes inherited from TestSettings | |
| int | $test_id |
Definition at line 26 of file ilObjTestSettingsParticipantFunctionality.php.
| ilObjTestSettingsParticipantFunctionality::__construct | ( | int | $test_id, |
| protected bool | $use_previous_answers_allowed = false, |
||
| protected bool | $suspend_test_allowed = false, |
||
| protected bool | $postponed_questions_move_to_end = false, |
||
| protected int | $usrpass_overview_mode = 0, |
||
| protected bool | $question_marking_enabled = false, |
||
| protected bool | $question_list_enabled = false |
||
| ) |
Definition at line 28 of file ilObjTestSettingsParticipantFunctionality.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:
|
private |
Definition at line 92 of file ilObjTestSettingsParticipantFunctionality.php.
References getShowDescriptionInQuestionList(), getShownQuestionListAtBeginning(), getShownQuestionListAtEnd(), getUsrPassOverviewEnabled(), ilLanguage\txt(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by toForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getPostponedQuestionsMoveToEnd | ( | ) |
Definition at line 185 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by toForm(), and toStorage().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getQuestionListEnabled | ( | ) |
Definition at line 196 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by toForm(), and toStorage().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getQuestionMarkingEnabled | ( | ) |
Definition at line 250 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by toForm(), and toStorage().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getShowDescriptionInQuestionList | ( | ) |
Definition at line 235 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by getInputUsrPassOverview().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getShownQuestionListAtBeginning | ( | ) |
Definition at line 219 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by getInputUsrPassOverview().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getShownQuestionListAtEnd | ( | ) |
Definition at line 227 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by getInputUsrPassOverview().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getSuspendTestAllowed | ( | ) |
Definition at line 174 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by toForm(), and toStorage().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getUsePreviousAnswerAllowed | ( | ) |
Definition at line 163 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by toForm(), and toStorage().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getUsrPassOverviewEnabled | ( | ) |
Definition at line 211 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by getInputUsrPassOverview().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::getUsrPassOverviewMode | ( | ) |
Definition at line 207 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by toStorage().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::toForm | ( | \ilLanguage | $lng, |
| FieldFactory | $f, | ||
| Refinery | $refinery, | ||
| array | $environment = null |
||
| ) |
Definition at line 44 of file ilObjTestSettingsParticipantFunctionality.php.
References ILIAS\UI\Implementation\Component\Input\$inputs, getInputUsrPassOverview(), getPostponedQuestionsMoveToEnd(), getQuestionListEnabled(), getQuestionMarkingEnabled(), getSuspendTestAllowed(), getUsePreviousAnswerAllowed(), ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), and ILIAS\UI\Implementation\Component\Input\withValue().
Here is the call graph for this function:| ilObjTestSettingsParticipantFunctionality::toStorage | ( | ) |
Definition at line 151 of file ilObjTestSettingsParticipantFunctionality.php.
References getPostponedQuestionsMoveToEnd(), getQuestionListEnabled(), getQuestionMarkingEnabled(), getSuspendTestAllowed(), getUsePreviousAnswerAllowed(), getUsrPassOverviewMode(), and ILIAS\Repository\int().
Here is the call graph for this function:| ilObjTestSettingsParticipantFunctionality::withPostponedQuestionsMoveToEnd | ( | bool | $postponed_questions_move_to_end | ) |
Definition at line 189 of file ilObjTestSettingsParticipantFunctionality.php.
| ilObjTestSettingsParticipantFunctionality::withQuestionListEnabled | ( | bool | $question_list_enabled | ) |
Definition at line 200 of file ilObjTestSettingsParticipantFunctionality.php.
| ilObjTestSettingsParticipantFunctionality::withQuestionMarkingEnabled | ( | bool | $question_marking_enabled | ) |
Definition at line 254 of file ilObjTestSettingsParticipantFunctionality.php.
| ilObjTestSettingsParticipantFunctionality::withSuspendTestAllowed | ( | bool | $suspend_test_allowed | ) |
Definition at line 178 of file ilObjTestSettingsParticipantFunctionality.php.
| ilObjTestSettingsParticipantFunctionality::withUsePreviousAnswerAllowed | ( | bool | $use_previous_answers_allowed | ) |
Definition at line 167 of file ilObjTestSettingsParticipantFunctionality.php.
Referenced by ilObjTestSettingsMainGUI\getParticipantsFunctionalitySettingsForStorage().
Here is the caller graph for this function:| ilObjTestSettingsParticipantFunctionality::withUsrPassOverviewMode | ( | int | $usrpass_overview_mode | ) |
Definition at line 243 of file ilObjTestSettingsParticipantFunctionality.php.