|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for ilTestSettingsTemplateConfig:
Collaboration diagram for ilTestSettingsTemplateConfig:Public Member Functions | |
| __construct (ilLanguage $lng) | |
| init () | |
Public Member Functions inherited from ilSettingsTemplateConfig | |
| __construct ($a_obj_type) | |
| Constructor. More... | |
| setType ($a_val) | |
| Set type. More... | |
| getType () | |
| Get type. More... | |
| addHidableTab ($a_tab_id, $a_text) | |
| Add hidable tabs. More... | |
| getHidableTabs () | |
| Get hidable tabs. More... | |
| addSetting ($a_id, $a_type, $a_text, $a_hidable, $a_length=0, $a_options=array()) | |
| Add setting. More... | |
| getSettings () | |
| Get settings. More... | |
Protected Attributes | |
| $lng | |
Private Member Functions | |
| initLanguage () | |
| initHidableTabs () | |
| initSettings () | |
| addGeneralPropertySettings () | |
| addTestIntroProperties () | |
| addTestAccessProperties () | |
| addTestRunProperties () | |
| addQuestionBehaviourProperties () | |
| addTestSequenceProperties () | |
| addTestFinishProperties () | |
| addScoringOptionsProperties () | |
| addResultSummaryProperties () | |
| addResultDetailsProperties () | |
| addResultMiscOptionsProperties () | |
Additional Inherited Members | |
Data Fields inherited from ilSettingsTemplateConfig | |
| const | TEXT = "text" |
| const | SELECT = "select" |
| const | BOOL = "bool" |
| const | CHECKBOX = "check" |
Definition at line 14 of file class.ilTestSettingsTemplateConfig.php.
| ilTestSettingsTemplateConfig::__construct | ( | ilLanguage | $lng | ) |
| ilLanguage | $lng |
Definition at line 24 of file class.ilTestSettingsTemplateConfig.php.
References $lng.
|
private |
Definition at line 74 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilObjTest\QUESTION_SET_TYPE_DYNAMIC, ilObjTest\QUESTION_SET_TYPE_FIXED, ilObjTest\QUESTION_SET_TYPE_RANDOM, and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 191 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, ilSettingsTemplateConfig\CHECKBOX, ilObjTestSettingsGeneralGUI\INST_FB_HANDLING_OPT_FORCE, ilObjTestSettingsGeneralGUI\INST_FB_HANDLING_OPT_FORCE_AND_FREEZE, ilObjTestSettingsGeneralGUI\INST_FB_HANDLING_OPT_FREEZE, ilObjTestSettingsGeneralGUI\INST_FB_HANDLING_OPT_NONE, ilSettingsTemplateConfig\SELECT, and ilSettingsTemplateConfig\TEXT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 453 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 512 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 422 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 359 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\SELECT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 121 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 303 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, ilSettingsTemplateConfig\SELECT, and ilSettingsTemplateConfig\TEXT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 102 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 159 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), ilSettingsTemplateConfig\BOOL, and ilSettingsTemplateConfig\TEXT.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 265 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addSetting(), and ilSettingsTemplateConfig\BOOL.
Referenced by initSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestSettingsTemplateConfig::init | ( | ) |
Definition at line 30 of file class.ilTestSettingsTemplateConfig.php.
References initHidableTabs(), initLanguage(), and initSettings().
Here is the call graph for this function:
|
private |
Definition at line 43 of file class.ilTestSettingsTemplateConfig.php.
References ilSettingsTemplateConfig\addHidableTab().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 37 of file class.ilTestSettingsTemplateConfig.php.
Referenced by init().
Here is the caller graph for this function:
|
private |
Definition at line 59 of file class.ilTestSettingsTemplateConfig.php.
References addGeneralPropertySettings(), addQuestionBehaviourProperties(), addResultDetailsProperties(), addResultMiscOptionsProperties(), addResultSummaryProperties(), addScoringOptionsProperties(), addTestAccessProperties(), addTestFinishProperties(), addTestIntroProperties(), addTestRunProperties(), and addTestSequenceProperties().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 19 of file class.ilTestSettingsTemplateConfig.php.
Referenced by __construct().