ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
__construct ($qId=-1) | |
removeImage () | |
downkprim_answers () | |
upkprim_answers () | |
populateQuestionSpecificFormPart (ilPropertyFormGUI $form) | |
writeQuestionSpecificPostData (ilPropertyFormGUI $form) | |
populateAnswerSpecificFormPart (ilPropertyFormGUI $form) | |
writeAnswerSpecificPostData (ilPropertyFormGUI $form) | |
getSpecificFeedbackOutput ($active_id, $pass) | |
getTestOutput ($active_id, $pass=NULL, $is_postponed=FALSE, $use_post_solutions=FALSE, $showInlineFeedback=FALSE) | |
getPreview ($show_question_only=FALSE, $showInlineFeedback=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) | |
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. | |
renderAggregateView ($aggregate) | |
aggregateAnswers ($rawSolutionData, $answers) | |
Public Member Functions inherited from assQuestionGUI | |
__construct () | |
assQuestionGUI constructor | |
& | executeCommand () |
execute command | |
getCommand ($cmd) | |
getType () | |
needed for page editor compliance | |
setTaxonomyIds ($taxonomyIds) | |
getTaxonomyIds () | |
setTargetGui ($linkTargetGui) | |
setTargetGuiClass ($targetGuiClass) | |
getTargetGuiClass () | |
setQuestionHeaderBlockBuilder ($questionHeaderBlockBuilder) | |
setQuestionActionCmd ($questionActionCmd) | |
getQuestionActionCmd () | |
& | _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. | |
addBasicQuestionFormProperties ($form) | |
Add basic question form properties: assessment: title, author, description, question, working time. | |
getSelfAssessmentTags () | |
Get tags allowed in question tags in self assessment mode. | |
getAnswerFeedbackOutput ($active_id, $pass) | |
Returns the answer generic feedback depending on the results of the question. | |
getGenericFeedbackOutput ($active_id, $pass) | |
Returns the answer specific feedback for the question. | |
getGenericFeedbackOutputForCorrectSolution () | |
getGenericFeedbackOutputForIncorrectSolution () | |
outQuestionType () | |
showSuggestedSolution () | |
suggestedsolution () | |
Allows to add suggested solutions for questions. | |
outSolutionExplorer () | |
saveSuggestedSolution () | |
cancelExplorer () | |
outPageSelector () | |
outChapterSelector () | |
outGlossarySelector () | |
linkChilds () | |
addPG () | |
addST () | |
addGIT () | |
isSaveCommand () | |
setQuestionTabs () | |
addTab_SuggestedSolution (ilTabsGUI $tabs, $classname) | |
getEditQuestionTabCommands () | |
isAutosaveable () | |
outQuestionForTest ($formaction, $active_id, $pass=NULL, $is_question_postponed=FALSE, $user_post_solutions=FALSE, $show_specific_inline_feedback=FALSE) | |
setPreviewSession ($previewSession) | |
getPreviewSession () | |
showHints () |
Data Fields | |
$object | |
Data Fields inherited from assQuestionGUI | |
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 | |
$sequence_no | |
sequence number in test | |
$question_count | |
question count in test |
Protected Member Functions | |
getAdditionalEditQuestionCommands () | |
editQuestion (ilPropertyFormGUI $form=null) | |
uploadImage () | |
writePostData ($upload=false) | |
getParticipantsAnswerKeySequence () | |
Protected Member Functions inherited from assQuestionGUI | |
writePostData () | |
Evaluates a posted edit form and writes the form data in the question object. | |
saveTaxonomyAssignments () | |
populateTaxonomyFormSection (ilPropertyFormGUI $form) | |
getBasicEditQuestionTabCommands () | |
addTab_QuestionFeedback (ilTabsGUI $tabs) | |
adds the feedback tab to ilTabsGUI | |
addTab_QuestionHints (ilTabsGUI $tabs) | |
adds the hints tab to ilTabsGUI | |
addTab_QuestionPreview (ilTabsGUI $tabsGUI) | |
writeQuestionGenericPostData () | |
getFormEncodingType () | |
addBackTab (ilTabsGUI $ilTabs) | |
buildBasicEditFormObject () |
Private Member Functions | |
buildEditForm () | |
handleAnswerTextsSubmit ($answers) | |
populateSpecificFeedbackInline ($user_solution, $answer_id, $template) |
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 |
Definition at line 16 of file class.assKprimChoiceGUI.php.
assKprimChoiceGUI::__construct | ( | $qId = -1 | ) |
$qId |
Definition at line 26 of file class.assKprimChoiceGUI.php.
References assQuestionGUI\__construct().
assKprimChoiceGUI::aggregateAnswers | ( | $rawSolutionData, | |
$answers | |||
) |
Definition at line 865 of file class.assKprimChoiceGUI.php.
Referenced by getAggregatedAnswersView().
|
private |
Definition at line 137 of file class.assKprimChoiceGUI.php.
References assQuestionGUI\addBasicQuestionFormProperties(), assQuestionGUI\addQuestionFormCommandButtons(), assQuestionGUI\buildBasicEditFormObject(), populateAnswerSpecificFormPart(), populateQuestionSpecificFormPart(), and assQuestionGUI\populateTaxonomyFormSection().
Referenced by editQuestion(), and writePostData().
assKprimChoiceGUI::downkprim_answers | ( | ) |
Definition at line 77 of file class.assKprimChoiceGUI.php.
References $_POST, and editQuestion().
|
protected |
Definition at line 44 of file class.assKprimChoiceGUI.php.
References buildEditForm(), and assQuestionGUI\getQuestionTemplate().
Referenced by downkprim_answers(), removeImage(), upkprim_answers(), uploadImage(), and writePostData().
|
protected |
Reimplemented from assQuestionGUI.
Definition at line 39 of file class.assKprimChoiceGUI.php.
assKprimChoiceGUI::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 807 of file class.assKprimChoiceGUI.php.
assKprimChoiceGUI::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 821 of file class.assKprimChoiceGUI.php.
assKprimChoiceGUI::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 834 of file class.assKprimChoiceGUI.php.
References aggregateAnswers(), and renderAggregateView().
|
protected |
Definition at line 726 of file class.assKprimChoiceGUI.php.
References $_GET, and $_SESSION.
Referenced by getPreview(), getSolutionOutput(), and getTestOutput().
assKprimChoiceGUI::getPreview | ( | $show_question_only = FALSE , |
|
$showInlineFeedback = false |
|||
) |
bool | $show_question_only | |
bool | $showInlineFeedback |
Reimplemented from assQuestionGUI.
Definition at line 464 of file class.assKprimChoiceGUI.php.
References assQuestionGUI\getILIASPage(), ilUtil\getImagePath(), getParticipantsAnswerKeySequence(), assQuestionGUI\getPreviewSession(), populateSpecificFeedbackInline(), and ilUtil\prepareFormOutput().
assKprimChoiceGUI::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 |
|||
) |
$active_id | ||
null | $pass | |
bool | $graphicalOutput | |
bool | $result_output | |
bool | $show_question_only | |
bool | $show_feedback | |
bool | $show_correct_solution | |
bool | $show_manual_scoring | |
bool | $show_question_text |
Reimplemented from assQuestionGUI.
Definition at line 569 of file class.assKprimChoiceGUI.php.
References $pass, assQuestionGUI\getGenericFeedbackOutput(), ilUtil\getHtmlPath(), assQuestionGUI\getILIASPage(), ilUtil\getImagePath(), getParticipantsAnswerKeySequence(), populateSpecificFeedbackInline(), and ilUtil\prepareFormOutput().
assKprimChoiceGUI::getSpecificFeedbackOutput | ( | $active_id, | |
$pass | |||
) |
integer | $active_id | |
integer | $pass |
Reimplemented from assQuestionGUI.
Definition at line 333 of file class.assKprimChoiceGUI.php.
assKprimChoiceGUI::getTestOutput | ( | $active_id, | |
$pass = NULL , |
|||
$is_postponed = FALSE , |
|||
$use_post_solutions = FALSE , |
|||
$showInlineFeedback = FALSE |
|||
) |
integer | $active_id | |
integer | null | $pass | |
bool | $is_postponed | |
bool | $use_post_solutions | |
bool | $show_feedback |
Definition at line 347 of file class.assKprimChoiceGUI.php.
References $pass, ilObjTest\_getPass(), ilObjTest\_getUsePreviousAnswers(), ilUtil\getImagePath(), getParticipantsAnswerKeySequence(), assQuestionGUI\outQuestionPage(), populateSpecificFeedbackInline(), and ilUtil\prepareFormOutput().
|
private |
Definition at line 313 of file class.assKprimChoiceGUI.php.
References assKprimChoice\ANSWER_TYPE_MULTI_LINE, and ilUtil\secureString().
Referenced by writeAnswerSpecificPostData().
assKprimChoiceGUI::populateAnswerSpecificFormPart | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Implements ilGuiAnswerScoringAdjustable.
Definition at line 276 of file class.assKprimChoiceGUI.php.
References ilPropertyFormGUI\addItem(), and ilFormPropertyGUI\setInfo().
Referenced by buildEditForm().
assKprimChoiceGUI::populateQuestionSpecificFormPart | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Implements ilGuiQuestionScoringAdjustable.
Definition at line 157 of file class.assKprimChoiceGUI.php.
References ilPropertyFormGUI\addItem(), ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilFormPropertyGUI\setRequired(), ilNumberInputGUI\setSuffix(), and ilTextInputGUI\setValue().
Referenced by buildEditForm().
|
private |
Definition at line 749 of file class.assKprimChoiceGUI.php.
References ilAssConfigurableMultiOptionQuestionFeedback\FEEDBACK_SETTING_ALL, ilAssConfigurableMultiOptionQuestionFeedback\FEEDBACK_SETTING_CHECKED, and ilAssConfigurableMultiOptionQuestionFeedback\FEEDBACK_SETTING_CORRECT.
Referenced by getPreview(), getSolutionOutput(), and getTestOutput().
assKprimChoiceGUI::removeImage | ( | ) |
Definition at line 68 of file class.assKprimChoiceGUI.php.
References $_POST, and editQuestion().
assKprimChoiceGUI::renderAggregateView | ( | $aggregate | ) |
Definition at line 842 of file class.assKprimChoiceGUI.php.
References assQuestionGUI\$tpl.
Referenced by getAggregatedAnswersView().
assKprimChoiceGUI::upkprim_answers | ( | ) |
Definition at line 88 of file class.assKprimChoiceGUI.php.
References $_POST, and editQuestion().
|
protected |
Definition at line 57 of file class.assKprimChoiceGUI.php.
References $result, editQuestion(), and assQuestionGUI\writePostData().
assKprimChoiceGUI::writeAnswerSpecificPostData | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Implements ilGuiAnswerScoringAdjustable.
Definition at line 303 of file class.assKprimChoiceGUI.php.
References ilPropertyFormGUI\getItemByPostVar(), and handleAnswerTextsSubmit().
Referenced by writePostData().
|
protected |
Definition at line 99 of file class.assKprimChoiceGUI.php.
References $_POST, buildEditForm(), editQuestion(), assQuestionGUI\saveTaxonomyAssignments(), ilUtil\sendFailure(), writeAnswerSpecificPostData(), assQuestionGUI\writeQuestionGenericPostData(), and writeQuestionSpecificPostData().
assKprimChoiceGUI::writeQuestionSpecificPostData | ( | ilPropertyFormGUI | $form | ) |
ilPropertyFormGUI | $form |
Implements ilGuiQuestionScoringAdjustable.
Definition at line 235 of file class.assKprimChoiceGUI.php.
References assKprimChoice\ANSWER_TYPE_MULTI_LINE, and ilPropertyFormGUI\getItemByPostVar().
Referenced by writePostData().
assKprimChoiceGUI::$object |
Definition at line 21 of file class.assKprimChoiceGUI.php.