ILIAS
Release_4_4_x_branch Revision 61816
|
Cloze test question GUI representation. More...
Public Member Functions | |
__construct ($id=-1) | |
assClozeTestGUI constructor | |
getCommand ($cmd) | |
writePostData ($always=false) | |
Evaluates a posted edit form and writes the form data in the question object. | |
writeAnswerSpecificPostData ($always=false) | |
Extracts the answer specific values from $_POST and applies them to the data object. | |
writeQuestionSpecificPostData ($always=false) | |
Extracts the question specific values from $_POST and applies them to the data object. | |
editQuestion ($checkonly=FALSE) | |
Creates an output of the edit form for the question. | |
addBasicQuestionFormProperties ($form) | |
Add basic question form properties: assessment: title, author, description, question, working time. | |
populateQuestionSpecificFormPart (ilPropertyFormGUI $form) | |
Adds the question specific forms parts to a question property form gui. | |
populateAnswerSpecificFormPart (ilPropertyFormGUI $form) | |
Adds the answer specific form parts to a question property form gui. | |
createGaps () | |
Create gaps from cloze text. | |
removegap () | |
Remove a gap answer. | |
addgap () | |
Add a gap answer. | |
outQuestionForTest ($formaction, $active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE) | |
Creates an output of the question for a test. | |
getPreview ($show_question_only=FALSE) | |
Creates a preview output of the question. | |
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. | |
getAnswerFeedbackOutput ($active_id, $pass) | |
Returns the answer generic feedback depending on the results of the question. | |
getTestOutput ($active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE, $show_feedback=FALSE) | |
setQuestionTabs () | |
Sets the ILIAS tabs for this question type. | |
getSpecificFeedbackOutput ($active_id, $pass) | |
Returns the answer specific feedback for the question. | |
applyIndizesToGapText ($question_text) | |
removeIndizesFromGapText ($question_text) | |
getAfterParticipationSuppressionAnswerPostVars () | |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment. | |
getAfterParticipationSuppressionQuestionPostVars () | |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment. | |
getAggregatedAnswersView ($relevant_answers) | |
Returns an html string containing a question specific representation of the answers so far given in the test for use in the right column in the scoring adjustment user interface. | |
aggregateAnswers ($relevant_answers_chosen) | |
renderAggregateView ($aggregate) | |
getTextGapAggregation ($index, $tpl, $gap_answers) | |
getSelectGapAggregation ($tpl, $gap) | |
getNumericGapAggregation ($tpl, $gap) | |
reworkFormForCorrectionMode (ilPropertyFormGUI $form) | |
Public Member Functions inherited from assQuestionGUI | |
__construct () | |
assQuestionGUI constructor | |
& | executeCommand () |
execute command | |
getType () | |
needed for page editor compliance | |
setTaxonomyIds ($taxonomyIds) | |
getTaxonomyIds () | |
setTargetGui (ilTestPlayerAbstractGUI $linkTargetGui) | |
setTargetGuiClass ($targetGuiClass) | |
getTargetGuiClass () | |
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="", $return_to_feedback= '') | |
sync () | |
cancelSync () | |
saveEdit () | |
save question | |
save () | |
save question | |
saveReturn () | |
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. | |
addQuestionFormCommandButtons ($form) | |
Add the command buttons of a question properties form. | |
getSelfAssessmentTags () | |
Get tags allowed in question tags in self assessment mode. | |
getGenericFeedbackOutput ($active_id, $pass) | |
Returns the answer specific feedback for the question. | |
outQuestionType () | |
showSuggestedSolution () | |
suggestedsolution () | |
Allows to add suggested solutions for questions. | |
outSolutionExplorer () | |
saveSuggestedSolution () | |
cancelExplorer () | |
outPageSelector () | |
outChapterSelector () | |
outGlossarySelector () | |
linkChilds () | |
addPG () | |
addST () | |
addGIT () | |
isSaveCommand () | |
isAutosaveable () | |
showHints () |
Protected Member Functions | |
populateGapFormPart ($form, $gapCounter) | |
Populates a gap form-part. | |
populateSelectGapFormPart ($form, $gap, $gapCounter) | |
Populates the form-part for a select gap. | |
populateTextGapFormPart ($form, $gap, $gapCounter) | |
Populates the form-part for a text gap. | |
populateNumericGapFormPart ($form, $gap, $gapCounter) | |
Populates the form-part for a numeric gap. | |
Protected Member Functions inherited from assQuestionGUI | |
saveTaxonomyAssignments () | |
populateTaxonomyFormSection (ilPropertyFormGUI $form) | |
addTab_QuestionFeedback (ilTabsGUI $tabs) | |
adds the feedback tab to ilTabsGUI | |
addTab_QuestionHints (ilTabsGUI $tabs) | |
adds the hints tab to ilTabsGUI | |
writeQuestionGenericPostData () |
Private Attributes | |
$gapIndex | |
A temporary variable to store gap indexes of ilCtrl commands in the getCommand method. |
Additional Inherited Members | |
Static Public Member Functions inherited from assQuestionGUI | |
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 | |
Data Fields inherited from assQuestionGUI | |
const | FORM_MODE_EDIT = 'edit' |
const | FORM_MODE_ADJUST = 'adjust' |
$object | |
$tpl | |
$lng | |
$error | |
$errormessage | |
$sequence_no | |
sequence number in test | |
$question_count | |
question count in test |
Cloze test question GUI representation.
The assClozeTestGUI class encapsulates the GUI representation for cloze test questions.
Definition at line 22 of file class.assClozeTestGUI.php.
assClozeTestGUI::__construct | ( | $id = -1 | ) |
assClozeTestGUI constructor
integer | $id | The database id of a image map question object |
Definition at line 34 of file class.assClozeTestGUI.php.
References assQuestionGUI\__construct().
assClozeTestGUI::addBasicQuestionFormProperties | ( | $form | ) |
Add basic question form properties: assessment: title, author, description, question, working time.
Reimplemented from assQuestionGUI.
Definition at line 295 of file class.assClozeTestGUI.php.
References assQuestionGUI\$tpl, ilObjAdvancedEditing\_getUsedHTMLTags(), assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_DEFAULT, ilUtil\prepareFormOutput(), ilDurationInputGUI\setShowHours(), ilTextInputGUI\setValue(), ilNumberInputGUI\setValue(), and ilTextAreaInputGUI\setValue().
Referenced by editQuestion().
assClozeTestGUI::addgap | ( | ) |
Add a gap answer.
Definition at line 696 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and assQuestionGUI\writePostData().
assClozeTestGUI::aggregateAnswers | ( | $relevant_answers_chosen | ) |
Definition at line 1360 of file class.assClozeTestGUI.php.
Referenced by getAggregatedAnswersView().
assClozeTestGUI::applyIndizesToGapText | ( | $question_text | ) |
Definition at line 1253 of file class.assClozeTestGUI.php.
Referenced by editQuestion(), and writePostData().
assClozeTestGUI::createGaps | ( | ) |
Create gaps from cloze text.
Definition at line 676 of file class.assClozeTestGUI.php.
References editQuestion(), and assQuestionGUI\writePostData().
assClozeTestGUI::editQuestion | ( | $checkonly = FALSE | ) |
Creates an output of the edit form for the question.
public
Definition at line 252 of file class.assClozeTestGUI.php.
References $errors, addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), applyIndizesToGapText(), assQuestionGUI\getQuestionTemplate(), assQuestionGUI\isSaveCommand(), assQuestionGUI\outQuestionType(), populateAnswerSpecificFormPart(), populateQuestionSpecificFormPart(), and assQuestionGUI\populateTaxonomyFormSection().
Referenced by addgap(), createGaps(), removegap(), and writePostData().
assClozeTestGUI::getAfterParticipationSuppressionAnswerPostVars | ( | ) |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.
The form elements will be shown disabled, so the users see the usual form but can only edit the settings, which make sense in the given context.
E.g. array('cloze_type', 'image_filename')
Implements ilGuiAnswerScoringAdjustable.
Definition at line 1289 of file class.assClozeTestGUI.php.
assClozeTestGUI::getAfterParticipationSuppressionQuestionPostVars | ( | ) |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment.
The form elements will be shown disabled, so the users see the usual form but can only edit the settings, which make sense in the given context.
E.g. array('cloze_type', 'image_filename')
Implements ilGuiQuestionScoringAdjustable.
Definition at line 1303 of file class.assClozeTestGUI.php.
assClozeTestGUI::getAggregatedAnswersView | ( | $relevant_answers | ) |
Returns an html string containing a question specific representation of the answers so far given in the test for use in the right column in the scoring adjustment user interface.
array | $relevant_answers |
Implements ilGuiQuestionScoringAdjustable.
Definition at line 1336 of file class.assClozeTestGUI.php.
References $pass, assQuestionGUI\$tpl, aggregateAnswers(), and renderAggregateView().
assClozeTestGUI::getAnswerFeedbackOutput | ( | $active_id, | |
$pass | |||
) |
Returns the answer generic feedback depending on the results of the question.
integer | $active_id | Active ID of the user |
integer | $pass | Active pass |
Reimplemented from assQuestionGUI.
Definition at line 994 of file class.assClozeTestGUI.php.
References $pass, $test, and ilObjTest\getManualFeedback().
assClozeTestGUI::getCommand | ( | $cmd | ) |
Reimplemented from assQuestionGUI.
Definition at line 45 of file class.assClozeTestGUI.php.
References $cmd.
assClozeTestGUI::getNumericGapAggregation | ( | $tpl, | |
$gap | |||
) |
Definition at line 1475 of file class.assClozeTestGUI.php.
References assQuestionGUI\$tpl.
Referenced by renderAggregateView().
assClozeTestGUI::getPreview | ( | $show_question_only = FALSE | ) |
Creates a preview output of the question.
bool | $show_question_only |
Definition at line 735 of file class.assClozeTestGUI.php.
References CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\getILIASPage(), and ilUtil\prepareFormOutput().
assClozeTestGUI::getSelectGapAggregation | ( | $tpl, | |
$gap | |||
) |
Definition at line 1448 of file class.assClozeTestGUI.php.
References assQuestionGUI\$tpl.
Referenced by renderAggregateView().
assClozeTestGUI::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 |
bool | $show_question_text |
Reimplemented from assQuestionGUI.
Definition at line 799 of file class.assClozeTestGUI.php.
References $pass, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\getGenericFeedbackOutput(), ilUtil\getImagePath(), getSpecificFeedbackOutput(), and ilUtil\prepareFormOutput().
assClozeTestGUI::getSpecificFeedbackOutput | ( | $active_id, | |
$pass | |||
) |
Returns the answer specific feedback for the question.
This method should be overwritten by the actual question.
integer | $active_id | Active ID of the user |
integer | $pass | Active pass |
Reimplemented from assQuestionGUI.
Definition at line 1225 of file class.assClozeTestGUI.php.
References assQuestionGUI\$lng.
Referenced by getSolutionOutput().
assClozeTestGUI::getTestOutput | ( | $active_id, | |
$pass = NULL , |
|||
$is_postponed = FALSE , |
|||
$use_post_solutions = FALSE , |
|||
$show_feedback = FALSE |
|||
) |
Definition at line 1021 of file class.assClozeTestGUI.php.
References $pass, ilObjTest\_getPass(), ilObjTest\_getUsePreviousAnswers(), CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\outQuestionPage(), and ilUtil\prepareFormOutput().
Referenced by outQuestionForTest().
assClozeTestGUI::getTextGapAggregation | ( | $index, | |
$tpl, | |||
$gap_answers | |||
) |
Definition at line 1412 of file class.assClozeTestGUI.php.
References assQuestionGUI\$tpl.
Referenced by renderAggregateView().
assClozeTestGUI::outQuestionForTest | ( | $formaction, | |
$active_id, | |||
$pass = NULL , |
|||
$is_postponed = FALSE , |
|||
$use_post_solutions = FALSE |
|||
) |
Creates an output of the question for a test.
string | $formaction | The form action for the test output |
integer | $active_id | The active id of the current user from the tst_active database table |
integer | $pass | The test pass of the current user |
boolean | $is_postponed | The information if the question is a postponed question or not |
boolean | $use_post_solutions | Fills the question output with answers from the previous post if TRUE, otherwise with the user results from the database |
public
Definition at line 714 of file class.assClozeTestGUI.php.
References $pass, and getTestOutput().
assClozeTestGUI::populateAnswerSpecificFormPart | ( | ilPropertyFormGUI | $form | ) |
Adds the answer specific form parts to a question property form gui.
ilPropertyFormGUI | $form |
Implements ilGuiAnswerScoringAdjustable.
Definition at line 456 of file class.assClozeTestGUI.php.
References populateGapFormPart().
Referenced by editQuestion().
|
protected |
Populates a gap form-part.
This includes: A section header with the according gap-ordinal, the type select-box. Furthermore, this method calls the gap-type-specific methods for their contents.
$form | ilPropertyFormGUI Reference to the form, that receives the point. |
$gapCounter | integer Ordinal number of the gap in the sequence of gaps |
Definition at line 476 of file class.assClozeTestGUI.php.
References $options, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, populateNumericGapFormPart(), populateSelectGapFormPart(), and populateTextGapFormPart().
Referenced by populateAnswerSpecificFormPart().
|
protected |
Populates the form-part for a numeric gap.
This includes: The type selector, value, lower bound, upper bound and points.
$form | ilPropertyFormGUI Reference to the form, that receives the point. |
$gap | mixed Raw numeric gap item. |
$gapCounter | integer Ordinal number of the gap in the sequence of gaps. |
Definition at line 613 of file class.assClozeTestGUI.php.
References ilNumberInputGUI\allowDecimals(), ilUtil\prepareFormOutput(), and ilTextInputGUI\setInlineStyle().
Referenced by populateGapFormPart().
assClozeTestGUI::populateQuestionSpecificFormPart | ( | ilPropertyFormGUI | $form | ) |
Adds the question specific forms parts to a question property form gui.
ilPropertyFormGUI | $form |
Implements ilGuiQuestionScoringAdjustable.
Definition at line 411 of file class.assClozeTestGUI.php.
References ilPropertyFormGUI\addItem(), ilUtil\prepareFormOutput(), ilCheckboxInputGUI\setValue(), and ilNumberInputGUI\setValue().
Referenced by editQuestion().
|
protected |
Populates the form-part for a select gap.
This includes: The AnswerWizardGUI for the individual select items and points as well as the the checkbox for the shuffle option.
$form | ilPropertyFormGUI Reference to the form, that receives the point. |
$gap | mixed Raw text gap item. |
$gapCounter | integer Ordinal number of the gap in the sequence of gaps |
Definition at line 547 of file class.assClozeTestGUI.php.
References ilFormPropertyGUI\setRequired(), and ilCheckboxInputGUI\setValue().
Referenced by populateGapFormPart().
|
protected |
Populates the form-part for a text gap.
This includes: The AnswerWizardGUI for the individual text answers and points.
$form | ilPropertyFormGUI Reference to the form, that receives the point. |
$gap | mixed Raw text gap item. |
$gapCounter | integer Ordinal number of the gap in the sequence of gaps |
Definition at line 580 of file class.assClozeTestGUI.php.
References ilFormPropertyGUI\setRequired().
Referenced by populateGapFormPart().
assClozeTestGUI::removegap | ( | ) |
Remove a gap answer.
Definition at line 686 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and assQuestionGUI\writePostData().
assClozeTestGUI::removeIndizesFromGapText | ( | $question_text | ) |
Definition at line 1273 of file class.assClozeTestGUI.php.
Referenced by writePostData().
assClozeTestGUI::renderAggregateView | ( | $aggregate | ) |
$aggregate |
Definition at line 1377 of file class.assClozeTestGUI.php.
References assQuestionGUI\$tpl, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, getNumericGapAggregation(), getSelectGapAggregation(), and getTextGapAggregation().
Referenced by getAggregatedAnswersView().
assClozeTestGUI::reworkFormForCorrectionMode | ( | ilPropertyFormGUI | $form | ) |
Definition at line 1498 of file class.assClozeTestGUI.php.
References CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, and ilPropertyFormGUI\getItemByPostVar().
assClozeTestGUI::setQuestionTabs | ( | ) |
Sets the ILIAS tabs for this question type.
public
Reimplemented from assQuestionGUI.
Definition at line 1118 of file class.assClozeTestGUI.php.
References $_GET, $_POST, $ref_id, assQuestionGUI\addTab_QuestionFeedback(), assQuestionGUI\addTab_QuestionHints(), and ilTestExpressPage\getReturnToPageLink().
assClozeTestGUI::writeAnswerSpecificPostData | ( | $always = false | ) |
Extracts the answer specific values from $_POST and applies them to the data object.
bool | $always | If true, a check for form validity is omitted. |
Implements ilGuiAnswerScoringAdjustable.
Definition at line 115 of file class.assClozeTestGUI.php.
References $_POST, CLOZE_NUMERIC, CLOZE_SELECT, and CLOZE_TEXT.
Referenced by writePostData().
assClozeTestGUI::writePostData | ( | $always = false | ) |
Evaluates a posted edit form and writes the form data in the question object.
bool | $always |
Definition at line 63 of file class.assClozeTestGUI.php.
References $_POST, applyIndizesToGapText(), editQuestion(), removeIndizesFromGapText(), assQuestionGUI\saveTaxonomyAssignments(), writeAnswerSpecificPostData(), assQuestionGUI\writeQuestionGenericPostData(), and writeQuestionSpecificPostData().
assClozeTestGUI::writeQuestionSpecificPostData | ( | $always = false | ) |
Extracts the question specific values from $_POST and applies them to the data object.
bool | $always | If true, a check for form validity is omitted. |
Implements ilGuiQuestionScoringAdjustable.
Definition at line 240 of file class.assClozeTestGUI.php.
References $_POST.
Referenced by writePostData().
|
private |
A temporary variable to store gap indexes of ilCtrl commands in the getCommand method.
Definition at line 27 of file class.assClozeTestGUI.php.