| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Output class for assessment test evaluation. More...
 Inheritance diagram for ilTestEvaluationGUI:
 Collaboration diagram for ilTestEvaluationGUI:Public Member Functions | |
| __construct (ilObjTest $object) | |
| ilTestEvaluationGUI constructor  More... | |
| getTestAccess () | |
| setTestAccess ($testAccess) | |
| executeCommand () | |
| filterEvaluation () | |
| resetfilterEvaluation () | |
| detailedEvaluation () | |
| exportQuestionForAllParticipants () | |
| Creates a PDF representation of the answers for a given question in a test.  More... | |
| exportFileUploadsForAllParticipants () | |
| Creates a ZIP file containing all file uploads for a given question in a test.  More... | |
| eval_a () | |
| Output of anonymous aggregated results for the test.  More... | |
| exportEvaluation ($cmd="") | |
| exportAggregatedResults ($cmd='') | |
| exportCertificateArchive () | |
| getEvaluationQuestionId ($question_id, $original_id="") | |
| Returns the ID of a question for evaluation purposes.  More... | |
| outParticipantsPassDetails () | |
| Output of the pass details of an existing test pass for the test statistics.  More... | |
| multiParticipantsPassDetails () | |
| outParticipantsResultsOverview () | |
| outUserPassDetails () | |
| outUserResultsOverview () | |
| outUserListOfAnswerPasses () | |
| passDetails () | |
| singleResults () | |
| Creates user results for single questions.  More... | |
| outCertificate () | |
| confirmDeletePass () | |
| cancelDeletePass () | |
| performDeletePass () | |
| finishTestPassForSingleUser () | |
| confirmFinishTestPassForUser () | |
| finishAllUserPasses () | |
| confirmFinishTestPassForAllUser () | |
| getObject () | |
  Public Member Functions inherited from ilTestServiceGUI | |
| 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 | |
| setCss () | |
| getFilteredTestResult (int $active_id, int $pass, bool $considerHiddenQuestions, bool $considerOptionalQuestions) | |
| finishTestPass (int $active_id) | |
| redirectBackToParticipantsScreen () | |
| prepareContentForPrint (string $question_title, string $question_content) | |
| sendPage (string $page) | |
| buildResultsTitle (int $active_id, int $pass) | |
  Protected Member Functions inherited from ilTestServiceGUI | |
| 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 Member Functions | |
| redirectToPassDeletionContext ($context) | |
| hasUsersWithWorkingTimeAvailable () | |
Output class for assessment test evaluation.
The ilTestEvaluationGUI class creates the output for the ilObjTestGUI class when authors evaluate a test. This saves some heap space because the ilObjTestGUI class will be much smaller then
ilTestEvaluationGUI: ilTestPassDetailsOverviewTableGUI ilTestEvaluationGUI: ilTestResultsToolbarGUI ilTestEvaluationGUI: ilTestPassDeletionConfirmationGUI
Definition at line 42 of file class.ilTestEvaluationGUI.php.
| ilTestEvaluationGUI::__construct | ( | ilObjTest | $object | ) | 
ilTestEvaluationGUI constructor
The constructor takes possible arguments an creates an instance of the ilTestEvaluationGUI object.
Definition at line 55 of file class.ilTestEvaluationGUI.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\access().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 2067 of file class.ilTestEvaluationGUI.php.
References ilObjUser\_lookupFullname(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by multiParticipantsPassDetails(), outParticipantsPassDetails(), and outUserPassDetails().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationGUI::cancelDeletePass | ( | ) | 
Definition at line 1548 of file class.ilTestEvaluationGUI.php.
References redirectToPassDeletionContext().
 Here is the call graph for this function:| ilTestEvaluationGUI::confirmDeletePass | ( | ) | 
Definition at line 1530 of file class.ilTestEvaluationGUI.php.
References $context, ilTestPassDeletionConfirmationGUI\CONTEXT_PASS_OVERVIEW, ILIAS\Repository\ctrl(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and redirectToPassDeletionContext().
 Here is the call graph for this function:| ilTestEvaluationGUI::confirmFinishTestPassForAllUser | ( | ) | 
Definition at line 1974 of file class.ilTestEvaluationGUI.php.
References finishTestPass(), ILIAS\Repository\lng(), ILIAS\Repository\object(), redirectBackToParticipantsScreen(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTestEvaluationGUI::confirmFinishTestPassForUser | ( | ) | 
Definition at line 1896 of file class.ilTestEvaluationGUI.php.
References finishTestPass(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), redirectBackToParticipantsScreen(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTestEvaluationGUI::detailedEvaluation | ( | ) | 
Definition at line 303 of file class.ilTestEvaluationGUI.php.
References $data, ILIAS\Repository\ctrl(), ilDatePresentation\formatDate(), ilUtil\getStyleSheetLocation(), getTestAccess(), IL_CAL_UNIX, ILIAS\Repository\lng(), ilObjTest\lookupPassResultsUpdateTimestamp(), ILIAS\Repository\object(), SCORE_BEST_PASS, ilTable2GUI\setTitle(), ilTestTabsManager\TAB_ID_STATISTICS, ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
 Here is the call graph for this function:| ilTestEvaluationGUI::eval_a | ( | ) | 
Output of anonymous aggregated results for the test.
Definition at line 516 of file class.ilTestEvaluationGUI.php.
References $data, ILIAS\Repository\ctrl(), getTestAccess(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilTestTabsManager\TAB_ID_STATISTICS, ILIAS\Repository\tabs(), and ILIAS\Repository\toolbar().
 Here is the call graph for this function:| ilTestEvaluationGUI::executeCommand | ( | ) | 
Definition at line 76 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl(), exportAggregatedResults(), and exportEvaluation().
 Here is the call graph for this function:| ilTestEvaluationGUI::exportAggregatedResults | ( | $cmd = '' | ) | 
Definition at line 698 of file class.ilTestEvaluationGUI.php.
References ilTestEvaluationData\FILTER_BY_NONE, and ILIAS\Repository\object().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationGUI::exportCertificateArchive | ( | ) | 
Definition at line 714 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\$db, Vendor\Package\$e, ilObjTest\_getUserIdFromActiveId(), ilObjUser\_lookupLogin(), ilUserCertificateZip\createArchiveDirectory(), ilCertificatePdfAction\createPDF(), ilFileUtils\getASCIIFilename(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
 Here is the call graph for this function:| ilTestEvaluationGUI::exportEvaluation | ( | $cmd = "" | ) | 
Definition at line 644 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl(), ilTestEvaluationData\FILTER_BY_NONE, and ILIAS\Repository\object().
Referenced by executeCommand().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationGUI::exportFileUploadsForAllParticipants | ( | ) | 
Creates a ZIP file containing all file uploads for a given question in a test.
Definition at line 499 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl(), assQuestion\instantiateQuestion(), and ILIAS\Repository\object().
 Here is the call graph for this function:| ilTestEvaluationGUI::exportQuestionForAllParticipants | ( | ) | 
Creates a PDF representation of the answers for a given question in a test.
Definition at line 486 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\getQuestionResultForTestUsers(), assQuestion\instantiateQuestion(), ILIAS\Repository\object(), prepareContentForPrint(), and sendPage().
 Here is the call graph for this function:| ilTestEvaluationGUI::filterEvaluation | ( | ) | 
Definition at line 105 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl(), getTestAccess(), and ILIAS\Repository\settings().
 Here is the call graph for this function:| ilTestEvaluationGUI::finishAllUserPasses | ( | ) | 
Definition at line 1931 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl(), hasUsersWithWorkingTimeAvailable(), ILIAS\Repository\lng(), and redirectBackToParticipantsScreen().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 2005 of file class.ilTestEvaluationGUI.php.
References ilTestPassFinishTasks\performFinishTasks().
Referenced by confirmFinishTestPassForAllUser(), and confirmFinishTestPassForUser().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationGUI::finishTestPassForSingleUser | ( | ) | 
Definition at line 1849 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), redirectBackToParticipantsScreen(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTestEvaluationGUI::getEvaluationQuestionId | ( | $question_id, | |
$original_id = ""  | 
        |||
| ) | 
Returns the ID of a question for evaluation purposes.
If a question id and the id of the original question are given, this function returns the original id, otherwise the question id
Definition at line 859 of file class.ilTestEvaluationGUI.php.
      
  | 
  protected | 
Definition at line 1793 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\$component_repository, ilTestServiceGUI\$db, $ilDB, ilTestServiceGUI\buildPassDetailsOverviewTableGUI(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ilTestEvaluationGUI::getObject | ( | ) | 
Definition at line 2021 of file class.ilTestEvaluationGUI.php.
Referenced by ilTestPassOverviewTableGUI\__construct(), and resetfilterEvaluation().
 Here is the caller graph for this function:| ilTestEvaluationGUI::getTestAccess | ( | ) | 
Definition at line 66 of file class.ilTestEvaluationGUI.php.
References $testAccess.
Referenced by detailedEvaluation(), eval_a(), filterEvaluation(), outParticipantsPassDetails(), outParticipantsResultsOverview(), resetfilterEvaluation(), and singleResults().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 1950 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\user().
Referenced by finishAllUserPasses().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationGUI::multiParticipantsPassDetails | ( | ) | 
Definition at line 976 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\$toolbar, ilObjTest\_getResultPass(), ilObjUser\_lookupFullname(), buildResultsTitle(), ilTestServiceGUI\buildUserTestResultsToolbarGUI(), ilSession\clear(), ILIAS\Repository\ctrl(), ilSession\get(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilTestServiceGUI\populateExamId(), ilTestServiceGUI\populatePassFinishDate(), ilSession\set(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:| ilTestEvaluationGUI::outCertificate | ( | ) | 
Definition at line 1516 of file class.ilTestEvaluationGUI.php.
References ilCertificatePdfAction\downloadPdf(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTestEvaluationGUI::outParticipantsPassDetails | ( | ) | 
Output of the pass details of an existing test pass for the test statistics.
Definition at line 871 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\$tabs, ilTestServiceGUI\$toolbar, buildResultsTitle(), ilTestServiceGUI\buildUserTestResultsToolbarGUI(), ilSession\clear(), ILIAS\Repository\ctrl(), ilSession\get(), ilTestServiceGUI\getGradingMessageBuilder(), getTestAccess(), ILIAS\Repository\int(), ilTestServiceGUI\isGradingMessageRequired(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilTestServiceGUI\populateExamId(), ilTestServiceGUI\populatePassFinishDate(), ilSession\set(), and setCss().
 Here is the call graph for this function:| ilTestEvaluationGUI::outParticipantsResultsOverview | ( | ) | 
Definition at line 1045 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\$obj_cache, ilTestServiceGUI\$tabs, ilTestServiceGUI\$toolbar, ilObjTest\_getResultPass(), ilTestServiceGUI\buildPassOverviewTableGUI(), ilTestServiceGUI\buildUserTestResultsToolbarGUI(), ILIAS\Repository\ctrl(), ilTestServiceGUI\getAdditionalUsrDataHtmlAndPopulateWindowTitle(), ilTestServiceGUI\getGradingMessageBuilder(), ilTestServiceGUI\getObjectiveOrientedContainer(), ilTestServiceGUI\getPassOverviewTableData(), getTestAccess(), ILIAS\Repository\int(), ilTestServiceGUI\isGradingMessageRequired(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and setCss().
 Here is the call graph for this function:| ilTestEvaluationGUI::outUserListOfAnswerPasses | ( | ) | 
Definition at line 1342 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\buildPassOverviewTableGUI(), ilTestServiceGUI\buildQuestionRelatedObjectivesList(), ILIAS\Repository\ctrl(), ilTestServiceGUI\getAdditionalUsrDataHtmlAndPopulateWindowTitle(), ilLOTestQuestionAdapter\getInstance(), ilTestServiceGUI\getObjectiveOrientedContainer(), ilTestServiceGUI\getPassListOfAnswers(), ilTestServiceGUI\getPassOverviewTableData(), ilTestServiceGUI\getResultsSignature(), ILIAS\Repository\lng(), ilObjTest\lookupExamId(), ILIAS\Repository\object(), ilTestServiceGUI\setContextResultPresentation(), setCss(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTestEvaluationGUI::outUserPassDetails | ( | ) | 
Definition at line 1130 of file class.ilTestEvaluationGUI.php.
References $data, ilTestServiceGUI\$toolbar, ilTestServiceGUI\$tpl, ilTestServiceGUI\buildQuestionRelatedObjectivesList(), buildResultsTitle(), ilTestServiceGUI\buildUserTestResultsToolbarGUI(), ILIAS\Repository\ctrl(), ilGlobalTemplateInterface\get(), ilObjStyleSheet\getContentStylePath(), ilTestServiceGUI\getGradingMessageBuilder(), ilLOTestQuestionAdapter\getInstance(), ilTestServiceGUI\getObjectiveOrientedContainer(), ilTestServiceGUI\getResultsSignature(), ilTestServiceGUI\isGradingMessageRequired(), ILIAS\Repository\lng(), ilObjTest\lookupExamId(), ILIAS\Repository\object(), ilGlobalTemplateInterface\parseCurrentBlock(), ilTestServiceGUI\populateExamId(), ilTestServiceGUI\populatePassFinishDate(), setCss(), ilGlobalTemplateInterface\setCurrentBlock(), ilGlobalTemplateInterface\setVariable(), and ILIAS\Repository\tabs().
 Here is the call graph for this function:| ilTestEvaluationGUI::outUserResultsOverview | ( | ) | 
Definition at line 1250 of file class.ilTestEvaluationGUI.php.
References ilTestServiceGUI\$toolbar, ilTestServiceGUI\buildPassOverviewTableGUI(), ilTestServiceGUI\buildUserTestResultsToolbarGUI(), ILIAS\Repository\ctrl(), ilTestServiceGUI\getAdditionalUsrDataHtmlAndPopulateWindowTitle(), ilTestServiceGUI\getGradingMessageBuilder(), ilTestServiceGUI\getObjectiveOrientedContainer(), ilTestServiceGUI\getPassOverviewTableData(), ilTestServiceGUI\isGradingMessageRequired(), ILIAS\Repository\lng(), ILIAS\Repository\object(), setCss(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilTestEvaluationGUI::passDetails | ( | ) | 
Definition at line 1438 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl().
 Here is the call graph for this function:| ilTestEvaluationGUI::performDeletePass | ( | ) | 
Definition at line 1567 of file class.ilTestEvaluationGUI.php.
References $context, ilTestServiceGUI\$db, $ilDB, ilObjAssessmentFolder\_enabledAssessmentLogging(), ilObjAssessmentFolder\_getLogLanguage(), ilTestPassDeletionConfirmationGUI\CONTEXT_PASS_OVERVIEW, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and redirectToPassDeletionContext().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 2026 of file class.ilTestEvaluationGUI.php.
References $path, ilTestServiceGUI\$tpl, ilGlobalTemplateInterface\addCss(), ilGlobalTemplateInterface\addJavaScript(), ilGlobalTemplateInterface\addOnLoadCode(), ilObjStyleSheet\getContentPrintStyle(), ilMathJax\getInstance(), ilUtil\getStyleSheetLocation(), ilObjStyleSheet\getSyntaxStylePath(), ilGlobalTemplateInterface\printToString(), and ilGlobalTemplateInterface\setVariable().
Referenced by exportQuestionForAllParticipants().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 2016 of file class.ilTestEvaluationGUI.php.
References ILIAS\Repository\ctrl().
Referenced by confirmFinishTestPassForAllUser(), confirmFinishTestPassForUser(), finishAllUserPasses(), and finishTestPassForSingleUser().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 1553 of file class.ilTestEvaluationGUI.php.
References $context, ilTestPassDeletionConfirmationGUI\CONTEXT_INFO_SCREEN, ilTestPassDeletionConfirmationGUI\CONTEXT_PASS_OVERVIEW, and ILIAS\Repository\ctrl().
Referenced by cancelDeletePass(), confirmDeletePass(), and performDeletePass().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationGUI::resetfilterEvaluation | ( | ) | 
Definition at line 119 of file class.ilTestEvaluationGUI.php.
References $data, Vendor\Package\$e, ilTestServiceGUI\$participantData, ilTestServiceGUI\$toolbar, ilObjUser\_lookupFields(), ILIAS\Repository\ctrl(), ilTestParticipantData\getActiveIds(), getObject(), getTestAccess(), ILIAS\Repository\lng(), ilTestParticipantData\load(), ILIAS\Repository\object(), ilObjTest\QUESTION_SET_TYPE_RANDOM, ilTestParticipantData\setActiveIdsFilter(), setCss(), ilTable2GUI\setData(), ilTestParticipantData\setParticipantAccessFilter(), ILIAS\Repository\settings(), ilTestTabsManager\TAB_ID_STATISTICS, and ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 2058 of file class.ilTestEvaluationGUI.php.
References ILIAS\FileDelivery\http().
Referenced by exportQuestionForAllParticipants().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 967 of file class.ilTestEvaluationGUI.php.
References ilObjStyleSheet\getContentStylePath(), ilUtil\getStyleSheetLocation(), and ILIAS\Repository\object().
Referenced by outParticipantsPassDetails(), outParticipantsResultsOverview(), outUserListOfAnswerPasses(), outUserPassDetails(), outUserResultsOverview(), and resetfilterEvaluation().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilTestEvaluationGUI::setTestAccess | ( | $testAccess | ) | 
| ilTestEvaluationGUI::singleResults | ( | ) | 
Creates user results for single questions.
Definition at line 1455 of file class.ilTestEvaluationGUI.php.
References $data, ILIAS\Repository\ctrl(), getTestAccess(), ilObjFileHandlingQuestionType\hasFileUploads(), assQuestion\instantiateQuestion(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilTestTabsManager\TAB_ID_STATISTICS, and ILIAS\Repository\tabs().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 45 of file class.ilTestEvaluationGUI.php.
      
  | 
  protected | 
Definition at line 44 of file class.ilTestEvaluationGUI.php.
Referenced by getTestAccess(), and setTestAccess().