ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 () | |
toLog (AdditionalInformationGenerator $additional_info) | |
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 () | |
withUsrPassOverviewMode (int $usrpass_overview_mode) | |
getUsrPassOverviewEnabled () | |
getShownQuestionListAtBeginning () | |
getShownQuestionListAtEnd () | |
getShowDescriptionInQuestionList () | |
getQuestionMarkingEnabled () | |
withQuestionMarkingEnabled (bool $question_marking_enabled) | |
![]() | |
__construct (int $test_id) | |
getTestId () | |
withTestId (int $test_id) | |
toForm (\ilLanguage $lng, FieldFactory $f, Refinery $refinery, ?array $environment=null) | |
toStorage () | |
toLog (AdditionalInformationGenerator $additional_info) | |
Private Member Functions | |
getInputUsrPassOverview (\ilLanguage $lng, FieldFactory $f, Refinery $refinery) | |
Additional Inherited Members | |
![]() | |
int | $test_id |
Definition at line 31 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::__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 33 of file SettingsParticipantFunctionality.php.
References ILIAS\Test\Settings\TestSettings\$test_id, and ILIAS\GlobalScreen\Provider\__construct().
|
private |
Definition at line 89 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getPostponedQuestionsMoveToEnd | ( | ) |
Definition at line 205 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getQuestionListEnabled | ( | ) |
Definition at line 216 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getQuestionMarkingEnabled | ( | ) |
Definition at line 257 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getShowDescriptionInQuestionList | ( | ) |
Definition at line 252 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getShownQuestionListAtBeginning | ( | ) |
Definition at line 243 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getShownQuestionListAtEnd | ( | ) |
Definition at line 247 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getSuspendTestAllowed | ( | ) |
Definition at line 194 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getUsePreviousAnswerAllowed | ( | ) |
Definition at line 183 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getUsrPassOverviewEnabled | ( | ) |
Definition at line 239 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::getUsrPassOverviewMode | ( | ) |
Definition at line 227 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::toForm | ( | \ilLanguage | $lng, |
FieldFactory | $f, | ||
Refinery | $refinery, | ||
?array | $environment = null |
||
) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 45 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::toLog | ( | AdditionalInformationGenerator | $additional_info | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 154 of file SettingsParticipantFunctionality.php.
References ILIAS\Test\Logging\AdditionalInformationGenerator\getEnabledDisabledTagForBool().
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::toStorage | ( | ) |
Reimplemented from ILIAS\Test\Settings\TestSettings.
Definition at line 142 of file SettingsParticipantFunctionality.php.
References ILIAS\Repository\int().
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::withPostponedQuestionsMoveToEnd | ( | bool | $postponed_questions_move_to_end | ) |
Definition at line 209 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::withQuestionListEnabled | ( | bool | $question_list_enabled | ) |
Definition at line 220 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::withQuestionMarkingEnabled | ( | bool | $question_marking_enabled | ) |
Definition at line 262 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::withSuspendTestAllowed | ( | bool | $suspend_test_allowed | ) |
Definition at line 198 of file SettingsParticipantFunctionality.php.
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::withUsePreviousAnswerAllowed | ( | bool | $use_previous_answers_allowed | ) |
Definition at line 187 of file SettingsParticipantFunctionality.php.
Referenced by ILIAS\Test\Settings\MainSettings\SettingsMainGUI\getParticipantsFunctionalitySettingsForStorage().
ILIAS\Test\Settings\MainSettings\SettingsParticipantFunctionality::withUsrPassOverviewMode | ( | int | $usrpass_overview_mode | ) |
Definition at line 232 of file SettingsParticipantFunctionality.php.