|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
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(), ilObjTestSettingsGeneralGUI\ANSWER_FIXATION_NONE, ilObjTestSettingsGeneralGUI\ANSWER_FIXATION_ON_FOLLOWUP_QUESTION, ilObjTestSettingsGeneralGUI\ANSWER_FIXATION_ON_IFB_OR_FUQST, ilObjTestSettingsGeneralGUI\ANSWER_FIXATION_ON_INSTANT_FEEDBACK, ilSettingsTemplateConfig\BOOL, ilSettingsTemplateConfig\CHECKBOX, ilObjTestSettingsGeneralGUI\INSTANT_FEEDBACK_TRIGGER_FORCED, ilObjTestSettingsGeneralGUI\INSTANT_FEEDBACK_TRIGGER_MANUAL, 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 464 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 523 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 433 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 370 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 314 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 276 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().