ILIAS
release_8 Revision v8.19
|
Service GUI class for tests. More...
Public Member Functions | |
isContextResultPresentation () | |
setContextResultPresentation ($contextResultPresentation) | |
__construct (ilObjTest $a_object) | |
The constructor takes the test object reference as parameter. More... | |
setParticipantData ($participantData) | |
getParticipantData () | |
getPassOverviewTableData (ilTestSession $testSession, $passes, $withResults) | |
This method uses the data of a given test pass to create an evaluation for displaying into a table used in the ilTestEvaluationGUI. More... | |
setObjectiveOrientedContainer (ilTestObjectiveOrientedContainer $objectiveOrientedContainer) | |
getObjectiveOrientedContainer () | |
executeCommand () | |
execute command More... | |
getCommand ($cmd) | |
Retrieves the ilCtrl command. More... | |
buildPassOverviewTableGUI ($targetGUI) | |
getPassListOfAnswers (&$result_array, $active_id, $pass, $show_solutions=false, $only_answered_questions=false, $show_question_only=false, $show_reached_points=false, $anchorNav=false, ilTestQuestionRelatedObjectivesList $objectivesList=null, ilTestResultHeaderLabelBuilder $testResultHeaderLabelBuilder=null) | |
Returns the list of answers of a users test pass. More... | |
getPassListOfAnswersWithScoring (&$result_array, $active_id, $pass, $show_solutions=false) | |
Returns the list of answers of a users test pass and offers a scoring option. More... | |
getResultsSignature () | |
Returns HTML code for a signature field. More... | |
getAdditionalUsrDataHtmlAndPopulateWindowTitle ($testSession, $active_id, $overwrite_anonymity=false) | |
Returns the user data for a test results output. More... | |
getCorrectSolutionOutput ($question_id, $active_id, $pass, ilTestQuestionRelatedObjectivesList $objectivesList=null) | |
Returns an output of the solution to an answer compared to the correct solution. More... | |
getResultsOfUserOutput ($testSession, $active_id, $pass, $targetGUI, $show_pass_details=true, $show_answers=true, $show_question_only=false, $show_reached_points=false) | |
Output of the pass overview for a test called by a test participant. More... | |
getResultsHeadUserAndPass ($active_id, $pass) | |
Returns the user and pass data for a test results output. More... | |
getQuestionResultForTestUsers ($question_id, $test_id) | |
Creates a HTML representation for the results of a given question in a test. More... | |
populatePassFinishDate ($tpl, $passFinishDate) | |
populateExamId (ilTemplate $tpl, int $activeId, int $pass) | |
getObject () | |
Data Fields | |
$object = null | |
$service = null | |
$lng | |
$tpl | |
$ctrl | |
$ilias | |
$tree | |
$ref_id | |
Protected Member Functions | |
isPdfDeliveryRequest () | |
buildQuestionAnswerShuffler (int $question_id, int $active_id, int $pass_id) | |
buildFixedShufflerSeed (int $question_id, int $pass_id, int $active_id) | |
getPassDetailsOverviewTableGUI ( $result_array, $active_id, $pass, $targetGUI, $targetCMD, $questionDetailsCMD, $questionAnchorNav, ilTestQuestionRelatedObjectivesList $objectivesList=null, $multipleObjectivesInvolved=true) | |
buildPassDetailsOverviewTableGUI ($targetGUI, $targetCMD) | |
isGradingMessageRequired () | |
getGradingMessageBuilder ($activeId) | |
buildQuestionRelatedObjectivesList (ilLOTestQuestionAdapter $objectivesAdapter, ilTestQuestionSequence $testSequence) | |
getFilteredTestResult ($active_id, $pass, $considerHiddenQuestions, $considerOptionalQuestions) | |
populateContent ($content) | |
buildUserTestResultsToolbarGUI () | |
outCorrectSolutionCmd () | |
outCorrectSolution () | |
Creates an output of the solution of an answer compared to the correct solution. More... | |
Protected Attributes | |
ILIAS Test InternalRequestService | $testrequest |
$db | |
Refinery | $refinery |
$tabs | |
$objCache | |
$testSessionFactory = null | |
$testSequenceFactory = null | |
$participantData | |
Private Attributes | |
RandomGroup | $randomGroup |
$objectiveOrientedContainer | |
$contextResultPresentation = true | |
Service GUI class for tests.
This class is the parent class for all service classes which are called from ilObjTestGUI. This is mainly done to reduce the size of ilObjTestGUI to put command service functions into classes that could be called by ilCtrl.
ilTestServiceGUI: ilObjTestGUI
Definition at line 40 of file class.ilTestServiceGUI.php.
ilTestServiceGUI::__construct | ( | ilObjTest | $a_object | ) |
The constructor takes the test object reference as parameter.
object | $a_object | Associated ilObjTest class public |
Definition at line 133 of file class.ilTestServiceGUI.php.
References $DIC, $ilDB, $ilias, $lng, $refinery, $tpl, $tree, ILIAS\Repository\ctrl(), ilObject\getRefId(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\tabs().
|
protected |
Definition at line 529 of file class.ilTestServiceGUI.php.
References ilTestPlayerAbstractGUI\FIXED_SHUFFLER_SEED_MIN_LENGTH.
Referenced by buildQuestionAnswerShuffler().
|
protected |
Definition at line 1103 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\ctrl(), and isPdfDeliveryRequest().
Referenced by getFilteredTestResult(), ilTestEvaluationGUI\getFilteredTestResult(), getPassDetailsOverviewTableGUI(), ilTestEvaluationGUI\outParticipantsPassDetailsResetTableFilter(), ilTestEvaluationGUI\outParticipantsPassDetailsSetTableFilter(), ilTestEvaluationGUI\outUserPassDetailsResetTableFilter(), ilTestEvaluationGUI\outUserPassDetailsSetTableFilter(), ilTestEvalObjectiveOrientedGUI\showVirtualPassResetTableFilterCmd(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassSetTableFilterCmd().
ilTestServiceGUI::buildPassOverviewTableGUI | ( | $targetGUI | ) |
Definition at line 343 of file class.ilTestServiceGUI.php.
References getObjectiveOrientedContainer().
Referenced by ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), and ilTestEvaluationGUI\outUserResultsOverview().
|
protected |
Definition at line 519 of file class.ilTestServiceGUI.php.
References buildFixedShufflerSeed().
Referenced by getPassListOfAnswers(), and ilTestPlayerAbstractGUI\getQuestionGuiInstance().
|
protected |
Definition at line 1145 of file class.ilTestServiceGUI.php.
References ilLOTestQuestionAdapter\buildQuestionRelatedObjectiveList().
Referenced by ilTestPlayerAbstractGUI\archiveParticipantSubmission(), ilTestSubmissionReviewGUI\buildUserReviewOutput(), getPassOverviewTableData(), getResultsOfUserOutput(), outCorrectSolution(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
|
protected |
Definition at line 1225 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
ilTestServiceGUI::executeCommand | ( | ) |
execute command
Definition at line 300 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\ctrl(), and getCommand().
ilTestServiceGUI::getAdditionalUsrDataHtmlAndPopulateWindowTitle | ( | $testSession, | |
$active_id, | |||
$overwrite_anonymity = false |
|||
) |
Returns the user data for a test results output.
ilTestSession|ilTestSessionDynamicQuestionSet | ||
integer | $user_id | The user ID of the user |
boolean | $overwrite_anonymity | TRUE if the anonymity status should be overwritten, FALSE otherwise |
Definition at line 728 of file class.ilTestServiceGUI.php.
References ilObjUser\_lookupLogin(), getObjectiveOrientedContainer(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), and ilTestPlayerAbstractGUI\showListOfAnswers().
ilTestServiceGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
public
Definition at line 319 of file class.ilTestServiceGUI.php.
Referenced by ilTestOutputGUI\executeCommand(), and executeCommand().
ilTestServiceGUI::getCorrectSolutionOutput | ( | $question_id, | |
$active_id, | |||
$pass, | |||
ilTestQuestionRelatedObjectivesList | $objectivesList = null |
||
) |
Returns an output of the solution to an answer compared to the correct solution.
integer | $question_id | Database ID of the question |
integer | $active_id | Active ID of the active user |
integer | $pass | Test pass |
Definition at line 793 of file class.ilTestServiceGUI.php.
References $objectives, ILIAS\Repository\ctrl(), isPdfDeliveryRequest(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and assQuestionGUI\RENDER_PURPOSE_PRINT_PDF.
Referenced by outCorrectSolution(), and ilTestPlayerAbstractGUI\outCorrectSolution().
|
protected |
Definition at line 1155 of file class.ilTestServiceGUI.php.
References $DIC, $ilDB, buildPassDetailsOverviewTableGUI(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilAssQuestionList\QUESTION_INSTANCE_TYPE_DUPLICATES, and ILIAS\Repository\refinery().
|
protected |
integer | $activeId |
Definition at line 1135 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\lng().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvaluationGUI\outUserResultsOverview().
ilTestServiceGUI::getObject | ( | ) |
Definition at line 1348 of file class.ilTestServiceGUI.php.
References $object.
Referenced by ilTestPlayerAbstractGUI\outQuestionSummaryCmd().
ilTestServiceGUI::getObjectiveOrientedContainer | ( | ) |
Definition at line 292 of file class.ilTestServiceGUI.php.
References $objectiveOrientedContainer.
Referenced by ilTestPlayerAbstractGUI\archiveParticipantSubmission(), buildPassOverviewTableGUI(), ilTestSubmissionReviewGUI\buildUserReviewOutput(), ilTestOutputGUI\executeCommand(), getAdditionalUsrDataHtmlAndPopulateWindowTitle(), getPassOverviewTableData(), getResultsOfUserOutput(), isGradingMessageRequired(), outCorrectSolution(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), ilTestPlayerAbstractGUI\redirectBackCmd(), ilTestPlayerAbstractGUI\showListOfAnswers(), ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd(), and ilTestOutputGUI\startTestCmd().
ilTestServiceGUI::getParticipantData | ( | ) |
|
protected |
Definition at line 634 of file class.ilTestServiceGUI.php.
References ILIAS\LTI\ToolProvider\$key, buildPassDetailsOverviewTableGUI(), ILIAS\Repository\ctrl(), isPdfDeliveryRequest(), and ILIAS\Repository\object().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
ilTestServiceGUI::getPassListOfAnswers | ( | & | $result_array, |
$active_id, | |||
$pass, | |||
$show_solutions = false , |
|||
$only_answered_questions = false , |
|||
$show_question_only = false , |
|||
$show_reached_points = false , |
|||
$anchorNav = false , |
|||
ilTestQuestionRelatedObjectivesList | $objectivesList = null , |
||
ilTestResultHeaderLabelBuilder | $testResultHeaderLabelBuilder = null |
||
) |
Returns the list of answers of a users test pass.
array | $result_array | An array containing the results of the users test pass (generated by ilObjTest::getTestResult) |
integer | $active_id | Active ID of the active user |
integer | $pass | Test pass |
boolean | $show_solutions | TRUE, if the solution output should be shown in the answers, FALSE otherwise |
Definition at line 370 of file class.ilTestServiceGUI.php.
References $objectives, buildQuestionAnswerShuffler(), isContextResultPresentation(), isPdfDeliveryRequest(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and assQuestionGUI\RENDER_PURPOSE_PRINT_PDF.
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
ilTestServiceGUI::getPassListOfAnswersWithScoring | ( | & | $result_array, |
$active_id, | |||
$pass, | |||
$show_solutions = false |
|||
) |
Returns the list of answers of a users test pass and offers a scoring option.
array | $result_array | An array containing the results of the users test pass (generated by ilObjTest::getTestResult) |
integer | $active_id | Active ID of the active user |
integer | $pass | Test pass |
boolean | $show_solutions | TRUE, if the solution output should be shown in the answers, FALSE otherwise |
Definition at line 558 of file class.ilTestServiceGUI.php.
References ilObjAssessmentFolder\_getManualScoring(), assQuestion\_getReachedPoints(), ILIAS\Repository\ctrl(), ilObjTest\getSingleManualFeedback(), ilYuiUtil\initDomEvent(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilLegacyFormElementsUtil\prepareFormOutput().
ilTestServiceGUI::getPassOverviewTableData | ( | ilTestSession | $testSession, |
$passes, | |||
$withResults | |||
) |
This method uses the data of a given test pass to create an evaluation for displaying into a table used in the ilTestEvaluationGUI.
ilTestSession | $testSession | the current test session |
array | $passes | An integer array of test runs |
boolean | $withResults | $withResults tells the method to include all scoring data into the returned row |
Definition at line 194 of file class.ilTestServiceGUI.php.
References $data, buildQuestionRelatedObjectivesList(), ilTestSession\getActiveId(), ilLOTestQuestionAdapter\getInstance(), getObjectiveOrientedContainer(), ilAssQuestionHintTracking\getRequestRequestStatisticDataRegisterByActiveId(), ilObjTest\lookupLastTestPassAccess(), and ILIAS\Repository\object().
Referenced by ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), and ilTestEvaluationGUI\outUserResultsOverview().
ilTestServiceGUI::getQuestionResultForTestUsers | ( | $question_id, | |
$test_id | |||
) |
Creates a HTML representation for the results of a given question in a test.
integer | $question_id | The original id of the question |
integer | $test_id | The test id |
Definition at line 1058 of file class.ilTestServiceGUI.php.
References $i, ilTestPDFGenerator\generatePDF(), getResultsHeadUserAndPass(), ILIAS\Repository\object(), ilTestPDFGenerator\PDF_OUTPUT_DOWNLOAD, PDF_USER_RESULT, ilPDFGeneratorUtils\prepareGenerationRequest(), and assQuestionGUI\RENDER_PURPOSE_PRINT_PDF.
Referenced by ilTestEvaluationGUI\exportQuestionForAllParticipants().
ilTestServiceGUI::getResultsHeadUserAndPass | ( | $active_id, | |
$pass | |||
) |
Returns the user and pass data for a test results output.
integer | $active_id | The active ID of the user |
Definition at line 1012 of file class.ilTestServiceGUI.php.
References ilObjUser\_lookupLogin(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by getQuestionResultForTestUsers().
ilTestServiceGUI::getResultsOfUserOutput | ( | $testSession, | |
$active_id, | |||
$pass, | |||
$targetGUI, | |||
$show_pass_details = true , |
|||
$show_answers = true , |
|||
$show_question_only = false , |
|||
$show_reached_points = false |
|||
) |
Output of the pass overview for a test called by a test participant.
ilTestSession | ilTestSessionDynamicQuestionSet | $testSession | |
integer | $active_id | |
integer | $pass | |
boolean | $show_pass_details | |
boolean | $show_answers | |
boolean | $show_question_only | |
boolean | $show_reached_points | public |
Definition at line 870 of file class.ilTestServiceGUI.php.
References $DIC, buildQuestionRelatedObjectivesList(), ilSession\get(), getAdditionalUsrDataHtmlAndPopulateWindowTitle(), getGradingMessageBuilder(), ilLOTestQuestionAdapter\getInstance(), getObjectiveOrientedContainer(), getPassDetailsOverviewTableGUI(), getPassListOfAnswers(), getResultsSignature(), isGradingMessageRequired(), ILIAS\Repository\lng(), ilObjTest\lookupExamId(), ilObjTest\lookupLastTestPassAccess(), ILIAS\Repository\object(), populateExamId(), and populatePassFinishDate().
ilTestServiceGUI::getResultsSignature | ( | ) |
Returns HTML code for a signature field.
Definition at line 702 of file class.ilTestServiceGUI.php.
References ilDatePresentation\formatDate(), ilUtil\getImagePath(), IL_CAL_UNIX, ILIAS\Repository\lng(), ILIAS\Repository\object(), ilDatePresentation\setUseRelativeDates(), and ilDatePresentation\useRelativeDates().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestPlayerAbstractGUI\showListOfAnswers().
ilTestServiceGUI::isContextResultPresentation | ( | ) |
Definition at line 114 of file class.ilTestServiceGUI.php.
References $contextResultPresentation.
Referenced by getPassListOfAnswers().
|
protected |
Definition at line 1114 of file class.ilTestServiceGUI.php.
References getObjectiveOrientedContainer(), and ILIAS\Repository\object().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvaluationGUI\outUserResultsOverview().
|
protected |
Definition at line 327 of file class.ilTestServiceGUI.php.
Referenced by buildPassDetailsOverviewTableGUI(), ilTestEvaluationGUI\executeCommand(), getCorrectSolutionOutput(), getPassDetailsOverviewTableGUI(), getPassListOfAnswers(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), populateContent(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
|
protected |
Creates an output of the solution of an answer compared to the correct solution.
public
Definition at line 1243 of file class.ilTestServiceGUI.php.
References $DIC, ilObjTestGUI\accessViolationRedirect(), buildQuestionRelatedObjectivesList(), ILIAS\Repository\ctrl(), ilObjStyleSheet\getContentStylePath(), getCorrectSolutionOutput(), ilLOTestQuestionAdapter\getInstance(), getObjectiveOrientedContainer(), ilUtil\getStyleSheetLocation(), ilObjStyleSheet\getSyntaxStylePath(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by outCorrectSolutionCmd().
|
protected |
Definition at line 1233 of file class.ilTestServiceGUI.php.
References outCorrectSolution().
|
protected |
string | $content |
Definition at line 1208 of file class.ilTestServiceGUI.php.
References ilTestPDFGenerator\generatePDF(), isPdfDeliveryRequest(), ILIAS\Repository\object(), ilTestPDFGenerator\PDF_OUTPUT_DOWNLOAD, and PDF_USER_RESULT.
Referenced by ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
ilTestServiceGUI::populateExamId | ( | ilTemplate | $tpl, |
int | $activeId, | ||
int | $pass | ||
) |
ilTemplate | $tpl | |
int | $activeId | |
int | $pass |
Definition at line 1337 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\lng(), ilObjTest\lookupExamId(), ILIAS\Repository\object(), and HTML_Template_IT\setVariable().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), and ilTestEvaluationGUI\outUserPassDetails().
ilTestServiceGUI::populatePassFinishDate | ( | $tpl, | |
$passFinishDate | |||
) |
ilTemplate | $tpl | |
int | $passFinishDate |
Definition at line 1322 of file class.ilTestServiceGUI.php.
References $tpl, ilDatePresentation\formatDate(), IL_CAL_UNIX, ILIAS\Repository\lng(), ilDatePresentation\setUseRelativeDates(), and ilDatePresentation\useRelativeDates().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), and ilTestEvaluationGUI\outUserPassDetails().
ilTestServiceGUI::setContextResultPresentation | ( | $contextResultPresentation | ) |
boolean | $contextResultPresentation |
Definition at line 122 of file class.ilTestServiceGUI.php.
References $contextResultPresentation.
Referenced by ilTestEvaluationGUI\outUserListOfAnswerPasses().
ilTestServiceGUI::setObjectiveOrientedContainer | ( | ilTestObjectiveOrientedContainer | $objectiveOrientedContainer | ) |
ilTestObjectiveOrientedContainer | $objectiveOrientedContainer |
Definition at line 284 of file class.ilTestServiceGUI.php.
References $objectiveOrientedContainer.
ilTestServiceGUI::setParticipantData | ( | $participantData | ) |
\ilTestParticipantData | $participantData |
Definition at line 173 of file class.ilTestServiceGUI.php.
References $participantData.
|
private |
Definition at line 109 of file class.ilTestServiceGUI.php.
Referenced by isContextResultPresentation(), and setContextResultPresentation().
ilTestServiceGUI::$ctrl |
Definition at line 67 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 56 of file class.ilTestServiceGUI.php.
Referenced by ilTestPlayerAbstractGUI\initProcessLocker().
ilTestServiceGUI::$ilias |
Definition at line 79 of file class.ilTestServiceGUI.php.
Referenced by __construct(), and ilTestPlayerAbstractGUI\archiveParticipantSubmission().
ilTestServiceGUI::$lng |
Definition at line 60 of file class.ilTestServiceGUI.php.
Referenced by ilTestPlayerAbstractGUI\__construct(), __construct(), ilTestScoringByQuestionsGUI\appendQuestionTitleToModal(), ilTestScoringGUI\buildManScoringParticipantForm(), ilTestOutputGUI\executeCommand(), ilTestScoringByQuestionsGUI\getAnswerDetail(), ilTestScoringGUI\saveManScoringParticipantScreen(), ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable(), and ilTestScoringGUI\showManScoringParticipantScreen().
|
protected |
Definition at line 77 of file class.ilTestServiceGUI.php.
Referenced by ilTestEvaluationGUI\outUserPassDetails().
ilTestServiceGUI::$object = null |
Definition at line 46 of file class.ilTestServiceGUI.php.
Referenced by getObject(), and ilTestEvaluationGUI\getObject().
|
private |
Definition at line 107 of file class.ilTestServiceGUI.php.
Referenced by getObjectiveOrientedContainer(), and setObjectiveOrientedContainer().
|
protected |
Definition at line 100 of file class.ilTestServiceGUI.php.
Referenced by ilTestEvaluationGUI\confirmFinishTestPassForUser(), ilTestEvaluationGUI\finishTestPassForSingleUser(), getParticipantData(), ilTestEvaluationGUI\outEvaluation(), ilTestScoringGUI\saveNextManScoringParticipantScreen(), setParticipantData(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
|
private |
Definition at line 102 of file class.ilTestServiceGUI.php.
ilTestServiceGUI::$ref_id |
Definition at line 81 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 58 of file class.ilTestServiceGUI.php.
Referenced by __construct(), and ilTestOutputGUI\executeCommand().
ilTestServiceGUI::$service = null |
Definition at line 51 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 72 of file class.ilTestServiceGUI.php.
Referenced by ilTestEvaluationGUI\outUserPassDetails().
|
protected |
Definition at line 42 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 95 of file class.ilTestServiceGUI.php.
Referenced by ilTestOutputGUI\executeCommand().
|
protected |
Definition at line 88 of file class.ilTestServiceGUI.php.
Referenced by ilTestOutputGUI\executeCommand().
ilTestServiceGUI::$tpl |
Definition at line 62 of file class.ilTestServiceGUI.php.
Referenced by __construct(), ilTestEvaluationGUI\confirmDeletePass(), ilTestPlayerAbstractGUI\getQuestionGuiInstance(), ilTestEvaluationGUI\outUserPassDetails(), ilTestPlayerAbstractGUI\populateDiscardSolutionModal(), ilTestPlayerAbstractGUI\populateInstantResponseModal(), ilTestPlayerAbstractGUI\populateNavWhenChangedModal(), populatePassFinishDate(), ilTestScoringGUI\showManScoringParticipantScreen(), ilTestScoringGUI\showManScoringParticipantsTable(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
ilTestServiceGUI::$tree |
Definition at line 80 of file class.ilTestServiceGUI.php.
Referenced by __construct(), and ilTestOutputGUI\generateRandomTestPassForActiveUser().