|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilTestScoringGUI:
Collaboration diagram for ilTestScoringGUI:Public Member Functions | |
| __construct (ilObjTest $a_object) | |
| ilTestScoringGUI constructor More... | |
| getTestAccess () | |
| setTestAccess ($testAccess) | |
| executeCommand () | |
| execute command More... | |
Public Member Functions inherited from ilTestServiceGUI | |
| 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 | |
| const | PART_FILTER_ACTIVE_ONLY = 1 |
| const | PART_FILTER_INACTIVE_ONLY = 2 |
| const | PART_FILTER_ALL_USERS = 3 |
| const | PART_FILTER_MANSCORING_DONE = 4 |
| const | PART_FILTER_MANSCORING_NONE = 5 |
Data Fields inherited from ilTestServiceGUI | |
| $object = null | |
| $service = null | |
| $lng | |
| $tpl | |
| $ctrl | |
| $ilias | |
| $tree | |
| $ref_id | |
Protected Member Functions | |
| getDefaultCommand () | |
| getActiveSubTabId () | |
Protected Member Functions inherited from ilTestServiceGUI | |
| 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 | |
| $testAccess | |
Protected Attributes inherited from ilTestServiceGUI | |
| ILIAS Test InternalRequestService | $testrequest |
| $db | |
| Refinery | $refinery |
| $tabs | |
| $objCache | |
| $testSessionFactory = null | |
| $testSequenceFactory = null | |
| $participantData | |
Private Member Functions | |
| fetchActiveIdParameter () | |
| fetchPassParameter ($activeId) | |
| showManScoringParticipantsTable () | |
| applyManScoringParticipantsFilter () | |
| resetManScoringParticipantsFilter () | |
| showManScoringParticipantScreen (ilPropertyFormGUI $form=null) | |
| saveManScoringParticipantScreen ($redirect=true) | |
| saveNextManScoringParticipantScreen () | |
| saveReturnManScoringParticipantScreen () | |
| buildManScoringParticipantForm ($questionGuiList, $activeId, $pass, $initValues=false) | |
| sendManScoringParticipantNotification () | |
| buildManScoringParticipantsTable ($withData=false) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Scoring class for tests
Definition at line 32 of file class.ilTestScoringGUI.php.
| ilTestScoringGUI::__construct | ( | ilObjTest | $a_object | ) |
ilTestScoringGUI constructor
The constructor takes the test object reference as parameter
| object | $a_object | Associated ilObjTest class @access public |
Reimplemented from ilTestServiceGUI.
Reimplemented in ilTestScoringByQuestionsGUI.
Definition at line 54 of file class.ilTestScoringGUI.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
private |
Definition at line 182 of file class.ilTestScoringGUI.php.
References buildManScoringParticipantsTable(), and showManScoringParticipantsTable().
Here is the call graph for this function:
|
private |
Definition at line 420 of file class.ilTestScoringGUI.php.
References $check, $DIC, ilTestServiceGUI\$lng, assQuestion\_getMaximumPoints(), assQuestion\_getReachedPoints(), ilObjTest\getSingleManualFeedback(), ilTestService\isManScoringDone(), ILIAS\Repository\lng(), and ILIAS\Repository\object().
Referenced by saveManScoringParticipantScreen(), and showManScoringParticipantScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 544 of file class.ilTestScoringGUI.php.
References ilTestParticipantAccessFilter\getScoreParticipantsUserFilter(), and ILIAS\Repository\object().
Referenced by applyManScoringParticipantsFilter(), resetManScoringParticipantsFilter(), saveNextManScoringParticipantScreen(), and showManScoringParticipantsTable().
Here is the call graph for this function:
Here is the caller graph for this function:| ilTestScoringGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilTestServiceGUI.
Definition at line 128 of file class.ilTestScoringGUI.php.
References $DIC, ilObjAssessmentFolder\_mananuallyScoreableQuestionTypesExists(), ilObjTestGUI\accessViolationRedirect(), ILIAS\Repository\ctrl(), getActiveSubTabId(), getDefaultCommand(), getTestAccess(), ILIAS\Repository\lng(), and ilTestTabsManager\TAB_ID_MANUAL_SCORING.
Here is the call graph for this function:
|
private |
Definition at line 91 of file class.ilTestScoringGUI.php.
References $DIC, and ILIAS\Repository\int().
Referenced by saveManScoringParticipantScreen(), and showManScoringParticipantScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 109 of file class.ilTestScoringGUI.php.
References ILIAS\Repository\object(), and SCORE_LAST_PASS.
Referenced by saveManScoringParticipantScreen(), and showManScoringParticipantScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented in ilTestScoringByQuestionsGUI.
Definition at line 167 of file class.ilTestScoringGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Reimplemented in ilTestScoringByQuestionsGUI.
Definition at line 159 of file class.ilTestScoringGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:| ilTestScoringGUI::getTestAccess | ( | ) |
Definition at line 62 of file class.ilTestScoringGUI.php.
References $testAccess.
Referenced by executeCommand(), ilTestScoringByQuestionsGUI\getAnswerDetail(), saveManScoringParticipantScreen(), and showManScoringParticipantScreen().
Here is the caller graph for this function:
|
private |
Definition at line 192 of file class.ilTestScoringGUI.php.
References buildManScoringParticipantsTable(), and showManScoringParticipantsTable().
Here is the call graph for this function:
|
private |
| bool | $redirect |
Definition at line 250 of file class.ilTestScoringGUI.php.
References $DIC, ilTestServiceGUI\$lng, assQuestion\_getMaximumPoints(), ilObjTestAccess\_getParticipantId(), assQuestion\_getReachedPoints(), ilObjAdvancedEditing\_getUsedHTMLTagsAsString(), ilObjUser\_lookupName(), assQuestion\_setReachedPoints(), ilLPStatusWrapper\_updateStatus(), ilObjTestGUI\accessViolationRedirect(), buildManScoringParticipantForm(), fetchActiveIdParameter(), fetchPassParameter(), getTestAccess(), ILIAS\Repository\object(), ilTestService\setManScoringDone(), showManScoringParticipantScreen(), and ilUtil\stripSlashes().
Referenced by saveNextManScoringParticipantScreen(), and saveReturnManScoringParticipantScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 383 of file class.ilTestScoringGUI.php.
References $DIC, $index, ilTestServiceGUI\$participantData, buildManScoringParticipantsTable(), and saveManScoringParticipantScreen().
Here is the call graph for this function:
|
private |
Definition at line 410 of file class.ilTestScoringGUI.php.
References $DIC, and saveManScoringParticipantScreen().
Here is the call graph for this function:
|
private |
Definition at line 537 of file class.ilTestScoringGUI.php.
| ilTestScoringGUI::setTestAccess | ( | $testAccess | ) |
| ilTestAccess | $testAccess |
Definition at line 70 of file class.ilTestScoringGUI.php.
References $testAccess.
|
private |
Definition at line 202 of file class.ilTestScoringGUI.php.
References $DIC, ilTestServiceGUI\$lng, ilTestServiceGUI\$tpl, ilObjTestGUI\accessViolationRedirect(), buildManScoringParticipantForm(), fetchActiveIdParameter(), fetchPassParameter(), and getTestAccess().
Referenced by saveManScoringParticipantScreen().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 172 of file class.ilTestScoringGUI.php.
References $DIC, ilTestServiceGUI\$tpl, and buildManScoringParticipantsTable().
Referenced by applyManScoringParticipantsFilter(), and resetManScoringParticipantsFilter().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 44 of file class.ilTestScoringGUI.php.
Referenced by getTestAccess(), and setTestAccess().
| const ilTestScoringGUI::PART_FILTER_ACTIVE_ONLY = 1 |
Definition at line 34 of file class.ilTestScoringGUI.php.
Referenced by ilTestManScoringParticipantsTableGUI\initFilter().
| const ilTestScoringGUI::PART_FILTER_ALL_USERS = 3 |
Definition at line 36 of file class.ilTestScoringGUI.php.
Referenced by ilTestManScoringParticipantsTableGUI\initFilter().
| const ilTestScoringGUI::PART_FILTER_INACTIVE_ONLY = 2 |
Definition at line 35 of file class.ilTestScoringGUI.php.
Referenced by ilTestManScoringParticipantsTableGUI\initFilter().
| const ilTestScoringGUI::PART_FILTER_MANSCORING_DONE = 4 |
Definition at line 37 of file class.ilTestScoringGUI.php.
Referenced by ilTestManScoringParticipantsTableGUI\initFilter().
| const ilTestScoringGUI::PART_FILTER_MANSCORING_NONE = 5 |
Definition at line 38 of file class.ilTestScoringGUI.php.
Referenced by ilTestManScoringParticipantsTableGUI\initFilter().