ILIAS
Release_4_0_x_branch Revision 61816
|
Numeric question GUI representation. More...
Public Member Functions | |
__construct ($id=-1) | |
assNumericGUI constructor | |
getCommand ($cmd) | |
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. | |
checkRange () | |
Checks the range limits. | |
outQuestionForTest ($formaction, $active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=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) | |
Get the question solution output. | |
getPreview ($show_question_only=FALSE) | |
getTestOutput ($active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE) | |
saveFeedback () | |
Saves the feedback for a single choice question. | |
setQuestionTabs () | |
Sets the ILIAS tabs for this question type. | |
Public Member Functions inherited from assQuestionGUI | |
__construct () | |
assQuestionGUI constructor | |
& | executeCommand () |
execute command | |
getType () | |
needed for page editor compliance | |
writePostData () | |
Evaluates a posted edit form and writes the form data in the question object. | |
assessment () | |
output assessment | |
& | _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. | |
_getGUIClassNameForId ($a_q_id) | |
_getClassNameForQType ($q_type) | |
& | createQuestionGUI ($question_type, $question_id=-1) |
Creates a question gui representation. | |
getQuestionTemplate () | |
get question template | |
getILIASPage ($html="") | |
Returns the ILIAS Page around a question. | |
outQuestionPage ($a_temp_var, $a_postponed=false, $active_id="", $html="") | |
output question page | |
cancel () | |
cancel action | |
originalSyncForm ($return_to="") | |
sync () | |
cancelSync () | |
saveEdit () | |
save question | |
save () | |
save question | |
apply () | |
apply changes | |
getContextPath ($cont_obj, $a_endnode_id, $a_startnode_id=1) | |
get context path in content object tree | |
setSequenceNumber ($nr) | |
getSequenceNumber () | |
setQuestionCount ($a_question_count) | |
getQuestionCount () | |
getErrorMessage () | |
setErrorMessage ($errormessage) | |
addErrorMessage ($errormessage) | |
outAdditionalOutput () | |
getQuestionType () | |
Returns the question type string. | |
getAsValueAttribute ($a_value) | |
Returns a HTML value attribute. | |
addNewIdListener (&$a_object, $a_method, $a_parameters="") | |
Add a listener that is notified with the new question ID, when a new question is saved. | |
callNewIdListeners ($a_new_id) | |
Call the new id listeners. | |
setSelfAssessmentEditingMode ($a_selfassessmenteditingmode) | |
Set Self-Assessment Editing Mode. | |
getSelfAssessmentEditingMode () | |
Get Self-Assessment Editing Mode. | |
setDefaultNrOfTries ($a_defaultnroftries) | |
Set Default Nr of Tries. | |
getDefaultNrOfTries () | |
Get Default Nr of Tries. | |
addQuestionFormCommandButtons ($form) | |
Add the command buttons of a question properties form. | |
addBasicQuestionFormProperties ($form) | |
Add basic question form properties: assessment: title, author, description, question, working time. | |
getAnswerFeedbackOutput ($active_id, $pass) | |
Returns the answer specific feedback depending on the results of the question. | |
feedback ($checkonly=false) | |
Creates the output of the feedback page for the question. | |
outQuestionType () | |
suggestedsolution () | |
Allows to add suggested solutions for questions. | |
outSolutionExplorer () | |
saveSuggestedSolution () | |
cancelExplorer () | |
outPageSelector () | |
outChapterSelector () | |
outGlossarySelector () | |
linkChilds () | |
addPG () | |
addST () | |
addGIT () |
Additional Inherited Members | |
Data Fields inherited from assQuestionGUI | |
$object | |
$tpl | |
$lng | |
$error | |
$errormessage | |
$sequence_no | |
sequence number in test | |
$question_count | |
question count in test |
Numeric question GUI representation.
The assNumericGUI class encapsulates the GUI representation for numeric questions.
Definition at line 38 of file class.assNumericGUI.php.
assNumericGUI::__construct | ( | $id = -1 | ) |
assNumericGUI constructor
The constructor takes possible arguments an creates an instance of the assNumericGUI object.
integer | $id | The database id of a Numeric question object public |
Definition at line 48 of file class.assNumericGUI.php.
References assQuestionGUI\__construct().
assNumericGUI::checkRange | ( | ) |
Checks the range limits.
Checks the Range limits Upper and Lower for their correctness
Definition at line 185 of file class.assNumericGUI.php.
References $_POST.
assNumericGUI::editQuestion | ( | $checkonly = FALSE | ) |
Creates an output of the edit form for the question.
public
Definition at line 108 of file class.assNumericGUI.php.
References $errors, $points, assQuestionGUI\addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), assQuestionGUI\getQuestionTemplate(), assQuestionGUI\outQuestionType(), ilTextInputGUI\setSize(), and ilNumberInputGUI\setSize().
Referenced by writePostData().
assNumericGUI::getCommand | ( | $cmd | ) |
Reimplemented from assQuestionGUI.
Definition at line 59 of file class.assNumericGUI.php.
References $cmd.
assNumericGUI::getPreview | ( | $show_question_only = FALSE | ) |
Definition at line 302 of file class.assNumericGUI.php.
References assQuestionGUI\getILIASPage().
assNumericGUI::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 |
|||
) |
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 227 of file class.assNumericGUI.php.
References $pass, assQuestionGUI\getAnswerFeedbackOutput(), assQuestionGUI\getILIASPage(), and ilUtil\getImagePath().
assNumericGUI::getTestOutput | ( | $active_id, | |
$pass = NULL , |
|||
$is_postponed = FALSE , |
|||
$use_post_solutions = FALSE |
|||
) |
Definition at line 319 of file class.assNumericGUI.php.
References $pass, ilObjTest\_getPass(), ilObjTest\_getUsePreviousAnswers(), and assQuestionGUI\outQuestionPage().
Referenced by outQuestionForTest().
assNumericGUI::outQuestionForTest | ( | $formaction, | |
$active_id, | |||
$pass = NULL , |
|||
$is_postponed = FALSE , |
|||
$use_post_solutions = FALSE |
|||
) |
Definition at line 207 of file class.assNumericGUI.php.
References $pass, and getTestOutput().
assNumericGUI::saveFeedback | ( | ) |
Saves the feedback for a single choice question.
Saves the feedback for a single choice question
public
Reimplemented from assQuestionGUI.
Definition at line 358 of file class.assNumericGUI.php.
References $_POST, $errors, and assQuestionGUI\feedback().
assNumericGUI::setQuestionTabs | ( | ) |
Sets the ILIAS tabs for this question type.
public
Definition at line 373 of file class.assNumericGUI.php.
References $_GET, and $ref_id.
assNumericGUI::writePostData | ( | $always = false | ) |
Evaluates a posted edit form and writes the form data in the question object.
Definition at line 75 of file class.assNumericGUI.php.
References $_POST, and editQuestion().