ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Cloze test question GUI representation. More...
Public Member Functions | |
__construct ($id=-1) | |
assClozeTestGUI constructor More... | |
getCommand ($cmd) | |
writeAnswerSpecificPostData (ilPropertyFormGUI $form) | |
Extracts the answer specific values from $_POST and applies them to the data object. More... | |
writeQuestionSpecificPostData (ilPropertyFormGUI $form) | |
Extracts the question specific values from $_POST and applies them to the data object. More... | |
editQuestion ($checkonly=false) | |
Creates an output of the edit form for the question. More... | |
addBasicQuestionFormProperties ($form) | |
Add basic question form properties: assessment: title, author, description, question, working time. More... | |
populateQuestionSpecificFormPart (ilPropertyFormGUI $form) | |
Adds the question specific forms parts to a question property form gui. More... | |
populateAnswerSpecificFormPart (ilPropertyFormGUI $form) | |
Adds the answer specific form parts to a question property form gui. More... | |
createGaps () | |
Create gaps from cloze text. More... | |
removegap () | |
Remove a gap answer. More... | |
addgap () | |
Add a gap answer. More... | |
getPreview ($show_question_only=false, $showInlineFeedback=false) | |
Creates a preview output of the question. More... | |
supportsIntermediateSolutionOutput () | |
Question type specific support of intermediate solution output The function getSolutionOutput respects getUseIntermediateSolution() More... | |
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... | |
getAnswerFeedbackOutput ($active_id, $pass) | |
Returns the answer generic feedback depending on the results of the question. More... | |
getTestOutput ( $active_id, $pass, $is_postponed=false, $use_post_solutions=false, $show_feedback=false) | |
getSpecificFeedbackOutput ($userSolution) | |
Returns the answer specific feedback for the question. More... | |
getAfterParticipationSuppressionAnswerPostVars () | |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment. More... | |
getAfterParticipationSuppressionQuestionPostVars () | |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment. More... | |
applyIndizesToGapText ($question_text) | |
removeIndizesFromGapText ($question_text) | |
getAnswerFrequencyTableGUI ($parentGui, $parentCmd, $relevantAnswers, $questionIndex) | |
getSubQuestionsIndex () | |
getAnswersFrequency ($relevant_answers, $questionIndex) | |
populateCorrectionsFormProperties (ilPropertyFormGUI $form) | |
saveCorrectionsFormProperties (ilPropertyFormGUI $form) | |
![]() | |
__construct () | |
assQuestionGUI constructor More... | |
hasInlineFeedback () | |
this method can be overwritten per question type More... | |
addHeaderAction () | |
redrawHeaderAction () | |
getHeaderAction () | |
getNotesHTML () | |
executeCommand () | |
execute command More... | |
getType () | |
needed for page editor compliance More... | |
getPresentationContext () | |
setPresentationContext ($presentationContext) | |
isTestPresentationContext () | |
isPreviousSolutionPrefilled () | |
setPreviousSolutionPrefilled ($previousSolutionPrefilled) | |
getRenderPurpose () | |
setRenderPurpose ($renderPurpose) | |
isRenderPurposePrintPdf () | |
isRenderPurposePreview () | |
isRenderPurposeInputValue () | |
isRenderPurposePlayback () | |
isRenderPurposeDemoplay () | |
renderPurposeSupportsFormHtml () | |
getEditContext () | |
setEditContext ($editContext) | |
isAuthoringEditContext () | |
isAdjustmentEditContext () | |
setAdjustmentEditContext () | |
getNavigationGUI () | |
setNavigationGUI ($navigationGUI) | |
setTaxonomyIds ($taxonomyIds) | |
getTaxonomyIds () | |
setTargetGui ($linkTargetGui) | |
setTargetGuiClass ($targetGuiClass) | |
getTargetGuiClass () | |
setQuestionHeaderBlockBuilder ($questionHeaderBlockBuilder) | |
getQuestionHeaderBlockBuilder () | |
setQuestionActionCmd ($questionActionCmd) | |
getQuestionActionCmd () | |
& | createQuestionGUI ($question_type, $question_id=-1) |
Creates a question gui representation. More... | |
populateJavascriptFilesRequiredForWorkForm (ilGlobalTemplateInterface $tpl) | |
getPresentationJavascripts () | |
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="", $inlineFeedbackEnabled=false) | |
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... | |
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... | |
getGenericFeedbackOutputForCorrectSolution () | |
getGenericFeedbackOutputForIncorrectSolution () | |
getSpecificFeedbackOutput ($userSolution) | |
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 () | |
addTab_SuggestedSolution (ilTabsGUI $tabs, $classname) | |
getEditQuestionTabCommands () | |
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) | |
supportsIntermediateSolutionOutput () | |
Question type specific support of intermediate solution output The function getSolutionOutput respects getUseIntermediateSolution() More... | |
hasIntermediateSolution ($activeId, $passIndex) | |
Check if the question has an intermediate solution. More... | |
setUseIntermediateSolution ($use) | |
getUseIntermediateSolution () | |
Get if intermediate solution should be used for solution output. More... | |
isAutosaveable () | |
getPreview ($show_question_only=false, $showInlineFeedback=false) | |
outQuestionForTest ( $formaction, $active_id, $pass, $is_question_postponed=false, $user_post_solutions=false, $show_specific_inline_feedback=false) | |
magicAfterTestOutput () | |
getTestOutput ( $active_id, $pass, $is_question_postponed, $user_post_solutions, $show_specific_inline_feedback) | |
getFormEncodingType () | |
setPreviewSession ($previewSession) | |
getPreviewSession () | |
showHints () | |
buildFocusAnchorHtml () | |
isAnswerFreuqencyStatisticSupported () | |
getSubQuestionsIndex () | |
getAnswersFrequency ($relevantAnswers, $questionIndex) | |
getAnswerFrequencyTableGUI ($parentGui, $parentCmd, $relevantAnswers, $questionIndex) | |
prepareReprintableCorrectionsForm (ilPropertyFormGUI $form) | |
populateCorrectionsFormProperties (ilPropertyFormGUI $form) | |
saveCorrectionsFormProperties (ilPropertyFormGUI $form) | |
![]() | |
populateQuestionSpecificFormPart (ilPropertyFormGUI $form) | |
Adds the question specific forms parts to a question property form gui. More... | |
writeQuestionSpecificPostData (ilPropertyFormGUI $form) | |
Extracts the question specific values from $_POST and applies them to the data object. More... | |
getAfterParticipationSuppressionQuestionPostVars () | |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment. More... | |
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. More... | |
populateAnswerSpecificFormPart (ilPropertyFormGUI $form) | |
Adds the answer specific form parts to a question property form gui. More... | |
writeAnswerSpecificPostData (ilPropertyFormGUI $form) | |
Extracts the answer specific values from $_POST and applies them to the data object. More... | |
getAfterParticipationSuppressionAnswerPostVars () | |
Returns a list of postvars which will be suppressed in the form output when used in scoring adjustment. More... | |
Data Fields | |
const | OLD_CLOZE_TEST_UI = false |
![]() | |
const | FORM_MODE_EDIT = 'edit' |
const | FORM_MODE_ADJUST = 'adjust' |
const | FORM_ENCODING_URLENCODE = 'application/x-www-form-urlencoded' |
const | FORM_ENCODING_MULTIPART = 'multipart/form-data' |
const | SESSION_PREVIEW_DATA_BASE_INDEX = 'ilAssQuestionPreviewAnswers' |
$object | |
$tpl | |
$lng | |
$error | |
$errormessage | |
$request | |
$sequence_no | |
sequence number in test More... | |
$question_count | |
question count in test More... | |
const | PRESENTATION_CONTEXT_TEST = 'pContextTest' |
const | PRESENTATION_CONTEXT_RESULTS = 'pContextResults' |
const | RENDER_PURPOSE_PLAYBACK = 'renderPurposePlayback' |
const | RENDER_PURPOSE_DEMOPLAY = 'renderPurposeDemoplay' |
const | RENDER_PURPOSE_PREVIEW = 'renderPurposePreview' |
const | RENDER_PURPOSE_PRINT_PDF = 'renderPurposePrintPdf' |
const | RENDER_PURPOSE_INPUT_VALUE = 'renderPurposeInputValue' |
const | EDIT_CONTEXT_AUTHORING = 'authoring' |
const | EDIT_CONTEXT_ADJUSTMENT = 'adjustment' |
Private Member Functions | |
populateSolutiontextToGapTpl ($gaptemplate, $gap, $solutiontext) | |
Private Attributes | |
$gapIndex | |
A temporary variable to store gap indexes of ilCtrl commands in the getCommand method. More... | |
Additional Inherited Members | |
![]() | |
static | _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... | |
static | _getGUIClassNameForId ($a_q_id) |
static | _getClassNameForQType ($q_type) |
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 | HAS_SPECIAL_QUESTION_COMMANDS = false |
$ctrl | |
$editForm | |
$use_intermediate_solution = false | |
Cloze test question GUI representation.
The assClozeTestGUI class encapsulates the GUI representation for cloze test questions.
@ilCtrl_Calls assClozeTestGUI: ilFormPropertyDispatchGUI
Definition at line 23 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 37 of file class.assClozeTestGUI.php.
References ILIAS\GlobalScreen\Provider\__construct().
assClozeTestGUI::addBasicQuestionFormProperties | ( | $form | ) |
Add basic question form properties: assessment: title, author, description, question, working time.
Reimplemented from assQuestionGUI.
Definition at line 262 of file class.assClozeTestGUI.php.
References ilObjAdvancedEditing\_getUsedHTMLTags(), assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_RTE, ilAssSelfAssessmentQuestionFormatter\getSelfAssessmentTags(), and ilUtil\prepareFormOutput().
Referenced by editQuestion().
assClozeTestGUI::addgap | ( | ) |
Add a gap answer.
Definition at line 765 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and writePostData().
assClozeTestGUI::applyIndizesToGapText | ( | $question_text | ) |
Definition at line 1391 of file class.assClozeTestGUI.php.
References $i.
Referenced by populateQuestionSpecificFormPart(), and writePostData().
|
protected |
Definition at line 1498 of file class.assClozeTestGUI.php.
References CLOZE_TEXT.
Referenced by getAnswersFrequency().
assClozeTestGUI::createGaps | ( | ) |
Create gaps from cloze text.
Definition at line 745 of file class.assClozeTestGUI.php.
References editQuestion(), and writePostData().
assClozeTestGUI::editQuestion | ( | $checkonly = false | ) |
Creates an output of the edit form for the question.
@access public
Definition at line 221 of file class.assClozeTestGUI.php.
References $errors, addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), 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 1288 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 1302 of file class.assClozeTestGUI.php.
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 1128 of file class.assClozeTestGUI.php.
References $pass, $test, and ilObjTest\getManualFeedback().
assClozeTestGUI::getAnswerFrequencyTableGUI | ( | $parentGui, | |
$parentCmd, | |||
$relevantAnswers, | |||
$questionIndex | |||
) |
$parentGui | |
$parentCmd | |
$relevantAnswers | |
$questionIndex |
Reimplemented from assQuestionGUI.
Definition at line 1454 of file class.assClozeTestGUI.php.
References $DIC, and hasAddAnswerAction().
assClozeTestGUI::getAnswersFrequency | ( | $relevant_answers, | |
$questionIndex | |||
) |
Reimplemented from assQuestionGUI.
Definition at line 1526 of file class.assClozeTestGUI.php.
References completeAddAnswerAction(), and getAnswerTextLabel().
Referenced by hasAddAnswerAction().
|
protected |
Definition at line 1482 of file class.assClozeTestGUI.php.
References $gapIndex, CLOZE_NUMERIC, CLOZE_SELECT, and CLOZE_TEXT.
Referenced by getAnswersFrequency().
|
protected |
assClozeGap | $gap | |
$gap_index | ||
$gap_combinations |
Definition at line 1112 of file class.assClozeTestGUI.php.
References ilUtil\prepareFormOutput().
Referenced by getSolutionOutput().
assClozeTestGUI::getCommand | ( | $cmd | ) |
Definition at line 47 of file class.assClozeTestGUI.php.
|
protected |
Definition at line 1564 of file class.assClozeTestGUI.php.
References $c.
Referenced by populateCorrectionsFormProperties(), and saveGapCombinationCorrectionFormProperties().
assClozeTestGUI::getPreview | ( | $show_question_only = false , |
|
$showInlineFeedback = false |
|||
) |
Creates a preview output of the question.
bool | $show_question_only |
Reimplemented from assQuestionGUI.
Definition at line 780 of file class.assClozeTestGUI.php.
References CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\getILIASPage(), assQuestionGUI\getPreviewSession(), and ilUtil\prepareFormOutput().
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 884 of file class.assClozeTestGUI.php.
References Vendor\Package\$a, $pass, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, ilAssQuestionFeedback\CSS_CLASS_FEEDBACK_CORRECT, ilAssQuestionFeedback\CSS_CLASS_FEEDBACK_WRONG, getBestSolutionText(), assQuestionGUI\getGenericFeedbackOutput(), assQuestionGUI\getILIASPage(), ilUtil\getImagePath(), getSpecificFeedbackOutput(), assQuestionGUI\getUseIntermediateSolution(), assQuestionGUI\hasCorrectSolution(), assQuestionGUI\isTestPresentationContext(), populateSolutiontextToGapTpl(), and ilUtil\prepareFormOutput().
assClozeTestGUI::getSpecificFeedbackOutput | ( | $userSolution | ) |
Returns the answer specific feedback for the question.
This method should be overwritten by the actual question.
array | $userSolution | ($userSolution[<value1>] = <value2>) |
Reimplemented from assQuestionGUI.
Definition at line 1253 of file class.assClozeTestGUI.php.
References $DIC, $gapIndex, and assQuestionGUI\$lng.
Referenced by getSolutionOutput().
assClozeTestGUI::getSubQuestionsIndex | ( | ) |
Reimplemented from assQuestionGUI.
Definition at line 1477 of file class.assClozeTestGUI.php.
assClozeTestGUI::getTestOutput | ( | $active_id, | |
$pass, | |||
$is_postponed = false , |
|||
$use_post_solutions = false , |
|||
$show_feedback = false |
|||
) |
Reimplemented from assQuestionGUI.
Definition at line 1150 of file class.assClozeTestGUI.php.
References $pass, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assQuestionGUI\outQuestionPage(), and ilUtil\prepareFormOutput().
|
protected |
Definition at line 1443 of file class.assClozeTestGUI.php.
References getAnswersFrequency().
Referenced by getAnswerFrequencyTableGUI().
|
protected |
Definition at line 1551 of file class.assClozeTestGUI.php.
References $gapIndex.
Referenced by populateCorrectionsFormProperties(), and saveCorrectionsFormProperties().
assClozeTestGUI::populateAnswerSpecificFormPart | ( | ilPropertyFormGUI | $form | ) |
Adds the answer specific form parts to a question property form gui.
ilPropertyFormGUI | $form |
Implements ilGuiAnswerScoringAdjustable.
Definition at line 458 of file class.assClozeTestGUI.php.
References ilPropertyFormGUI\addItem(), populateGapFormPart(), and populateJSON().
Referenced by editQuestion().
assClozeTestGUI::populateCorrectionsFormProperties | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Reimplemented from assQuestionGUI.
Definition at line 1589 of file class.assClozeTestGUI.php.
References $gapIndex, getGapCombinations(), isUsedInCombinations(), populateGapCombinationCorrectionFormProperty(), and populateGapCorrectionFormProperties().
|
protected |
Definition at line 1607 of file class.assClozeTestGUI.php.
References ilPropertyFormGUI\addItem().
Referenced by populateCorrectionsFormProperties().
|
protected |
ilPropertyFormGUI | $form | |
assClozeGap | $gap | |
integer | $gapIndex |
Definition at line 1624 of file class.assClozeTestGUI.php.
References $gapIndex, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, populateNumericGapCorrectionFormProperty(), and populateTextOrSelectGapCorrectionFormProperty().
Referenced by populateCorrectionsFormProperties().
|
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 538 of file class.assClozeTestGUI.php.
References CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, populateGapSizeFormPart(), populateNumericGapFormPart(), populateSelectGapFormPart(), and populateTextGapFormPart().
Referenced by populateAnswerSpecificFormPart().
|
protected |
$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 594 of file class.assClozeTestGUI.php.
Referenced by populateGapFormPart().
|
protected |
Definition at line 483 of file class.assClozeTestGUI.php.
References $i, and assQuestionGUI\escapeTemplatePlaceholders().
Referenced by populateAnswerSpecificFormPart().
|
protected |
Definition at line 1650 of file class.assClozeTestGUI.php.
References $gapIndex, and ilUtil\prepareFormOutput().
Referenced by populateGapCorrectionFormProperties().
|
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 686 of file class.assClozeTestGUI.php.
References ilUtil\prepareFormOutput().
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 362 of file class.assClozeTestGUI.php.
References assQuestionGUI\$tpl, ilObjAdvancedEditing\_getUsedHTMLTags(), ilPropertyFormGUI\addItem(), assQuestion\ADDITIONAL_CONTENT_EDITING_MODE_RTE, applyIndizesToGapText(), ilJsLinkButton\getInstance(), ilSplitButtonGUI\getInstance(), and ilAssSelfAssessmentQuestionFormatter\getSelfAssessmentTags().
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 621 of file class.assClozeTestGUI.php.
Referenced by populateGapFormPart().
|
private |
$gaptemplate | |
$solutiontext |
Definition at line 1418 of file class.assClozeTestGUI.php.
References CLOZE_SELECT, assQuestionGUI\isRenderPurposePrintPdf(), and assQuestionGUI\renderPurposeSupportsFormHtml().
Referenced by getSolutionOutput().
|
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 654 of file class.assClozeTestGUI.php.
Referenced by populateGapFormPart().
|
protected |
Definition at line 1639 of file class.assClozeTestGUI.php.
References $gapIndex.
Referenced by populateGapCorrectionFormProperties().
assClozeTestGUI::removegap | ( | ) |
Remove a gap answer.
Definition at line 755 of file class.assClozeTestGUI.php.
References $_POST, editQuestion(), and writePostData().
assClozeTestGUI::removeIndizesFromGapText | ( | $question_text | ) |
Definition at line 1407 of file class.assClozeTestGUI.php.
Referenced by writePostData().
assClozeTestGUI::saveCorrectionsFormProperties | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Reimplemented from assQuestionGUI.
Definition at line 1686 of file class.assClozeTestGUI.php.
References $gapIndex, isUsedInCombinations(), saveGapCombinationCorrectionFormProperties(), and saveGapCorrectionFormProperty().
|
protected |
Definition at line 1729 of file class.assClozeTestGUI.php.
References getGapCombinations(), and ilPropertyFormGUI\getItemByPostVar().
Referenced by saveCorrectionsFormProperties().
|
protected |
Definition at line 1701 of file class.assClozeTestGUI.php.
References $gapIndex, CLOZE_NUMERIC, CLOZE_SELECT, CLOZE_TEXT, assClozeGap\getItemsRaw(), assClozeGap\getType(), saveNumericGapCorrectionFormProperty(), and saveTextOrSelectGapCorrectionFormProperty().
Referenced by saveCorrectionsFormProperties().
|
protected |
Definition at line 1721 of file class.assClozeTestGUI.php.
References $gapIndex, ilPropertyFormGUI\getInput(), ASS_AnswerSimple\setAnswertext(), assAnswerCloze\setLowerBound(), ASS_AnswerSimple\setPoints(), and assAnswerCloze\setUpperBound().
Referenced by saveGapCorrectionFormProperty().
|
protected |
Definition at line 1712 of file class.assClozeTestGUI.php.
References $gapIndex, $index, ilPropertyFormGUI\getItemByPostVar(), and assClozeGap\getItemsRaw().
Referenced by saveGapCorrectionFormProperty().
assClozeTestGUI::supportsIntermediateSolutionOutput | ( | ) |
Question type specific support of intermediate solution output The function getSolutionOutput respects getUseIntermediateSolution()
Reimplemented from assQuestionGUI.
Definition at line 864 of file class.assClozeTestGUI.php.
assClozeTestGUI::writeAnswerSpecificPostData | ( | ilPropertyFormGUI | $form | ) |
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 80 of file class.assClozeTestGUI.php.
References $_POST, CLOZE_NUMERIC, CLOZE_SELECT, and CLOZE_TEXT.
Referenced by writePostData().
|
protected |
{Evaluates a posted edit form and writes the form data in the question object.
Reimplemented from assQuestionGUI.
Definition at line 59 of file class.assClozeTestGUI.php.
References $_POST, applyIndizesToGapText(), editQuestion(), removeIndizesFromGapText(), assQuestionGUI\saveTaxonomyAssignments(), writeAnswerSpecificPostData(), assQuestionGUI\writeQuestionGenericPostData(), and writeQuestionSpecificPostData().
Referenced by addgap(), createGaps(), and removegap().
assClozeTestGUI::writeQuestionSpecificPostData | ( | ilPropertyFormGUI | $form | ) |
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 208 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 30 of file class.assClozeTestGUI.php.
Referenced by getAnswerTextLabel(), getSpecificFeedbackOutput(), isUsedInCombinations(), populateCorrectionsFormProperties(), populateGapCorrectionFormProperties(), populateNumericGapCorrectionFormProperty(), populateTextOrSelectGapCorrectionFormProperty(), saveCorrectionsFormProperties(), saveGapCorrectionFormProperty(), saveNumericGapCorrectionFormProperty(), and saveTextOrSelectGapCorrectionFormProperty().
const assClozeTestGUI::OLD_CLOZE_TEST_UI = false |
Definition at line 25 of file class.assClozeTestGUI.php.