ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (\ILIAS\DI\Container $DIC, ilObjTest $testOBJ) | |
ilTestCorrectionsGUI constructor. More... | |
executeCommand () | |
Protected Member Functions | |
showQuestionList () | |
showQuestion (ilPropertyFormGUI $form=null) | |
saveQuestion () | |
buildQuestionCorrectionForm (assQuestionGUI $questionGUI) | |
addHiddenItemsFromArray (ilConfirmationGUI $gui, $array, $curPath=array()) | |
confirmManualScoringReset () | |
showSolution () | |
showAnswerStatistic () | |
addAnswerAsynch () | |
confirmQuestionRemoval () | |
performQuestionRemoval () | |
setCorrectionTabsContext (assQuestionGUI $questionGUI, $activeTabId) | |
populatePageTitleAndDescription (assQuestionGUI $questionGUI) | |
checkQuestion ($qId) | |
getQuestion ($qId) | |
getSolutions (assQuestion $question) | |
getQuestions () | |
supportsAdjustment (\assQuestionGUI $question_object) | |
Returns if the given question object support scoring adjustment. More... | |
allowedInAdjustment (\assQuestionGUI $question_object) | |
Returns if the question type is allowed for adjustments in the global test administration. More... | |
Protected Attributes | |
$DIC | |
$testOBJ | |
$testAccess | |
Definition at line 13 of file class.ilTestCorrectionsGUI.php.
ilTestCorrectionsGUI::__construct | ( | \ILIAS\DI\Container | $DIC, |
ilObjTest | $testOBJ | ||
) |
ilTestCorrectionsGUI constructor.
\ILIAS\DI\Container | $DIC | |
ilObjTest | $testOBJ |
Definition at line 35 of file class.ilTestCorrectionsGUI.php.
References $DIC, $testOBJ, ilObject\getRefId(), and ilObjTest\getTestId().
|
protected |
Definition at line 290 of file class.ilTestCorrectionsGUI.php.
References $form, $response, checkQuestion(), exit, and getQuestion().
|
protected |
Definition at line 172 of file class.ilTestCorrectionsGUI.php.
References $name, and ilConfirmationGUI\addHiddenItem().
Referenced by confirmManualScoringReset().
|
protected |
Returns if the question type is allowed for adjustments in the global test administration.
assQuestionGUI | $question_object |
Definition at line 567 of file class.ilTestCorrectionsGUI.php.
References $type, assQuestionGUI\getQuestionType(), and ilObjQuestionPool\getQuestionTypeByTypeId().
Referenced by checkQuestion(), and getQuestions().
|
protected |
Definition at line 146 of file class.ilTestCorrectionsGUI.php.
References $form, and assQuestionGUI\populateCorrectionsFormProperties().
Referenced by saveQuestion(), and showQuestion().
|
protected |
int | $qId |
Definition at line 472 of file class.ilTestCorrectionsGUI.php.
References allowedInAdjustment(), getQuestion(), and supportsAdjustment().
Referenced by addAnswerAsynch(), and executeCommand().
|
protected |
Definition at line 193 of file class.ilTestCorrectionsGUI.php.
References $_GET, $_POST, addHiddenItemsFromArray(), getQuestion(), and setCorrectionTabsContext().
|
protected |
Definition at line 351 of file class.ilTestCorrectionsGUI.php.
References $_GET, getQuestion(), and ilTestTabsManager\TAB_ID_CORRECTION.
ilTestCorrectionsGUI::executeCommand | ( | ) |
Definition at line 43 of file class.ilTestCorrectionsGUI.php.
References $_GET, ilObjTestGUI\accessViolationRedirect(), and checkQuestion().
|
protected |
int | $qId |
Definition at line 495 of file class.ilTestCorrectionsGUI.php.
References assQuestion\instantiateQuestionGUI().
Referenced by addAnswerAsynch(), checkQuestion(), confirmManualScoringReset(), confirmQuestionRemoval(), getQuestions(), performQuestionRemoval(), saveQuestion(), showAnswerStatistic(), showQuestion(), and showSolution().
|
protected |
Definition at line 525 of file class.ilTestCorrectionsGUI.php.
References allowedInAdjustment(), getQuestion(), and supportsAdjustment().
Referenced by showQuestionList().
|
protected |
Definition at line 503 of file class.ilTestCorrectionsGUI.php.
References $pass, $row, $testOBJ, assQuestion\getSolutionValues(), and ilTestPassesSelector\setActiveId().
Referenced by showAnswerStatistic().
|
protected |
Definition at line 379 of file class.ilTestCorrectionsGUI.php.
References $_GET, $DIC, ilLPStatusWrapper\_refreshStatus(), getQuestion(), and ilTestParticipantData\load().
|
protected |
assQuestionGUI | $questionGUI |
Definition at line 462 of file class.ilTestCorrectionsGUI.php.
References assQuestionGUI\outQuestionType().
Referenced by showAnswerStatistic(), showQuestion(), and showSolution().
|
protected |
Definition at line 119 of file class.ilTestCorrectionsGUI.php.
References $_GET, $form, buildQuestionCorrectionForm(), getQuestion(), and showQuestion().
|
protected |
Definition at line 426 of file class.ilTestCorrectionsGUI.php.
References assQuestionGUI\isAnswerFreuqencyStatisticSupported().
Referenced by confirmManualScoringReset(), showAnswerStatistic(), showQuestion(), and showSolution().
|
protected |
Definition at line 265 of file class.ilTestCorrectionsGUI.php.
References $_GET, $table, getQuestion(), getSolutions(), populatePageTitleAndDescription(), and setCorrectionTabsContext().
|
protected |
Definition at line 105 of file class.ilTestCorrectionsGUI.php.
References $_GET, $form, buildQuestionCorrectionForm(), getQuestion(), populatePageTitleAndDescription(), and setCorrectionTabsContext().
Referenced by saveQuestion().
|
protected |
Definition at line 73 of file class.ilTestCorrectionsGUI.php.
References $lng, $txt, getQuestions(), ilTestQuestionsTableGUI\setQuestionTitleLinksEnabled(), and ilTestTabsManager\TAB_ID_CORRECTION.
|
protected |
Definition at line 220 of file class.ilTestCorrectionsGUI.php.
References $_GET, $tpl, ilObjStyleSheet\getContentStylePath(), getQuestion(), ilObjStyleSheet\getSyntaxStylePath(), populatePageTitleAndDescription(), setCorrectionTabsContext(), and ilPageObjectGUI\setRenderPageContainer().
|
protected |
Returns if the given question object support scoring adjustment.
$question_object | assQuestionGUI |
Definition at line 553 of file class.ilTestCorrectionsGUI.php.
Referenced by checkQuestion(), and getQuestions().
|
protected |
Definition at line 18 of file class.ilTestCorrectionsGUI.php.
Referenced by __construct(), and performQuestionRemoval().
|
protected |
Definition at line 28 of file class.ilTestCorrectionsGUI.php.
|
protected |
Definition at line 23 of file class.ilTestCorrectionsGUI.php.
Referenced by __construct(), and getSolutions().