|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilAssQuestionFeedbackEditingGUI:Public Member Functions | |
| executeCommand () | |
| Execute Command. More... | |
| showSyncCmd () | |
Data Fields | |
| const | CMD_SHOW = 'showFeedbackForm' |
| command constants More... | |
| const | CMD_SAVE = 'saveFeedbackForm' |
| const | CMD_SHOW_SYNC = 'showSync' |
Protected Member Functions | |
| setContentStyle () | |
| Set content style. More... | |
Protected Attributes | |
| $questionGUI = null | |
| $questionOBJ = null | |
| $feedbackOBJ = null | |
| $ctrl = null | |
| $access = null | |
| $tpl = null | |
| $tabs = null | |
| $lng = null | |
| ContentStyle | $content_style |
Private Member Functions | |
| showFeedbackFormCmd () | |
| command for rendering the feedback editing form to the content area More... | |
| saveFeedbackFormCmd () | |
| command for processing the submitted feedback editing form. More... | |
| createFeedbackPageCmd () | |
| buildForm () | |
| builds the feedback editing form object More... | |
| isFormSaveable () | |
| returns the fact wether the feedback editing form has to be saveable or not. More... | |
| isSyncAfterSaveRequired () | |
| returns the fact wether the presentation of the question sync2pool form is required after saving the form or not More... | |
Private Attributes | |
| ILIAS TestQuestionPool InternalRequestService | $request |
| ILIAS TestQuestionPool QuestionInfoService | $questioninfo |
Definition at line 32 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
private |
builds the feedback editing form object
private
Definition at line 245 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\ctrl(), isFormSaveable(), and ILIAS\Repository\lng().
Referenced by saveFeedbackFormCmd(), and showFeedbackFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 231 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilAssQuestionFeedbackEditingGUI::executeCommand | ( | ) |
Execute Command.
public
Definition at line 142 of file class.ilAssQuestionFeedbackEditingGUI.php.
References $DIC, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), setContentStyle(), and ILIAS\Repository\tabs().
Here is the call graph for this function:
|
private |
returns the fact wether the feedback editing form has to be saveable or not.
this depends on the additional content editing mode and the current question type, as well as on fact wether the question is writable for current user or not, or the fact if we are in self assessment mode or not
private
Definition at line 274 of file class.ilAssQuestionFeedbackEditingGUI.php.
References ILIAS\Repository\access().
Referenced by buildForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
returns the fact wether the presentation of the question sync2pool form is required after saving the form or not
private
Definition at line 294 of file class.ilAssQuestionFeedbackEditingGUI.php.
References $DIC, and assQuestion\_isWriteable().
Referenced by saveFeedbackFormCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
command for processing the submitted feedback editing form.
first it validates the submitted values.
private
Definition at line 204 of file class.ilAssQuestionFeedbackEditingGUI.php.
References buildForm(), ILIAS\Repository\ctrl(), isSyncAfterSaveRequired(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Set content style.
Definition at line 173 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
command for rendering the feedback editing form to the content area
private
Definition at line 183 of file class.ilAssQuestionFeedbackEditingGUI.php.
References buildForm(), and ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilAssQuestionFeedbackEditingGUI::showSyncCmd | ( | ) |
Definition at line 322 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 81 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 107 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 73 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 65 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 105 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 49 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
private |
Definition at line 41 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 57 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
private |
Definition at line 40 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 97 of file class.ilAssQuestionFeedbackEditingGUI.php.
|
protected |
Definition at line 89 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SAVE = 'saveFeedbackForm' |
Definition at line 38 of file class.ilAssQuestionFeedbackEditingGUI.php.
| const ilAssQuestionFeedbackEditingGUI::CMD_SHOW = 'showFeedbackForm' |
command constants
Definition at line 37 of file class.ilAssQuestionFeedbackEditingGUI.php.
Referenced by ilAssQuestionFeedbackPageObjectCommandForwarder\__construct(), assQuestionGUI\addTab_QuestionFeedback(), ilTestQuestionsTableGUI\fillRow(), ilQuestionBrowserTableGUI\fillRow(), ilAssQuestionFeedbackPageObjectCommandForwarder\forward(), ilObjQuestionPoolGUI\getQueryParamInt(), ilPageObjectGUI\setQEditTabs(), and ilPCQuestionGUI\setTabs().
| const ilAssQuestionFeedbackEditingGUI::CMD_SHOW_SYNC = 'showSync' |
Definition at line 39 of file class.ilAssQuestionFeedbackEditingGUI.php.