ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct (ilCtrl $ctrl, ilAccessHandler $access, ilLanguage $lng, ilTemplate $tpl, ilTree $tree, ilDBInterface $db, ilPluginAdmin $pluginAdmin, ilObjUser $activeUser, ilObjTestGUI $testGUI) | |
Constructor. More... | |
executeCommand () | |
Command Execution. More... | |
Public Member Functions inherited from ilTestSettingsGUI | |
__construct (ilObjTest $testOBJ) | |
Data Fields | |
const | CMD_SHOW_FORM = 'showForm' |
command constants More... | |
const | CMD_SAVE_FORM = 'saveForm' |
const | CMD_CONFIRMED_SAVE_FORM = 'confirmedSaveForm' |
const | CMD_SHOW_RESET_TPL_CONFIRM = 'showResetTemplateConfirmation' |
const | CMD_CONFIRMED_RESET_TPL = 'confirmedResetTemplate' |
const | INST_FB_HANDLING_OPT_NONE = 'none' |
const | INST_FB_HANDLING_OPT_FREEZE = 'freeze' |
const | INST_FB_HANDLING_OPT_FORCE = 'force' |
const | INST_FB_HANDLING_OPT_FORCE_AND_FREEZE = 'force_freeze' |
Protected Member Functions | |
getSettingsTemplateMessageHTML () | |
Protected Member Functions inherited from ilTestSettingsGUI | |
getTemplateSettingValue ($settingName) | |
isHiddenFormItem ($formFieldId) | |
isSectionHeaderRequired ($fields) | |
formPropertyExists (ilPropertyFormGUI $form, $propertyId) | |
removeHiddenItems (ilPropertyFormGUI $form) | |
Protected Attributes | |
$ctrl = null | |
$access = null | |
$lng = null | |
$tpl = null | |
$tree = null | |
$db = null | |
$pluginAdmin = null | |
$activeUser = null | |
$testGUI = null | |
Protected Attributes inherited from ilTestSettingsGUI | |
$testOBJ = null | |
$settingsTemplate = null | |
Private Attributes | |
$testQuestionSetConfigFactory = null | |
Definition at line 20 of file class.ilObjTestSettingsGeneralGUI.php.
ilObjTestSettingsGeneralGUI::__construct | ( | ilCtrl | $ctrl, |
ilAccessHandler | $access, | ||
ilLanguage | $lng, | ||
ilTemplate | $tpl, | ||
ilTree | $tree, | ||
ilDBInterface | $db, | ||
ilPluginAdmin | $pluginAdmin, | ||
ilObjUser | $activeUser, | ||
ilObjTestGUI | $testGUI | ||
) |
Constructor.
ilCtrl | $ctrl | |
ilAccessHandler | $access | |
ilLanguage | $lng | |
ilTemplate | $tpl | |
ilDBInterface | $db | |
ilObjTestGUI | $testGUI |
Definition at line 78 of file class.ilObjTestSettingsGeneralGUI.php.
References $access, $activeUser, $ctrl, $db, $lng, $pluginAdmin, $testGUI, $tpl, and $tree.
|
private |
ilPropertyFormGUI | $form |
Definition at line 630 of file class.ilObjTestSettingsGeneralGUI.php.
References $section, ilObject\_getAllReferences(), ilPropertyFormGUI\addItem(), IL_CAL_UNIX, ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilDateDurationInputGUI\setShowTime(), and time.
Referenced by buildForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 497 of file class.ilObjTestSettingsGeneralGUI.php.
References $header, $title, ilPropertyFormGUI\addItem(), ilMD\getGeneral(), ilObjTest\QUESTION_SET_TYPE_DYNAMIC, ilObjTest\QUESTION_SET_TYPE_FIXED, ilObjTest\QUESTION_SET_TYPE_RANDOM, ilTextAreaInputGUI\setCols(), ilFormPropertyGUI\setDisabled(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), and ilRadioOption\setValue().
Referenced by buildForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 1118 of file class.ilObjTestSettingsGeneralGUI.php.
References ilPropertyFormGUI\addItem(), ilRadioGroupInputGUI\addOption(), ilCheckboxGroupInputGUI\addOption(), array, ilCharSelectorConfig\CONTEXT_TEST, getInstFbHandlingValue(), isCharSelectorPropertyRequired(), ilTestSettingsGUI\isSectionHeaderRequired(), ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setDisabled(), ilRadioOption\setInfo(), ilTextInputGUI\setSize(), and ilCheckboxInputGUI\setValue().
Referenced by buildForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 761 of file class.ilObjTestSettingsGeneralGUI.php.
References $header, ilPropertyFormGUI\addItem(), IL_CAL_UNIX, ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilFormPropertyGUI\setRequired(), and ilCheckboxInputGUI\setValue().
Referenced by buildForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 1414 of file class.ilObjTestSettingsGeneralGUI.php.
References ilPropertyFormGUI\addItem(), ilRadioGroupInputGUI\addOption(), array, REDIRECT_ALWAYS, REDIRECT_KIOSK, ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilFormPropertyGUI\setRequired(), ilTextInputGUI\setValue(), ilCheckboxInputGUI\setValue(), and ilRadioOption\setValue().
Referenced by buildForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 702 of file class.ilObjTestSettingsGeneralGUI.php.
References $section, ilPropertyFormGUI\addItem(), ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setRequired(), and ilCheckboxInputGUI\setValue().
Referenced by buildForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 922 of file class.ilObjTestSettingsGeneralGUI.php.
References $duration, $header, ilPropertyFormGUI\addItem(), ilCheckboxGroupInputGUI\addOption(), ilNumberInputGUI\allowDecimals(), array, ilTestSettingsGUI\getTemplateSettingValue(), ilFormPropertyGUI\setInfo(), ilNumberInputGUI\setSize(), and ilCheckboxInputGUI\setValue().
Referenced by buildForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 1310 of file class.ilObjTestSettingsGeneralGUI.php.
References ilPropertyFormGUI\addItem(), ilRadioGroupInputGUI\addOption(), array, and ilCheckboxInputGUI\setValue().
Referenced by buildForm().
|
private |
Definition at line 422 of file class.ilObjTestSettingsGeneralGUI.php.
References addAvailabilityProperties(), addGeneralProperties(), addQuestionBehaviourProperties(), addTestAccessProperties(), addTestFinishProperties(), addTestIntroProperties(), addTestRunProperties(), addTestSequenceProperties(), ilObjTest\isSkillManagementGloballyActivated(), ilTestSettingsGUI\removeHiddenItems(), and ilFormPropertyGUI\setInfo().
Referenced by saveFormCmd(), and showFormCmd().
|
private |
Enable all settings - remove template.
Definition at line 385 of file class.ilObjTestSettingsGeneralGUI.php.
References ilUtil\sendSuccess().
|
private |
Definition at line 196 of file class.ilObjTestSettingsGeneralGUI.php.
References saveFormCmd().
ilObjTestSettingsGeneralGUI::executeCommand | ( | ) |
Command Execution.
Definition at line 110 of file class.ilObjTestSettingsGeneralGUI.php.
References $cmd, and ilUtil\sendInfo().
|
private |
Definition at line 1569 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by addQuestionBehaviourProperties().
|
protected |
Definition at line 166 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by showFormCmd().
|
private |
Definition at line 414 of file class.ilObjTestSettingsGeneralGUI.php.
References $ilSetting.
Referenced by addQuestionBehaviourProperties(), and saveQuestionBehaviourProperties().
|
private |
Definition at line 394 of file class.ilObjTestSettingsGeneralGUI.php.
References ilPropertyFormGUI\getItemByPostVar(), and ilObjTest\isSkillManagementGloballyActivated().
|
private |
Definition at line 465 of file class.ilObjTestSettingsGeneralGUI.php.
References ilPropertyFormGUI\getItemByPostVar(), ilObjTest\isSkillManagementGloballyActivated(), saveAvailabilityProperties(), saveGeneralProperties(), saveQuestionBehaviourProperties(), saveTestAccessProperties(), saveTestFinishProperties(), saveTestIntroProperties(), saveTestRunProperties(), and saveTestSequenceSettings().
Referenced by saveFormCmd().
|
private |
ilPropertyFormGUI | $form |
Definition at line 678 of file class.ilObjTestSettingsGeneralGUI.php.
References ilPropertyFormGUI\getItemByPostVar(), and IL_CAL_UNIX.
Referenced by performSaveForm().
|
private |
Definition at line 201 of file class.ilObjTestSettingsGeneralGUI.php.
References $errors, array, buildForm(), performSaveForm(), ilObjTest\QUESTION_SET_TYPE_DYNAMIC, ilObjTest\QUESTION_SET_TYPE_FIXED, ilUtil\sendFailure(), ilUtil\sendInfo(), ilUtil\sendSuccess(), showConfirmation(), and showFormCmd().
Referenced by confirmedSaveFormCmd().
|
private |
ilPropertyFormGUI | $form |
Definition at line 576 of file class.ilObjTestSettingsGeneralGUI.php.
References ilTestSettingsGUI\formPropertyExists(), ilMD\getGeneral(), ilPropertyFormGUI\getItemByPostVar(), ilMDBase\save(), ilUtil\stripSlashes(), and ilMDBase\update().
Referenced by performSaveForm().
|
private |
Definition at line 1543 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by saveQuestionBehaviourProperties().
|
private |
ilPropertyFormGUI | $form |
Definition at line 1258 of file class.ilObjTestSettingsGeneralGUI.php.
References ilCharSelectorConfig\CONTEXT_TEST, ilTestSettingsGUI\formPropertyExists(), ilPropertyFormGUI\getItemByPostVar(), isCharSelectorPropertyRequired(), and saveInstFbHandlingSettings().
Referenced by performSaveForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 853 of file class.ilObjTestSettingsGeneralGUI.php.
References ilTestSettingsGUI\formPropertyExists(), and ilPropertyFormGUI\getItemByPostVar().
Referenced by performSaveForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 1498 of file class.ilObjTestSettingsGeneralGUI.php.
References ilObjAdvancedEditing\_getUsedHTMLTagsAsString(), ilTestSettingsGUI\formPropertyExists(), ilPropertyFormGUI\getItemByPostVar(), and REDIRECT_NONE.
Referenced by performSaveForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 736 of file class.ilObjTestSettingsGeneralGUI.php.
References ilObjAdvancedEditing\_getUsedHTMLTagsAsString(), and ilPropertyFormGUI\getItemByPostVar().
Referenced by performSaveForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 1040 of file class.ilObjTestSettingsGeneralGUI.php.
References ilPropertyFormGUI\getInput(), and ilPropertyFormGUI\getItemByPostVar().
Referenced by performSaveForm().
|
private |
ilPropertyFormGUI | $form |
Definition at line 1373 of file class.ilObjTestSettingsGeneralGUI.php.
References ilTestSettingsGUI\formPropertyExists(), ilPropertyFormGUI\getInput(), and ilPropertyFormGUI\getItemByPostVar().
Referenced by performSaveForm().
|
private |
Definition at line 147 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by saveFormCmd().
|
private |
Definition at line 132 of file class.ilObjTestSettingsGeneralGUI.php.
References buildForm(), and getSettingsTemplateMessageHTML().
Referenced by saveFormCmd().
|
private |
Enable all settings - Confirmation.
Definition at line 369 of file class.ilObjTestSettingsGeneralGUI.php.
|
protected |
Definition at line 40 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 58 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 52 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 55 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
|
protected |
Definition at line 61 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
|
private |
Definition at line 64 of file class.ilObjTestSettingsGeneralGUI.php.
|
protected |
Definition at line 46 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct(), and getSettingsTemplateMessageHTML().
|
protected |
Definition at line 49 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by __construct().
const ilObjTestSettingsGeneralGUI::CMD_CONFIRMED_RESET_TPL = 'confirmedResetTemplate' |
Definition at line 29 of file class.ilObjTestSettingsGeneralGUI.php.
const ilObjTestSettingsGeneralGUI::CMD_CONFIRMED_SAVE_FORM = 'confirmedSaveForm' |
Definition at line 27 of file class.ilObjTestSettingsGeneralGUI.php.
const ilObjTestSettingsGeneralGUI::CMD_SAVE_FORM = 'saveForm' |
Definition at line 26 of file class.ilObjTestSettingsGeneralGUI.php.
const ilObjTestSettingsGeneralGUI::CMD_SHOW_FORM = 'showForm' |
command constants
Definition at line 25 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by ilObjTestGUI\redirectTo_ilObjTestSettingsGeneralGUI_showForm_Object().
const ilObjTestSettingsGeneralGUI::CMD_SHOW_RESET_TPL_CONFIRM = 'showResetTemplateConfirmation' |
Definition at line 28 of file class.ilObjTestSettingsGeneralGUI.php.
const ilObjTestSettingsGeneralGUI::INST_FB_HANDLING_OPT_FORCE = 'force' |
Definition at line 33 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by ilTestSettingsTemplateConfig\addQuestionBehaviourProperties().
const ilObjTestSettingsGeneralGUI::INST_FB_HANDLING_OPT_FORCE_AND_FREEZE = 'force_freeze' |
Definition at line 34 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by ilTestSettingsTemplateConfig\addQuestionBehaviourProperties().
const ilObjTestSettingsGeneralGUI::INST_FB_HANDLING_OPT_FREEZE = 'freeze' |
Definition at line 32 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by ilTestSettingsTemplateConfig\addQuestionBehaviourProperties().
const ilObjTestSettingsGeneralGUI::INST_FB_HANDLING_OPT_NONE = 'none' |
Definition at line 31 of file class.ilObjTestSettingsGeneralGUI.php.
Referenced by ilTestSettingsTemplateConfig\addQuestionBehaviourProperties().