|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilParticipantsTestResultsGUI:Public Member Functions | |
| getTestObj () | |
| setTestObj ($testObj) | |
| getQuestionSetConfig () | |
| setQuestionSetConfig ($questionSetConfig) | |
| getTestAccess () | |
| setTestAccess ($testAccess) | |
| getObjectiveParent () | |
| setObjectiveParent ($objectiveParent) | |
| executeCommand () | |
| Execute Command. More... | |
| createUserResults ($show_pass_details, $show_answers, $show_reached_points, $show_user_results) | |
Data Fields | |
| const | CMD_SHOW_PARTICIPANTS = 'showParticipants' |
| const | CMD_CONFIRM_DELETE_ALL_USER_RESULTS = 'deleteAllUserResults' |
| const | CMD_PERFORM_DELETE_ALL_USER_RESULTS = 'confirmDeleteAllUserResults' |
| const | CMD_CONFIRM_DELETE_SELECTED_USER_RESULTS = 'deleteSingleUserResults' |
| const | CMD_PERFORM_DELETE_SELECTED_USER_RESULTS = 'confirmDeleteSelectedUserData' |
Protected Member Functions | |
| buildTableGUI () | |
| showParticipantsCmd () | |
| show participants command More... | |
| addDeleteAllTestResultsButton (ilToolbarGUI $toolbar) | |
| deleteAllUserResultsCmd () | |
| Asks for a confirmation to delete all user data of the test object. More... | |
| confirmDeleteAllUserResultsCmd () | |
| Deletes all user data for the test object. More... | |
| deleteSingleUserResultsCmd () | |
| Asks for a confirmation to delete selected user data of the test object. More... | |
| confirmDeleteSelectedUserDataCmd () | |
| Deletes the selected user data for the test object. More... | |
| showDetailedResultsCmd () | |
| Shows the pass overview and the answers of one ore more users for the scored pass. More... | |
| showUserAnswersCmd () | |
| Shows the answers of one ore more users for the scored pass. More... | |
| showPassOverviewCmd () | |
| Shows the pass overview of the scored pass for one ore more users. More... | |
| showUserResults ($show_pass_details, $show_answers, $show_reached_points=false) | |
| Shows the pass overview of the scored pass for one ore more users. More... | |
| isPdfDeliveryRequest () | |
Protected Attributes | |
| $testObj | |
| $questionSetConfig | |
| $testAccess | |
| $objectiveParent | |
Definition at line 18 of file class.ilParticipantsTestResultsGUI.php.
|
protected |
| ilToolbarGUI | $toolbar |
Definition at line 210 of file class.ilParticipantsTestResultsGUI.php.
References $DIC, ilToolbarGUI\addButtonInstance(), and ilLinkButton\getInstance().
Referenced by showParticipantsCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 145 of file class.ilParticipantsTestResultsGUI.php.
References $DIC.
Referenced by showParticipantsCmd().
Here is the caller graph for this function:
|
protected |
Deletes all user data for the test object.
Definition at line 242 of file class.ilParticipantsTestResultsGUI.php.
References $DIC, ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), and getTestObj().
Here is the call graph for this function:
|
protected |
Deletes the selected user data for the test object.
Definition at line 317 of file class.ilParticipantsTestResultsGUI.php.
References $_POST, $DIC, ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), and getTestObj().
Here is the call graph for this function:| ilParticipantsTestResultsGUI::createUserResults | ( | $show_pass_details, | |
| $show_answers, | |||
| $show_reached_points, | |||
| $show_user_results | |||
| ) |
| $show_pass_details | |
| $show_answers | |
| $show_reached_points | |
| $show_user_results |
Definition at line 413 of file class.ilParticipantsTestResultsGUI.php.
References $_GET, $_SESSION, $DIC, $results, ilLink\_getLink(), ilTestPDFGenerator\generatePDF(), ilTestParticipantAccessFilter\getAccessResultsUserFilter(), getObjectiveParent(), getTestObj(), isPdfDeliveryRequest(), ilTestPDFGenerator\PDF_OUTPUT_DOWNLOAD, PDF_USER_RESULT, and ilPDFGeneratorUtils\prepareGenerationRequest().
Referenced by showUserResults().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Asks for a confirmation to delete all user data of the test object.
Definition at line 224 of file class.ilParticipantsTestResultsGUI.php.
References $DIC.
|
protected |
Asks for a confirmation to delete selected user data of the test object.
Definition at line 266 of file class.ilParticipantsTestResultsGUI.php.
References $_POST, $DIC, ilUtil\getImagePath(), ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getTestObj(), and ilUtil\sendInfo().
Here is the call graph for this function:| ilParticipantsTestResultsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 113 of file class.ilParticipantsTestResultsGUI.php.
References $DIC, getObjectiveParent(), getTestAccess(), and getTestObj().
Here is the call graph for this function:| ilParticipantsTestResultsGUI::getObjectiveParent | ( | ) |
Definition at line 97 of file class.ilParticipantsTestResultsGUI.php.
References $objectiveParent.
Referenced by createUserResults(), and executeCommand().
Here is the caller graph for this function:| ilParticipantsTestResultsGUI::getQuestionSetConfig | ( | ) |
Definition at line 65 of file class.ilParticipantsTestResultsGUI.php.
References $questionSetConfig.
Referenced by showParticipantsCmd().
Here is the caller graph for this function:| ilParticipantsTestResultsGUI::getTestAccess | ( | ) |
Definition at line 81 of file class.ilParticipantsTestResultsGUI.php.
References $testAccess.
Referenced by executeCommand(), and showParticipantsCmd().
Here is the caller graph for this function:| ilParticipantsTestResultsGUI::getTestObj | ( | ) |
Definition at line 49 of file class.ilParticipantsTestResultsGUI.php.
References $testObj.
Referenced by confirmDeleteAllUserResultsCmd(), confirmDeleteSelectedUserDataCmd(), createUserResults(), deleteSingleUserResultsCmd(), executeCommand(), showParticipantsCmd(), and showUserResults().
Here is the caller graph for this function:
|
protected |
Definition at line 530 of file class.ilParticipantsTestResultsGUI.php.
References $_GET.
Referenced by createUserResults().
Here is the caller graph for this function:| ilParticipantsTestResultsGUI::setObjectiveParent | ( | $objectiveParent | ) |
| ilTestObjectiveOrientedContainer | $objectiveParent |
Definition at line 105 of file class.ilParticipantsTestResultsGUI.php.
References $objectiveParent.
| ilParticipantsTestResultsGUI::setQuestionSetConfig | ( | $questionSetConfig | ) |
| ilTestQuestionSetConfig | $questionSetConfig |
Definition at line 73 of file class.ilParticipantsTestResultsGUI.php.
References $questionSetConfig.
| ilParticipantsTestResultsGUI::setTestAccess | ( | $testAccess | ) |
| ilTestAccess | $testAccess |
Definition at line 89 of file class.ilParticipantsTestResultsGUI.php.
References $testAccess.
| ilParticipantsTestResultsGUI::setTestObj | ( | $testObj | ) |
| ilObjTest | $testObj |
Definition at line 57 of file class.ilParticipantsTestResultsGUI.php.
References $testObj.
|
protected |
Shows the pass overview and the answers of one ore more users for the scored pass.
Definition at line 344 of file class.ilParticipantsTestResultsGUI.php.
References $_POST, $_SESSION, and showUserResults().
Here is the call graph for this function:
|
protected |
show participants command
Definition at line 157 of file class.ilParticipantsTestResultsGUI.php.
References $DIC, addDeleteAllTestResultsButton(), buildTableGUI(), ilTestParticipantAccessFilter\getAccessResultsUserFilter(), ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getQuestionSetConfig(), getTestAccess(), getTestObj(), ilUtil\sendFailure(), and ilUtil\sendInfo().
Here is the call graph for this function:
|
protected |
Shows the pass overview of the scored pass for one ore more users.
Definition at line 366 of file class.ilParticipantsTestResultsGUI.php.
References $_POST, $_SESSION, and showUserResults().
Here is the call graph for this function:
|
protected |
Shows the answers of one ore more users for the scored pass.
Definition at line 355 of file class.ilParticipantsTestResultsGUI.php.
References $_POST, $_SESSION, and showUserResults().
Here is the call graph for this function:
|
protected |
Shows the pass overview of the scored pass for one ore more users.
@access public
Definition at line 379 of file class.ilParticipantsTestResultsGUI.php.
References $_SESSION, $DIC, createUserResults(), ilUtil\getStyleSheetLocation(), getTestObj(), and ilUtil\sendInfo().
Referenced by showDetailedResultsCmd(), showPassOverviewCmd(), and showUserAnswersCmd().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 44 of file class.ilParticipantsTestResultsGUI.php.
Referenced by getObjectiveParent(), and setObjectiveParent().
|
protected |
Definition at line 34 of file class.ilParticipantsTestResultsGUI.php.
Referenced by getQuestionSetConfig(), and setQuestionSetConfig().
|
protected |
Definition at line 39 of file class.ilParticipantsTestResultsGUI.php.
Referenced by getTestAccess(), and setTestAccess().
|
protected |
Definition at line 29 of file class.ilParticipantsTestResultsGUI.php.
Referenced by getTestObj(), and setTestObj().
| const ilParticipantsTestResultsGUI::CMD_CONFIRM_DELETE_ALL_USER_RESULTS = 'deleteAllUserResults' |
Definition at line 21 of file class.ilParticipantsTestResultsGUI.php.
| const ilParticipantsTestResultsGUI::CMD_CONFIRM_DELETE_SELECTED_USER_RESULTS = 'deleteSingleUserResults' |
Definition at line 23 of file class.ilParticipantsTestResultsGUI.php.
| const ilParticipantsTestResultsGUI::CMD_PERFORM_DELETE_ALL_USER_RESULTS = 'confirmDeleteAllUserResults' |
Definition at line 22 of file class.ilParticipantsTestResultsGUI.php.
| const ilParticipantsTestResultsGUI::CMD_PERFORM_DELETE_SELECTED_USER_RESULTS = 'confirmDeleteSelectedUserData' |
Definition at line 24 of file class.ilParticipantsTestResultsGUI.php.
| const ilParticipantsTestResultsGUI::CMD_SHOW_PARTICIPANTS = 'showParticipants' |
Definition at line 20 of file class.ilParticipantsTestResultsGUI.php.