ILIAS
release_4-4 Revision
|
Single choice question GUI representation The assFormulaQuestionGUI class encapsulates the GUI representation for single choice questions. More...
Public Member Functions | |
__construct ($id=-1) | |
assFormulaQuestionGUI constructor The constructor takes possible arguments an creates an instance of the assFormulaQuestionGUI object. More... | |
setQuestionTabs () | |
Sets the ILIAS tabs for this question type Sets the ILIAS tabs for this question type public. More... | |
getCommand ($cmd) | |
suggestRange () | |
Suggest a range for a result public. More... | |
writePostData ($always=false) | |
Evaluates a posted edit form and writes the form data in the question object. More... | |
isSaveCommand () | |
parseQuestion () | |
saveReturnFQ () | |
saveFQ () | |
checkInput () | |
check input fields More... | |
outQuestionForTest ($formaction, $active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE, $show_feedback=FALSE) | |
getSolutionOutput ( $active_id, $pass=NULL, $graphicalOutput=FALSE, $result_output=FALSE, $show_question_only=TRUE, $show_feedback=FALSE, $show_correct_solution=FALSE, $show_manual_scoring=FALSE, $show_question_text=TRUE) | |
Get the question solution output. More... | |
getPreview ($show_question_only=FALSE) | |
getTestOutput ($active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE, $show_feedback=FALSE) | |
getSpecificFeedbackOutput ($active_id, $pass) | |
![]() | |
__construct () | |
assQuestionGUI constructor More... | |
& | executeCommand () |
execute command More... | |
getCommand ($cmd) | |
getType () | |
needed for page editor compliance More... | |
setTaxonomyIds ($taxonomyIds) | |
getTaxonomyIds () | |
setTargetGui (ilTestPlayerAbstractGUI $linkTargetGui) | |
setTargetGuiClass ($targetGuiClass) | |
getTargetGuiClass () | |
writePostData () | |
Evaluates a posted edit form and writes the form data in the question object. More... | |
assessment () | |
output assessment More... | |
& | _getQuestionGUI ($question_type, $question_id=-1) |
Creates a question gui representation and returns the alias to the question gui note: please do not use $this inside this method to allow static calls. More... | |
_getGUIClassNameForId ($a_q_id) | |
_getClassNameForQType ($q_type) | |
& | createQuestionGUI ($question_type, $question_id=-1) |
Creates a question gui representation. More... | |
getQuestionTemplate () | |
get question template More... | |
getILIASPage ($html="") | |
Returns the ILIAS Page around a question. More... | |
outQuestionPage ($a_temp_var, $a_postponed=false, $active_id="", $html="") | |
output question page More... | |
cancel () | |
cancel action More... | |
originalSyncForm ($return_to="", $return_to_feedback='') | |
sync () | |
cancelSync () | |
saveEdit () | |
save question More... | |
save () | |
save question More... | |
saveReturn () | |
save question More... | |
apply () | |
apply changes More... | |
getContextPath ($cont_obj, $a_endnode_id, $a_startnode_id=1) | |
get context path in content object tree More... | |
setSequenceNumber ($nr) | |
getSequenceNumber () | |
setQuestionCount ($a_question_count) | |
getQuestionCount () | |
getErrorMessage () | |
setErrorMessage ($errormessage) | |
addErrorMessage ($errormessage) | |
outAdditionalOutput () | |
getQuestionType () | |
Returns the question type string. More... | |
getAsValueAttribute ($a_value) | |
Returns a HTML value attribute. More... | |
addNewIdListener (&$a_object, $a_method, $a_parameters="") | |
Add a listener that is notified with the new question ID, when a new question is saved. More... | |
callNewIdListeners ($a_new_id) | |
Call the new id listeners. More... | |
addQuestionFormCommandButtons ($form) | |
Add the command buttons of a question properties form. More... | |
addBasicQuestionFormProperties ($form) | |
Add basic question form properties: assessment: title, author, description, question, working time. More... | |
getSelfAssessmentTags () | |
Get tags allowed in question tags in self assessment mode. More... | |
getAnswerFeedbackOutput ($active_id, $pass) | |
Returns the answer generic feedback depending on the results of the question. More... | |
getGenericFeedbackOutput ($active_id, $pass) | |
Returns the answer specific feedback for the question. More... | |
getSpecificFeedbackOutput ($active_id, $pass) | |
Returns the answer specific feedback for the question. More... | |
outQuestionType () | |
showSuggestedSolution () | |
suggestedsolution () | |
Allows to add suggested solutions for questions. More... | |
outSolutionExplorer () | |
saveSuggestedSolution () | |
cancelExplorer () | |
outPageSelector () | |
outChapterSelector () | |
outGlossarySelector () | |
linkChilds () | |
addPG () | |
addST () | |
addGIT () | |
isSaveCommand () | |
setQuestionTabs () | |
getSolutionOutput ( $active_id, $pass=NULL, $graphicalOutput=FALSE, $result_output=FALSE, $show_question_only=TRUE, $show_feedback=FALSE, $show_correct_solution=FALSE, $show_manual_scoring=FALSE, $show_question_text=TRUE) | |
isAutosaveable () | |
showHints () | |
Private Member Functions | |
hasResultUnit ($result, $unit_id, $resultunits) | |
canUseAdvancedRating ($result) | |
Check if advanced rating can be used for a result. More... | |
Additional Inherited Members | |
![]() | |
static | getCommandsFromClassConstants ($guiClassName, $cmdConstantNameBegin='CMD_') |
extracts values of all constants of given class with given prefix as array can be used to get all possible commands in case of these commands are defined as constants More... | |
![]() | |
const | FORM_MODE_EDIT = 'edit' |
const | FORM_MODE_ADJUST = 'adjust' |
$object | |
$tpl | |
$lng | |
$error | |
$errormessage | |
$sequence_no | |
sequence number in test More... | |
$question_count | |
question count in test More... | |
![]() | |
saveTaxonomyAssignments () | |
populateTaxonomyFormSection (ilPropertyFormGUI $form) | |
addTab_QuestionFeedback (ilTabsGUI $tabs) | |
adds the feedback tab to ilTabsGUI More... | |
addTab_QuestionHints (ilTabsGUI $tabs) | |
adds the hints tab to ilTabsGUI More... | |
writeQuestionGenericPostData () | |
Single choice question GUI representation The assFormulaQuestionGUI class encapsulates the GUI representation for single choice questions.
Definition at line 21 of file class.assFormulaQuestionGUI.php.
assFormulaQuestionGUI::__construct | ( | $id = -1 | ) |
assFormulaQuestionGUI constructor The constructor takes possible arguments an creates an instance of the assFormulaQuestionGUI object.
integer | $id | The database id of a multiple choice question object public |
Definition at line 29 of file class.assFormulaQuestionGUI.php.
|
private |
Check if advanced rating can be used for a result.
This is only possible if there is exactly one possible correct unit for the result, otherwise it is impossible to determine wheather the unit is correct or the value.
Definition at line 846 of file class.assFormulaQuestionGUI.php.
References $result.
Referenced by isSaveCommand().
assFormulaQuestionGUI::checkInput | ( | ) |
check input fields
Definition at line 977 of file class.assFormulaQuestionGUI.php.
References $_POST, and assQuestionGUI\addErrorMessage().
assFormulaQuestionGUI::getCommand | ( | $cmd | ) |
assFormulaQuestionGUI::getPreview | ( | $show_question_only = FALSE | ) |
Definition at line 1081 of file class.assFormulaQuestionGUI.php.
References assQuestionGUI\getILIASPage().
assFormulaQuestionGUI::getSolutionOutput | ( | $active_id, | |
$pass = NULL , |
|||
$graphicalOutput = FALSE , |
|||
$result_output = FALSE , |
|||
$show_question_only = TRUE , |
|||
$show_feedback = FALSE , |
|||
$show_correct_solution = FALSE , |
|||
$show_manual_scoring = FALSE , |
|||
$show_question_text = TRUE |
|||
) |
Get the question solution output.
integer | $active_id | The active user id |
integer | $pass | The test pass |
boolean | $graphicalOutput | Show visual feedback for right/wrong answers |
boolean | $result_output | Show the reached points for parts of the question |
boolean | $show_question_only | Show the question without the ILIAS content around |
boolean | $show_feedback | Show the question feedback |
boolean | $show_correct_solution | Show the correct solution instead of the user solution |
boolean | $show_manual_scoring | Show specific information for the manual scoring output |
Definition at line 1010 of file class.assFormulaQuestionGUI.php.
References $pass, ilObjTest\_getPass(), ilObjTest\_getUsePreviousAnswers(), and assQuestionGUI\getILIASPage().
assFormulaQuestionGUI::getSpecificFeedbackOutput | ( | $active_id, | |
$pass | |||
) |
Definition at line 1147 of file class.assFormulaQuestionGUI.php.
assFormulaQuestionGUI::getTestOutput | ( | $active_id, | |
$pass = NULL , |
|||
$is_postponed = FALSE , |
|||
$use_post_solutions = FALSE , |
|||
$show_feedback = FALSE |
|||
) |
Definition at line 1095 of file class.assFormulaQuestionGUI.php.
References $pass, ilObjTest\_getPass(), assFormulaQuestionResult\getResultTypeByQstId(), assQuestionGUI\outQuestionPage(), and ilUtil\sendInfo().
Referenced by outQuestionForTest().
|
private |
Definition at line 830 of file class.assFormulaQuestionGUI.php.
References $result.
Referenced by isSaveCommand().
assFormulaQuestionGUI::isSaveCommand | ( | ) |
Definition at line 311 of file class.assFormulaQuestionGUI.php.
References $_POST, $errors, assQuestionGUI\$object, $result, $results, assQuestionGUI\addBasicQuestionFormProperties(), ilSubEnabledFormPropertyGUI\addSubItem(), ilNumberInputGUI\allowDecimals(), canUseAdvancedRating(), assQuestionGUI\getQuestionTemplate(), assFormulaQuestionResult\getResult(), assFormulaQuestionVariable\getVariable(), hasResultUnit(), assQuestionGUI\outQuestionType(), assQuestionGUI\populateTaxonomyFormSection(), ilUtil\sendFailure(), ilUtil\sendInfo(), ilRadioOption\setInfo(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilMultiSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilNumberInputGUI\setSize(), and ilCheckboxInputGUI\setValue().
Referenced by writePostData().
assFormulaQuestionGUI::outQuestionForTest | ( | $formaction, | |
$active_id, | |||
$pass = NULL , |
|||
$is_postponed = FALSE , |
|||
$use_post_solutions = FALSE , |
|||
$show_feedback = FALSE |
|||
) |
Definition at line 989 of file class.assFormulaQuestionGUI.php.
References $pass, and getTestOutput().
assFormulaQuestionGUI::parseQuestion | ( | ) |
Definition at line 866 of file class.assFormulaQuestionGUI.php.
References assQuestionGUI\writePostData().
assFormulaQuestionGUI::saveFQ | ( | ) |
Definition at line 960 of file class.assFormulaQuestionGUI.php.
References $result, assQuestionGUI\save(), assQuestionGUI\saveTaxonomyAssignments(), and assQuestionGUI\writePostData().
assFormulaQuestionGUI::saveReturnFQ | ( | ) |
Definition at line 872 of file class.assFormulaQuestionGUI.php.
References $_GET, $_REQUEST, $_SESSION, $ilUser, $result, $test, assQuestion\_isWriteable(), assQuestion\_questionExistsInTest(), assQuestionGUI\callNewIdListeners(), ilTestExpressPage\getReturnToPageLink(), ilUtil\redirect(), assQuestionGUI\saveTaxonomyAssignments(), ilUtil\sendSuccess(), and assQuestionGUI\writePostData().
assFormulaQuestionGUI::setQuestionTabs | ( | ) |
Sets the ILIAS tabs for this question type Sets the ILIAS tabs for this question type public.
Definition at line 45 of file class.assFormulaQuestionGUI.php.
References $_GET, $_POST, $ref_id, assQuestionGUI\addTab_QuestionFeedback(), and assQuestionGUI\addTab_QuestionHints().
assFormulaQuestionGUI::suggestRange | ( | ) |
Suggest a range for a result public.
Definition at line 159 of file class.assFormulaQuestionGUI.php.
References assQuestionGUI\getErrorMessage(), ilUtil\sendInfo(), and assQuestionGUI\writePostData().
assFormulaQuestionGUI::writePostData | ( | $always = false | ) |
Evaluates a posted edit form and writes the form data in the question object.
Definition at line 172 of file class.assFormulaQuestionGUI.php.
References $_POST, $result, assQuestionGUI\addErrorMessage(), isSaveCommand(), ilUtil\sendFailure(), assFormulaQuestionVariable\setRangeMinTxt(), and ilUtil\stripOnlySlashes().