ILIAS
Release_4_4_x_branch Revision 61816
|
Class ilSurveyConstraintsGUI. More...
Public Member Functions | |
__construct (ilObjSurveyGUI $a_parent_gui) | |
executeCommand () | |
constraintsObject () | |
Administration page for survey constraints. | |
constraintsAddObject () | |
Add a precondition for a survey question or question block. | |
constraintStep1Object () | |
Handles the first step of the precondition add action. | |
constraintStep2Object () | |
Handles the second step of the precondition add action. | |
constraintStep3Object () | |
Handles the third step of the precondition add action. | |
constraintForm ($step, $postvalues, &$survey_questions, $questions=FALSE) | |
deleteConstraintsObject () | |
Delete constraints of a survey. | |
createConstraintsObject () | |
editPreconditionObject () |
Class ilSurveyConstraintsGUI.
Definition at line 14 of file class.ilSurveyConstraintsGUI.php.
ilSurveyConstraintsGUI::__construct | ( | ilObjSurveyGUI | $a_parent_gui | ) |
ilSurveyConstraintsGUI::constraintForm | ( | $step, | |
$postvalues, | |||
& | $survey_questions, | ||
$questions = FALSE |
|||
) |
Definition at line 307 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_SESSION, $options, SurveyQuestion\_getQuestionTypeName(), SurveyQuestion\_includeClass(), ilRadioGroupInputGUI\addOption(), and ilSelectInputGUI\setOptions().
Referenced by constraintStep1Object(), constraintStep2Object(), and constraintStep3Object().
ilSurveyConstraintsGUI::constraintsAddObject | ( | ) |
Add a precondition for a survey question or question block.
Definition at line 201 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, $_SESSION, constraintStep3Object(), and ilUtil\sendFailure().
ilSurveyConstraintsGUI::constraintsObject | ( | ) |
Administration page for survey constraints.
Definition at line 41 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_SESSION, constraintStep1Object(), ilUtil\getImagePath(), and ilUtil\sendInfo().
ilSurveyConstraintsGUI::constraintStep1Object | ( | ) |
Handles the first step of the precondition add action.
Definition at line 241 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, $_SESSION, constraintForm(), and ilUtil\sendInfo().
Referenced by constraintsObject(), and createConstraintsObject().
ilSurveyConstraintsGUI::constraintStep2Object | ( | ) |
Handles the second step of the precondition add action.
Definition at line 273 of file class.ilSurveyConstraintsGUI.php.
References $_POST, and constraintForm().
ilSurveyConstraintsGUI::constraintStep3Object | ( | ) |
Handles the third step of the precondition add action.
Definition at line 284 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, and constraintForm().
Referenced by constraintsAddObject().
ilSurveyConstraintsGUI::createConstraintsObject | ( | ) |
Definition at line 430 of file class.ilSurveyConstraintsGUI.php.
References $_GET, $_POST, $_SESSION, constraintStep1Object(), and ilUtil\sendInfo().
ilSurveyConstraintsGUI::deleteConstraintsObject | ( | ) |
Delete constraints of a survey.
Definition at line 415 of file class.ilSurveyConstraintsGUI.php.
References $_POST, and $_SESSION.
ilSurveyConstraintsGUI::editPreconditionObject | ( | ) |
Definition at line 447 of file class.ilSurveyConstraintsGUI.php.
ilSurveyConstraintsGUI::executeCommand | ( | ) |