ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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().
|
protected |
Definition at line 145 of file class.ilParticipantsTestResultsGUI.php.
References $DIC.
Referenced by showParticipantsCmd().
|
protected |
Deletes all user data for the test object.
Definition at line 242 of file class.ilParticipantsTestResultsGUI.php.
References $DIC, ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getTestObj(), and ilTestParticipantData\setParticipantAccessFilter().
|
protected |
Deletes the selected user data for the test object.
Definition at line 317 of file class.ilParticipantsTestResultsGUI.php.
References $_POST, $DIC, ilTestParticipantAccessFilter\getManageParticipantsUserFilter(), getTestObj(), and ilTestParticipantData\setParticipantAccessFilter().
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, $key, $results, $template, ilLink\_getLink(), ilTestPDFGenerator\generatePDF(), ilTestParticipantAccessFilter\getAccessResultsUserFilter(), getObjectiveParent(), getTestObj(), isPdfDeliveryRequest(), ilTestPDFGenerator\PDF_OUTPUT_DOWNLOAD, PDF_USER_RESULT, ilPDFGeneratorUtils\prepareGenerationRequest(), ilTestParticipantData\setParticipantAccessFilter(), and ilTestResultsToolbarGUI\setPdfExportLinkTarget().
Referenced by showUserResults().
|
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(), ilUtil\sendInfo(), and ilTestParticipantData\setParticipantAccessFilter().
ilParticipantsTestResultsGUI::executeCommand | ( | ) |
Execute Command.
Definition at line 113 of file class.ilParticipantsTestResultsGUI.php.
References $DIC, getObjectiveParent(), getTestAccess(), and getTestObj().
ilParticipantsTestResultsGUI::getObjectiveParent | ( | ) |
Definition at line 97 of file class.ilParticipantsTestResultsGUI.php.
References $objectiveParent.
Referenced by createUserResults(), and executeCommand().
ilParticipantsTestResultsGUI::getQuestionSetConfig | ( | ) |
Definition at line 65 of file class.ilParticipantsTestResultsGUI.php.
References $questionSetConfig.
Referenced by showParticipantsCmd().
ilParticipantsTestResultsGUI::getTestAccess | ( | ) |
Definition at line 81 of file class.ilParticipantsTestResultsGUI.php.
References $testAccess.
Referenced by executeCommand(), and showParticipantsCmd().
ilParticipantsTestResultsGUI::getTestObj | ( | ) |
Definition at line 49 of file class.ilParticipantsTestResultsGUI.php.
References $testObj.
Referenced by confirmDeleteAllUserResultsCmd(), confirmDeleteSelectedUserDataCmd(), createUserResults(), deleteSingleUserResultsCmd(), executeCommand(), showParticipantsCmd(), and showUserResults().
|
protected |
Definition at line 532 of file class.ilParticipantsTestResultsGUI.php.
References $_GET.
Referenced by createUserResults().
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().
|
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().
|
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().
|
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().
|
protected |
Shows the pass overview of the scored pass for one ore more users.
public
Definition at line 379 of file class.ilParticipantsTestResultsGUI.php.
References $_SESSION, $DIC, $template, createUserResults(), ilUtil\getStyleSheetLocation(), getTestObj(), and ilUtil\sendInfo().
Referenced by showDetailedResultsCmd(), showPassOverviewCmd(), and showUserAnswersCmd().
|
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.