|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Service GUI class for tests. More...
Inheritance diagram for ilTestServiceGUI:
Collaboration diagram for ilTestServiceGUI:Public Member Functions | |
| isContextResultPresentation () | |
| setContextResultPresentation (bool $contextResultPresentation) | |
| setParticipantData (ilTestParticipantData $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 $objective_oriented_container) | |
| getObjectiveOrientedContainer () | |
| executeCommand () | |
| execute command More... | |
| getCommand ($cmd) | |
| Retrieves the ilCtrl command. More... | |
| buildPassOverviewTableGUI (ilTestEvaluationGUI $target_gui) | |
| getPassListOfAnswers (&$result_array, $active_id, $pass, $show_solutions=false, $only_answered_questions=false, $show_question_only=false, $show_reached_points=false, $anchorNav=false, ilTestQuestionRelatedObjectivesList $objectives_list=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 $objectives_list=null) | |
| Returns an output of the solution to an answer compared to the correct solution. More... | |
| getResultsOfUserOutput (ilTestSession $testSession, int $active_id, int $pass, ilParticipantsTestResultsGUI $target_gui, bool $show_pass_details=true, bool $show_answers=true, bool $show_question_only=false, bool $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 (int $question_id, int $test_id) | |
| getObject () | |
Protected Member Functions | |
| getPassDetailsOverviewTableGUI (array $result_array, int $active_id, int $pass, ilTestServiceGUI|ilParticipantsTestResultsGUI $target_gui, string $target_cmd, ilTestQuestionRelatedObjectivesList $objectives_list=null, bool $multiple_objectives_involved=true) | |
| buildPassDetailsOverviewTableGUI (ilTestServiceGUI|ilParticipantsTestResultsGUI $target_gui, string $target_cmd) | |
| isGradingMessageRequired () | |
| getGradingMessageBuilder (int $active_id) | |
| buildQuestionRelatedObjectivesList (ilLOTestQuestionAdapter $objectives_adapter, ilTestQuestionSequence $test_sequence) | |
| getFilteredTestResult (int $active_id, int $pass, bool $considerHiddenQuestions, bool $considerOptionalQuestions) | |
| populateContent ($content) | |
| buildUserTestResultsToolbarGUI () | |
| outCorrectSolutionCmd () | |
| outCorrectSolution () | |
| Creates an output of the solution of an answer compared to the correct solution. More... | |
| populatePassFinishDate (ilTemplate $tpl, ?int $pass_finish_date) | |
| populateExamId (ilTemplate $tpl, int $active_id, int $pass) | |
Private Attributes | |
| ilTestObjectiveOrientedContainer | $objective_oriented_container |
| bool | $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 48 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 969 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\ctrl().
Referenced by getFilteredTestResult(), ilTestEvaluationGUI\getFilteredTestResult(), getPassDetailsOverviewTableGUI(), ilTestEvalObjectiveOrientedGUI\showVirtualPassResetTableFilterCmd(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassSetTableFilterCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::buildPassOverviewTableGUI | ( | ilTestEvaluationGUI | $target_gui | ) |
Definition at line 315 of file class.ilTestServiceGUI.php.
References getObjectiveOrientedContainer().
Referenced by ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), and ilTestEvaluationGUI\outUserResultsOverview().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1002 of file class.ilTestServiceGUI.php.
References ilLOTestQuestionAdapter\buildQuestionRelatedObjectiveList().
Referenced by ilTestSubmissionReviewGUI\buildUserReviewOutput(), getPassOverviewTableData(), getResultsOfUserOutput(), outCorrectSolution(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1076 of file class.ilTestServiceGUI.php.
References $toolbar, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by ilTestEvaluationGUI\multiParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::executeCommand | ( | ) |
execute command
Definition at line 291 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\ctrl(), and getCommand().
Here is the call graph for this function:| ilTestServiceGUI::getAdditionalUsrDataHtmlAndPopulateWindowTitle | ( | $testSession, | |
| $active_id, | |||
$overwrite_anonymity = false |
|||
| ) |
Returns the user data for a test results output.
| ilTestSession | ||
| 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 628 of file class.ilTestServiceGUI.php.
References ilObjUser\_lookupLogin(), ilObjUser\getMatriculation(), getObjectiveOrientedContainer(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilObjUser\setLastname().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserResultsOverview(), and ilTestPlayerAbstractGUI\showListOfAnswers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::getCommand | ( | $cmd | ) |
Retrieves the ilCtrl command.
public
Definition at line 310 of file class.ilTestServiceGUI.php.
Referenced by ilTestOutputGUI\executeCommand(), and executeCommand().
Here is the caller graph for this function:| ilTestServiceGUI::getCorrectSolutionOutput | ( | $question_id, | |
| $active_id, | |||
| $pass, | |||
| ilTestQuestionRelatedObjectivesList | $objectives_list = 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 696 of file class.ilTestServiceGUI.php.
References $objectives, $user, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by outCorrectSolution(), and ilTestPlayerAbstractGUI\outCorrectSolution().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1013 of file class.ilTestServiceGUI.php.
References $component_repository, $db, $ilDB, buildPassDetailsOverviewTableGUI(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilAssQuestionList\QUESTION_INSTANCE_TYPE_DUPLICATES, and ILIAS\Repository\refinery().
Here is the call graph for this function:
|
protected |
Definition at line 993 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\lng().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvaluationGUI\outUserResultsOverview().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::getObject | ( | ) |
Definition at line 1187 of file class.ilTestServiceGUI.php.
Referenced by ilTestManScoringParticipantsBySelectedQuestionAndPassTableGUI\__construct(), ilTestPlayerAbstractGUI\checkReadAccess(), ilTestOutputGUI\discardSolutionCmd(), ilTestPlayerAbstractGUI\outProcessingTime(), ilTestPlayerAbstractGUI\outQuestionSummaryCmd(), and ilTestSubmissionReviewGUI\show().
Here is the caller graph for this function:| ilTestServiceGUI::getObjectiveOrientedContainer | ( | ) |
Definition at line 283 of file class.ilTestServiceGUI.php.
References $objective_oriented_container.
Referenced by buildPassOverviewTableGUI(), ilTestSubmissionReviewGUI\buildUserReviewOutput(), ilTestOutputGUI\executeCommand(), getAdditionalUsrDataHtmlAndPopulateWindowTitle(), getPassOverviewTableData(), getResultsOfUserOutput(), isGradingMessageRequired(), outCorrectSolution(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), ilTestPlayerAbstractGUI\redirectBackCmd(), ilTestPlayerAbstractGUI\showListOfAnswers(), ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd(), and ilTestOutputGUI\startTestCmd().
Here is the caller graph for this function:| ilTestServiceGUI::getParticipantData | ( | ) |
Definition at line 174 of file class.ilTestServiceGUI.php.
References $participantData.
|
protected |
Definition at line 543 of file class.ilTestServiceGUI.php.
References ILIAS\LTI\ToolProvider\$key, buildPassDetailsOverviewTableGUI(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
Referenced by getResultsOfUserOutput(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 | $objectives_list = 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 340 of file class.ilTestServiceGUI.php.
References $objectives, isContextResultPresentation(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by getResultsOfUserOutput(), and ilTestEvaluationGUI\outUserListOfAnswerPasses().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 468 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().
Here is the call graph for this function:| 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 187 of file class.ilTestServiceGUI.php.
References $data, buildQuestionRelatedObjectivesList(), ilTestSession\getActiveId(), ilLOTestQuestionAdapter\getInstance(), getObjectiveOrientedContainer(), ilAssQuestionHintTracking\getRequestRequestStatisticDataRegisterByActiveId(), and ILIAS\Repository\object().
Referenced by ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserListOfAnswerPasses(), and ilTestEvaluationGUI\outUserResultsOverview().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::getQuestionResultForTestUsers | ( | int | $question_id, |
| int | $test_id | ||
| ) |
Definition at line 933 of file class.ilTestServiceGUI.php.
References getResultsHeadUserAndPass(), ILIAS\Repository\object(), and assQuestionGUI\RENDER_PURPOSE_PRINT_PDF.
Referenced by ilTestEvaluationGUI\exportQuestionForAllParticipants().
Here is the call graph for this function:
Here is the caller graph for this function:| 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 894 of file class.ilTestServiceGUI.php.
References ilObjUser\_lookupLogin(), ilObjUser\getMatriculation(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilObjUser\setLastname().
Referenced by getQuestionResultForTestUsers().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::getResultsOfUserOutput | ( | ilTestSession | $testSession, |
| int | $active_id, | ||
| int | $pass, | ||
| ilParticipantsTestResultsGUI | $target_gui, | ||
| bool | $show_pass_details = true, |
||
| bool | $show_answers = true, |
||
| bool | $show_question_only = false, |
||
| bool | $show_reached_points = false |
||
| ) |
Output of the pass overview for a test called by a test participant.
| ilTestSession | $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 752 of file class.ilTestServiceGUI.php.
References buildQuestionRelatedObjectivesList(), ilSession\get(), ilTestSession\getActiveId(), getAdditionalUsrDataHtmlAndPopulateWindowTitle(), getGradingMessageBuilder(), ilLOTestQuestionAdapter\getInstance(), getObjectiveOrientedContainer(), ilTestSession\getObjectiveOrientedContainerId(), getPassDetailsOverviewTableGUI(), getPassListOfAnswers(), getResultsSignature(), ilTestSession\getUserId(), isGradingMessageRequired(), ILIAS\Repository\lng(), ilObjTest\lookupExamId(), ILIAS\Repository\object(), populateExamId(), and populatePassFinishDate().
Here is the call graph for this function:| ilTestServiceGUI::getResultsSignature | ( | ) |
Returns HTML code for a signature field.
Definition at line 602 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().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::isContextResultPresentation | ( | ) |
Definition at line 101 of file class.ilTestServiceGUI.php.
References $contextResultPresentation.
Referenced by getPassListOfAnswers().
Here is the caller graph for this function:
|
protected |
Definition at line 976 of file class.ilTestServiceGUI.php.
References getObjectiveOrientedContainer(), ILIAS\Repository\object(), and SCORE_LAST_PASS.
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), and ilTestEvaluationGUI\outUserResultsOverview().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Creates an output of the solution of an answer compared to the correct solution.
Definition at line 1091 of file class.ilTestServiceGUI.php.
References $tabs, buildQuestionRelatedObjectivesList(), ILIAS\Repository\ctrl(), ilObjStyleSheet\getContentStylePath(), getCorrectSolutionOutput(), ilLOTestQuestionAdapter\getInstance(), getObjectiveOrientedContainer(), ilUtil\getStyleSheetLocation(), ilObjStyleSheet\getSyntaxStylePath(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ilTabsGUI\setBackTarget().
Referenced by outCorrectSolutionCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1083 of file class.ilTestServiceGUI.php.
References outCorrectSolution().
Here is the call graph for this function:
|
protected |
| string | $content |
Definition at line 1068 of file class.ilTestServiceGUI.php.
Referenced by ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
Here is the caller graph for this function:
|
protected |
Definition at line 1176 of file class.ilTestServiceGUI.php.
References ILIAS\Repository\lng(), ilObjTest\lookupExamId(), ILIAS\Repository\object(), and HTML_Template_IT\setVariable().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\multiParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsPassDetails(), and ilTestEvaluationGUI\outUserPassDetails().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 1163 of file class.ilTestServiceGUI.php.
References ilDatePresentation\formatDate(), IL_CAL_UNIX, ILIAS\Repository\lng(), ilDatePresentation\setUseRelativeDates(), HTML_Template_IT\setVariable(), and ilDatePresentation\useRelativeDates().
Referenced by getResultsOfUserOutput(), ilTestEvaluationGUI\multiParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsPassDetails(), and ilTestEvaluationGUI\outUserPassDetails().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::setContextResultPresentation | ( | bool | $contextResultPresentation | ) |
Definition at line 106 of file class.ilTestServiceGUI.php.
References $contextResultPresentation, $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilObjTest\getLocalDIC(), ILIAS\Repository\help(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ILIAS\Repository\settings(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Referenced by ilTestEvaluationGUI\outUserListOfAnswerPasses().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestServiceGUI::setObjectiveOrientedContainer | ( | ilTestObjectiveOrientedContainer | $objective_oriented_container | ) |
| ilTestObjectiveOrientedContainer | $objective_oriented_container |
Definition at line 275 of file class.ilTestServiceGUI.php.
References $objective_oriented_container.
| ilTestServiceGUI::setParticipantData | ( | ilTestParticipantData | $participantData | ) |
Definition at line 169 of file class.ilTestServiceGUI.php.
References $participantData.
|
protected |
Definition at line 67 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 73 of file class.ilTestServiceGUI.php.
Referenced by ilTestOutputGUI\generateRandomTestPassForActiveUser(), getFilteredTestResult(), and ilTestEvaluationGUI\getFilteredTestResult().
|
protected |
Definition at line 65 of file class.ilTestServiceGUI.php.
|
private |
Definition at line 99 of file class.ilTestServiceGUI.php.
Referenced by isContextResultPresentation(), and setContextResultPresentation().
|
protected |
Definition at line 69 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 53 of file class.ilTestServiceGUI.php.
Referenced by ilTestEvaluationGUI\exportCertificateArchive(), getFilteredTestResult(), ilTestEvaluationGUI\getFilteredTestResult(), ilTestPlayerAbstractGUI\initProcessLocker(), and ilTestEvaluationGUI\performDeletePass().
|
protected |
Definition at line 66 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 87 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 56 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 68 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 85 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 54 of file class.ilTestServiceGUI.php.
Referenced by ilTestScoringByQuestionsGUI\appendQuestionTitleToModal(), and ilTestScoringByQuestionsGUI\getAnswerDetail().
|
protected |
Definition at line 55 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 76 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 72 of file class.ilTestServiceGUI.php.
Referenced by ilTestEvaluationGUI\outParticipantsResultsOverview().
|
private |
Definition at line 97 of file class.ilTestServiceGUI.php.
Referenced by getObjectiveOrientedContainer(), and setObjectiveOrientedContainer().
|
protected |
Definition at line 95 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 93 of file class.ilTestServiceGUI.php.
Referenced by getParticipantData(), ilTestEvaluationGUI\resetfilterEvaluation(), ilTestScoringByQuestionsGUI\saveManScoringByQuestion(), ilTestScoringGUI\saveNextManScoringParticipantScreen(), setParticipantData(), and ilTestScoringByQuestionsGUI\showManScoringByQuestionParticipantsTable().
|
protected |
Definition at line 75 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 51 of file class.ilTestServiceGUI.php.
Referenced by ilTestOutputGUI\generateRandomTestPassForActiveUser().
|
protected |
Definition at line 57 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 89 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 77 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 82 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 83 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 52 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 86 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 81 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 80 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 71 of file class.ilTestServiceGUI.php.
Referenced by outCorrectSolution(), ilTestEvaluationGUI\outParticipantsPassDetails(), and ilTestEvaluationGUI\outParticipantsResultsOverview().
|
protected |
Definition at line 50 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 92 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 91 of file class.ilTestServiceGUI.php.
Referenced by ilTestOutputGUI\executeCommand().
|
protected |
Definition at line 70 of file class.ilTestServiceGUI.php.
Referenced by ilTestSubmissionReviewGUI\buildToolbar(), buildUserTestResultsToolbarGUI(), ilTestEvaluationGUI\multiParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsPassDetails(), ilTestEvaluationGUI\outParticipantsResultsOverview(), ilTestEvaluationGUI\outUserPassDetails(), ilTestEvaluationGUI\outUserResultsOverview(), ilTestEvaluationGUI\resetfilterEvaluation(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
|
protected |
sk 2023-08-01: We need this union type, even if it is wrong! To change this
ilTestPlayerAbstractGUI::populateIntantResponseModal().Definition at line 64 of file class.ilTestServiceGUI.php.
Referenced by ilTestPlayerAbstractGUI\getQuestionGuiInstance(), ilTestEvaluationGUI\outUserPassDetails(), ilTestPlayerAbstractGUI\populateDiscardSolutionModal(), ilTestPlayerAbstractGUI\populateInstantResponseModal(), ilTestPlayerAbstractGUI\populateNavWhenChangedModal(), ilTestEvaluationGUI\prepareContentForPrint(), and ilTestEvalObjectiveOrientedGUI\showVirtualPassCmd().
|
protected |
Definition at line 88 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 78 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 79 of file class.ilTestServiceGUI.php.
|
protected |
Definition at line 74 of file class.ilTestServiceGUI.php.
Referenced by getCorrectSolutionOutput().