| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
MultipleChoice survey question GUI representation. More...
 Inheritance diagram for SurveyMultipleChoiceQuestionGUI:
 Inheritance diagram for SurveyMultipleChoiceQuestionGUI: Collaboration diagram for SurveyMultipleChoiceQuestionGUI:
 Collaboration diagram for SurveyMultipleChoiceQuestionGUI:| Public Member Functions | |
| SurveyMultipleChoiceQuestionGUI ($id=-1) | |
| SurveyMultipleChoiceQuestionGUI constructor. | |
| writePostData ($always=false) | |
| Evaluates a posted edit form and writes the form data in the question object. | |
| editQuestion ($checkonly=FALSE) | |
| Creates an output of the edit form for the question. | |
| addanswers () | |
| Add a new answer. | |
| removeanswers () | |
| Remove an answer. | |
| upanswers () | |
| Move an answer up. | |
| downanswers () | |
| Move an answer down. | |
| getWorkingForm ($working_data="", $question_title=1, $show_questiontext=1, $error_message="", $survey_id=null) | |
| Creates the question output form for the learner. | |
| getPrintView ($question_title=1, $show_questiontext=1, $survey_id=null) | |
| Creates a HTML representation of the question. | |
| preview () | |
| Creates a preview of the question. | |
| setQuestionTabs () | |
| getCumulatedResultsDetails ($survey_id, $counter) | |
| Creates the detailed output of the cumulated results for the question. | |
|  Public Member Functions inherited from SurveyQuestionGUI | |
| SurveyQuestionGUI () | |
| SurveyQuestion constructor. | |
| addErrorMessage ($errormessage) | |
| outErrorMessages () | |
| & | executeCommand () | 
| execute command | |
| getCommand ($cmd) | |
| _getGUIClassNameForId ($a_q_id) | |
| _getClassNameForQType ($q_type) | |
| originalSyncForm () | |
| sync () | |
| cancelSync () | |
| save () | |
| save question | |
| cancel () | |
| cancelDeleteCategory () | |
| Cancels the form adding a phrase. | |
| material ($checkonly=FALSE) | |
| Material tab of the survey questions. | |
| deleteMaterial () | |
| addMaterial () | |
| Add materials to a question. | |
| removeMaterial () | |
| cancelExplorer () | |
| addPG () | |
| addST () | |
| addGIT () | |
| linkChilds () | |
| getPrintView ($question_title=1, $show_questiontext=1) | |
| Creates a HTML representation of the question. | |
| setQuestionTabsForClass ($guiclass) | |
| getQuestionType () | |
| Returns the question type string. | |
| getCumulatedResultRow ($counter, $css_class, $survey_id) | |
| Creates a the cumulated results row for the question. | |
| editQuestion () | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from SurveyQuestionGUI | |
| static & | _getQuestionGUI ($questiontype, $question_id=-1) | 
| Creates a question gui representation. | |
|  Data Fields inherited from SurveyQuestionGUI | |
| $object | |
| $tpl | |
| $lng | |
| $cumulated | |
| An array containing the cumulated results of the question for a given survey. | |
|  Protected Member Functions inherited from SurveyQuestionGUI | |
| getMaterialOutput () | |
| Creates the HTML output of the question material(s) | |
| outQuestionText ($template) | |
MultipleChoice survey question GUI representation.
The SurveyMultipleChoiceQuestionGUI class encapsulates the GUI representation for multiple choice survey question types.
Definition at line 38 of file class.SurveyMultipleChoiceQuestionGUI.php.
| SurveyMultipleChoiceQuestionGUI::addanswers | ( | ) | 
Add a new answer.
Definition at line 257 of file class.SurveyMultipleChoiceQuestionGUI.php.
References $_POST, SurveyQuestionGUI\editQuestion(), and writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::downanswers | ( | ) | 
Move an answer down.
Definition at line 290 of file class.SurveyMultipleChoiceQuestionGUI.php.
References $_POST, SurveyQuestionGUI\editQuestion(), and writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::editQuestion | ( | $checkonly = FALSE | ) | 
Creates an output of the edit form for the question.
public
Definition at line 112 of file class.SurveyMultipleChoiceQuestionGUI.php.
References $errors, $title, ilObjAdvancedEditing\_getUsedHTMLTags(), ilUtil\sendFailure(), ilFormPropertyGUI\setRequired(), ilNumberInputGUI\setSize(), ilTextInputGUI\setValue(), ilCheckboxInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::getCumulatedResultsDetails | ( | $survey_id, | |
| $counter | |||
| ) | 
Creates the detailed output of the cumulated results for the question.
| integer | $survey_id | The database ID of the survey | 
| integer | $counter | The counter of the question position in the survey | 
Definition at line 602 of file class.SurveyMultipleChoiceQuestionGUI.php.
References $data, and ilObjSurvey\_getNrOfParticipants().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::getPrintView | ( | $question_title = 1, | |
| $show_questiontext = 1, | |||
| $survey_id = null | |||
| ) | 
Creates a HTML representation of the question.
private
Definition at line 487 of file class.SurveyMultipleChoiceQuestionGUI.php.
References ilUtil\getHtmlPath(), ilUtil\getImagePath(), SurveyQuestionGUI\outQuestionText(), and ilUtil\prepareFormOutput().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::getWorkingForm | ( | $working_data = "", | |
| $question_title = 1, | |||
| $show_questiontext = 1, | |||
| $error_message = "", | |||
| $survey_id = null | |||
| ) | 
Creates the question output form for the learner.
public
Definition at line 303 of file class.SurveyMultipleChoiceQuestionGUI.php.
References SurveyQuestionGUI\getMaterialOutput(), SurveyQuestionGUI\outQuestionText(), and ilUtil\prepareFormOutput().
Referenced by preview().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| SurveyMultipleChoiceQuestionGUI::preview | ( | ) | 
Creates a preview of the question.
private
Definition at line 582 of file class.SurveyMultipleChoiceQuestionGUI.php.
References getWorkingForm().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::removeanswers | ( | ) | 
Remove an answer.
Definition at line 268 of file class.SurveyMultipleChoiceQuestionGUI.php.
References $_POST, SurveyQuestionGUI\editQuestion(), and writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::setQuestionTabs | ( | ) | 
Definition at line 589 of file class.SurveyMultipleChoiceQuestionGUI.php.
References SurveyQuestionGUI\setQuestionTabsForClass().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::SurveyMultipleChoiceQuestionGUI | ( | $id = -1 | ) | 
SurveyMultipleChoiceQuestionGUI constructor.
The constructor takes possible arguments an creates an instance of the SurveyMultipleChoiceQuestionGUI object.
| integer | $id | The database id of a multiple choice question object public | 
Definition at line 49 of file class.SurveyMultipleChoiceQuestionGUI.php.
References SurveyQuestionGUI\SurveyQuestionGUI().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::upanswers | ( | ) | 
Move an answer up.
Definition at line 279 of file class.SurveyMultipleChoiceQuestionGUI.php.
References $_POST, SurveyQuestionGUI\editQuestion(), and writePostData().
 Here is the call graph for this function:
 Here is the call graph for this function:| SurveyMultipleChoiceQuestionGUI::writePostData | ( | $always = false | ) | 
Evaluates a posted edit form and writes the form data in the question object.
Definition at line 69 of file class.SurveyMultipleChoiceQuestionGUI.php.
References $_POST, and SurveyQuestionGUI\editQuestion().
Referenced by addanswers(), downanswers(), removeanswers(), and upanswers().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: