ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilAssQuestionSkillAssignmentPropertyFormGUI Class Reference
+ Inheritance diagram for ilAssQuestionSkillAssignmentPropertyFormGUI:
+ Collaboration diagram for ilAssQuestionSkillAssignmentPropertyFormGUI:

Public Member Functions

 __construct (ilCtrl $ctrl, ilLanguage $lng, ilAssQuestionSkillAssignmentsGUI $parentGUI)
 
 getQuestion ()
 
 setQuestion ($question)
 
 getAssignment ()
 
 setAssignment ($assignment)
 
 isManipulationEnabled ()
 
 setManipulationEnabled ($manipulationEnabled)
 
 build ()
 
- Public Member Functions inherited from ilPropertyFormGUI
 __construct ()
 Constructor. More...
 
 executeCommand ()
 Execute command. More...
 
 setTableWidth ($a_width)
 Set table width. More...
 
 getTableWidth ()
 get table width More...
 
 setMode ($a_mode)
 Set Mode ('std', 'subform'). More...
 
 getMode ()
 Get Mode ('std', 'subform'). More...
 
 setTitle ($a_title)
 Set Title. More...
 
 getTitle ()
 Get Title. More...
 
 setTitleIcon ($a_titleicon)
 Set TitleIcon. More...
 
 getTitleIcon ()
 Get TitleIcon. More...
 
 setDescription ($a_val)
 Set description. More...
 
 getDescription ()
 Get description. More...
 
 setTopAnchor ($a_val)
 Set top anchor. More...
 
 getTopAnchor ()
 Get top anchor. More...
 
 setShowTopButtons ($a_val)
 Get show top buttons. More...
 
 getShowTopButtons ()
 Set show top buttons. More...
 
 addItem ($a_item)
 Add Item (Property, SectionHeader). More...
 
 removeItemByPostVar ($a_post_var)
 Remove Item. More...
 
 getItemByPostVar ($a_post_var)
 Get Item by POST variable. More...
 
 setItems ($a_items)
 Set Items. More...
 
 getItems ()
 Get Items. More...
 
 getInputItemsRecursive ()
 returns a flat array of all input items including the possibly existing subitems recursively More...
 
 setDisableStandardMessage ($a_val)
 Set disable standard message. More...
 
 getDisableStandardMessage ()
 Get disable standard message. More...
 
 getHideLabels ()
 Get a value indicating whether the labels should be hidden or not. More...
 
 setHideLabels ($a_value=true)
 Set a value indicating whether the labels should be hidden or not. More...
 
 setValuesByArray ($a_values, $a_restrict_to_value_keys=false)
 Set form values from an array. More...
 
 setValuesByPost ()
 Set form values from POST values. More...
 
 checkInput ()
 Check Post Input. More...
 
 getInput ($a_post_var, $ensureValidation=true)
 Returns the value of a HTTP-POST variable, identified by the passed id. More...
 
 addCustomProperty ($a_title, $a_html, $a_info="", $a_alert="", $a_required=false)
 Add a custom property. More...
 
 addCommandButton ($a_cmd, $a_text, $a_id="")
 Add Command button. More...
 
 getCommandButtons ()
 Return all Command buttons. More...
 
 clearCommandButtons ()
 Remove all command buttons. More...
 
 getContent ()
 Get Content. More...
 
 insertItem ($item, $a_sub_item=false)
 
 getHTML ()
 Get HTML. More...
 
 getFileUpload ($a_field, $a_index=null, $a_sub_index=null)
 Get file upload data. More...
 
 hasFileUpload ($a_field, $a_index=null, $a_sub_index=null)
 Was any file uploaded? More...
 
 moveFileUpload ($a_target_directory, $a_field, $a_target_name=null, $a_index=null, $a_sub_index=null)
 Move upload to target directory. More...
 
- Public Member Functions inherited from ilFormGUI
 setFormAction ($a_formaction)
 Set FormAction. More...
 
 getFormAction ()
 Get FormAction. More...
 
 setTarget ($a_target)
 Set Target. More...
 
 getTarget ()
 Get Target. More...
 
 setMultipart ($a_multipart)
 Set Enctype Multipart/Formdata true/false. More...
 
 getMultipart ()
 Get Enctype Multipart/Formdata true/false. More...
 
 setId ($a_id)
 Set Id. More...
 
 getId ()
 Get Id. More...
 
 setName ($a_name)
 Set Name. More...
 
 getName ()
 Get Name. More...
 
 setKeepOpen ($a_keepopen)
 Set Keep Form Tag Open. More...
 
 getKeepOpen ()
 Get Keep Form Tag Open. More...
 
 setOpenTag ($a_open)
 Enable/Disable Open Form Tag. More...
 
 getOpenTag ()
 Get Open Form Tag Enabled. More...
 
 setCloseTag ($a_val)
 Set close tag. More...
 
 getCloseTag ()
 Get close tag. More...
 
 setPreventDoubleSubmission ($a_val)
 Set prevent double submission. More...
 
 getPreventDoubleSubmission ()
 Get prevent double submission. More...
 
 getHTML ()
 Get HTML. More...
 
 getContent ()
 Get Content. More...
 

Protected Attributes

 $ctrl
 
 $lng
 
 $parentGUI
 
- Protected Attributes inherited from ilPropertyFormGUI
 $mode = "std"
 
 $check_input_called = false
 
 $disable_standard_message = false
 
 $top_anchor = "il_form_top"
 
 $titleicon = false
 
 $description = ""
 
 $tbl_width = false
 
 $show_top_buttons = true
 
 $hide_labels = false
 
- Protected Attributes inherited from ilFormGUI
 $formaction
 
 $multipart = false
 
 $keepopen = false
 
 $opentag = true
 
 $id
 
 $name
 
 $prevent_double_submission = false
 

Private Member Functions

 buildLacLegendToggleButton ()
 
 populateFullProperties ()
 
 populateLimitedProperties ()
 
 buildResultSkillPointsInputField ()
 
 questionSupportsSolutionCompare ()
 

Private Attributes

 $question = null
 
 $assignment = null
 
 $manipulationEnabled = false
 

Additional Inherited Members

- Protected Member Functions inherited from ilPropertyFormGUI
 hideRequired ($a_type)
 
 rebuildUploadedFiles ()
 try to rebuild files
More...
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

Member Function Documentation

◆ build()

ilAssQuestionSkillAssignmentPropertyFormGUI::build ( )

Definition at line 108 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

109 {
110 $this->setFormAction($this->ctrl->getFormAction($this->parentGUI));
111
112 if( $this->isManipulationEnabled() )
113 {
114 $this->addCommandButton(
116 $this->lng->txt('save')
117 );
118
119 $this->addCommandButton(
121 $this->lng->txt('cancel')
122 );
123 }
124 else
125 {
126 $this->addCommandButton(
128 $this->lng->txt('back')
129 );
130 }
131
132 $this->setTitle($this->assignment->getSkillTitle());
133
134 $questionTitle = new ilNonEditableValueGUI($this->lng->txt('question'));
135 $questionTitle->setValue($this->question->getTitle());
136 $this->addItem($questionTitle);
137
138 $questionDesc = new ilNonEditableValueGUI($this->lng->txt('description'));
139 $questionDesc->setValue($this->question->getComment());
140 $this->addItem($questionDesc);
141
143 {
144 $this->populateFullProperties();
145 }
146 else
147 {
149 }
150
151
152 }
setFormAction($a_formaction)
Set FormAction.
This class represents a non editable value in a property form.
addItem($a_item)
Add Item (Property, SectionHeader).
addCommandButton($a_cmd, $a_text, $a_id="")
Add Command button.
setTitle($a_title)
Set Title.

References ilPropertyFormGUI\addCommandButton(), ilPropertyFormGUI\addItem(), ilAssQuestionSkillAssignmentsGUI\CMD_SAVE_SKILL_QUEST_ASSIGN_PROPERTIES_FORM, ilAssQuestionSkillAssignmentsGUI\CMD_SHOW_SKILL_QUEST_ASSIGNS, isManipulationEnabled(), populateFullProperties(), populateLimitedProperties(), questionSupportsSolutionCompare(), ilFormGUI\setFormAction(), and ilPropertyFormGUI\setTitle().

+ Here is the call graph for this function:

◆ buildLacLegendToggleButton()

ilAssQuestionSkillAssignmentPropertyFormGUI::buildLacLegendToggleButton ( )
private

Definition at line 154 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

155 {
156 if( $this->assignment->hasEvalModeBySolution() )
157 {
158 $langVar = 'ass_lac_hide_legend_btn';
159 }
160 else
161 {
162 $langVar = 'ass_lac_show_legend_btn';
163 }
164
165 return '<a id="lac_legend_toggle_btn" href="#">'.$this->lng->txt($langVar).'</a>';
166 }

Referenced by populateFullProperties().

+ Here is the caller graph for this function:

◆ buildResultSkillPointsInputField()

ilAssQuestionSkillAssignmentPropertyFormGUI::buildResultSkillPointsInputField ( )
private

Definition at line 222 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

223 {
224 $questResultSkillPoints = new ilNumberInputGUI($this->lng->txt('tst_comp_points'), 'q_res_skill_points');
225 $questResultSkillPoints->setRequired(true);
226 $questResultSkillPoints->setSize(4);
227 $questResultSkillPoints->setMinvalueShouldBeGreater(false);
228 $questResultSkillPoints->setMinValue(1);
229 $questResultSkillPoints->allowDecimals(false);
230 $questResultSkillPoints->setValue($this->assignment->getSkillPoints());
231 if( !$this->isManipulationEnabled() )
232 {
233 $questResultSkillPoints->setDisabled(true);
234 }
235
236 return $questResultSkillPoints;
237 }
This class represents a number property in a property form.

References isManipulationEnabled().

Referenced by populateFullProperties(), and populateLimitedProperties().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getAssignment()

ilAssQuestionSkillAssignmentPropertyFormGUI::getAssignment ( )

◆ getQuestion()

ilAssQuestionSkillAssignmentPropertyFormGUI::getQuestion ( )

◆ isManipulationEnabled()

ilAssQuestionSkillAssignmentPropertyFormGUI::isManipulationEnabled ( )

◆ populateFullProperties()

ilAssQuestionSkillAssignmentPropertyFormGUI::populateFullProperties ( )
private

Definition at line 168 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

169 {
170 $evaluationMode = new ilRadioGroupInputGUI($this->lng->txt('condition'), 'eval_mode');
171 $evalOptionReachedQuestionPoints = new ilRadioOption(
172 $this->lng->txt('qpl_skill_point_eval_by_quest_result'), 'result'
173 );
174 $evaluationMode->addOption($evalOptionReachedQuestionPoints);
175 $evalOptionLogicalAnswerCompare = new ilRadioOption(
176 $this->lng->txt('qpl_skill_point_eval_by_solution_compare'), 'solution'
177 );
178 $evaluationMode->addOption($evalOptionLogicalAnswerCompare);
179 $evaluationMode->setRequired(true);
180 $evaluationMode->setValue($this->assignment->getEvalMode());
181 if( !$this->isManipulationEnabled() )
182 {
183 $evaluationMode->setDisabled(true);
184 }
185 $this->addItem($evaluationMode);
186
187 $questSolutionCompareExpressions = new ilLogicalAnswerComparisonExpressionInputGUI(
188 $this->lng->txt('tst_solution_compare_cfg'), 'solution_compare_expressions'
189 );
190 $questSolutionCompareExpressions->setRequired(true);
191 $questSolutionCompareExpressions->setAllowMove($this->isManipulationEnabled());
192 $questSolutionCompareExpressions->setAllowAddRemove($this->isManipulationEnabled());
193 $questSolutionCompareExpressions->setQuestionObject($this->question);
194 $questSolutionCompareExpressions->setValues($this->assignment->getSolutionComparisonExpressionList()->get());
195 $questSolutionCompareExpressions->setMinvalueShouldBeGreater(false);
196 $questSolutionCompareExpressions->setMinValue(1);
197 if( !$this->isManipulationEnabled() )
198 {
199 $questSolutionCompareExpressions->setDisabled(true);
200 }
201 else
202 {
203 // #19192
204 $questSolutionCompareExpressions->setInfo($this->buildLacLegendToggleButton());
205 }
206 $evalOptionLogicalAnswerCompare->addSubItem($questSolutionCompareExpressions);
207
208 $questResultSkillPoints = $this->buildResultSkillPointsInputField();
209 $evalOptionReachedQuestionPoints->addSubItem($questResultSkillPoints);
210 }
This class represents a property in a property form.
This class represents an option in a radio group.

References ilPropertyFormGUI\addItem(), buildLacLegendToggleButton(), buildResultSkillPointsInputField(), and isManipulationEnabled().

Referenced by build().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ populateLimitedProperties()

ilAssQuestionSkillAssignmentPropertyFormGUI::populateLimitedProperties ( )
private

Definition at line 212 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

213 {
214 $evaluationMode = new ilNonEditableValueGUI($this->lng->txt('condition'));
215 $evaluationMode->setValue($this->lng->txt('qpl_skill_point_eval_by_quest_result'));
216 $this->addItem($evaluationMode);
217
218 $questResultSkillPoints = $this->buildResultSkillPointsInputField();
219 $evaluationMode->addSubItem($questResultSkillPoints);
220 }

References ilPropertyFormGUI\addItem(), and buildResultSkillPointsInputField().

Referenced by build().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ questionSupportsSolutionCompare()

ilAssQuestionSkillAssignmentPropertyFormGUI::questionSupportsSolutionCompare ( )
private

Definition at line 239 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

240 {
241 return (
242 $this->question instanceof iQuestionCondition
243 );
244 }
Class iQuestionCondition.

Referenced by build().

+ Here is the caller graph for this function:

◆ setAssignment()

ilAssQuestionSkillAssignmentPropertyFormGUI::setAssignment (   $assignment)
Parameters
ilAssQuestionSkillAssignment$assignment

Definition at line 87 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

88 {
89 $this->assignment = $assignment;
90 }

References $assignment.

◆ setManipulationEnabled()

ilAssQuestionSkillAssignmentPropertyFormGUI::setManipulationEnabled (   $manipulationEnabled)
Parameters
boolean$manipulationEnabled

Definition at line 103 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

104 {
105 $this->manipulationEnabled = $manipulationEnabled;
106 }

References $manipulationEnabled.

◆ setQuestion()

ilAssQuestionSkillAssignmentPropertyFormGUI::setQuestion (   $question)
Parameters
assQuestion$question

Definition at line 71 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

72 {
73 $this->question = $question;
74 }

References $question.

Field Documentation

◆ $assignment

ilAssQuestionSkillAssignmentPropertyFormGUI::$assignment = null
private

◆ $ctrl

ilAssQuestionSkillAssignmentPropertyFormGUI::$ctrl
protected

Definition at line 23 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

Referenced by __construct().

◆ $lng

ilAssQuestionSkillAssignmentPropertyFormGUI::$lng
protected

Definition at line 28 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

Referenced by __construct().

◆ $manipulationEnabled

ilAssQuestionSkillAssignmentPropertyFormGUI::$manipulationEnabled = false
private

◆ $parentGUI

ilAssQuestionSkillAssignmentPropertyFormGUI::$parentGUI
protected

Definition at line 33 of file class.ilAssQuestionSkillAssignmentPropertyFormGUI.php.

Referenced by __construct().

◆ $question

ilAssQuestionSkillAssignmentPropertyFormGUI::$question = null
private

The documentation for this class was generated from the following file: