|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
@ilCtrl_Calls ilExerciseManagementGUI: ilRepositorySearchGUI @ilCtrl_Calls ilExerciseManagementGUI: ilExSubmissionTeamGUI, ilExSubmissionFileGUI @ilCtrl_Calls ilExerciseManagementGUI: ilExSubmissionTextGUI, ilExPeerReviewGUI @ilCtrl_Calls ilExerciseManagementGUI: ilParticipantsPerAssignmentTableGUI @ilCtrl_Calls ilExerciseManagementGUI: ilResourceCollectionGUI, ilRepoStandardUploadHandlerGUI @ilCtrl_Calls ilExerciseManagementGUI: ilExerciseSubmissionFeedbackGUI More...
Collaboration diagram for ilExerciseManagementGUI:Data Fields | |
| const | VIEW_ASSIGNMENT = 1 |
| const | VIEW_PARTICIPANT = 2 |
| const | VIEW_GRADES = 3 |
| const | FEEDBACK_ONLY_SUBMISSION = "submission_only" |
| const | FEEDBACK_FULL_SUBMISSION = "submission_feedback" |
| const | GRADE_NOT_GRADED = "notgraded" |
| const | GRADE_PASSED = "passed" |
| const | GRADE_FAILED = "failed" |
Protected Member Functions | |
| getViewBack () | |
| initSubmission () | |
| getMultiActionUserIds (bool $a_keep_teams=false) | |
| saveStatus (array $a_data, bool $a_redirect=true) | |
| initGroupForm () | |
| initIndividualDeadlineModal () | |
| parseIndividualDeadlineData (array $a_data) | |
| handleIndividualDeadlineCallsObject () | |
| initIndividualDeadlineForm (array $a_ass_map, array $ids) | |
| setIndividualDeadlineObject () | |
| getWebFilePathFromExternalFilePath (string $external_file_path) | |
| Get the object specific file path from an external full file path. More... | |
| setBackToMembers () | |
| setFailedObject () | |
| setPassedObject () | |
| setSingleStatus ($ass_id, $part_id, $status) | |
@ilCtrl_Calls ilExerciseManagementGUI: ilRepositorySearchGUI @ilCtrl_Calls ilExerciseManagementGUI: ilExSubmissionTeamGUI, ilExSubmissionFileGUI @ilCtrl_Calls ilExerciseManagementGUI: ilExSubmissionTextGUI, ilExPeerReviewGUI @ilCtrl_Calls ilExerciseManagementGUI: ilParticipantsPerAssignmentTableGUI @ilCtrl_Calls ilExerciseManagementGUI: ilResourceCollectionGUI, ilRepoStandardUploadHandlerGUI @ilCtrl_Calls ilExerciseManagementGUI: ilExerciseSubmissionFeedbackGUI
Definition at line 41 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::__construct | ( | InternalService | $service, |
| ?ilExAssignment | $a_ass = null |
||
| ) |
Constructor.
| InternalService | $service | |
| ilExAssignment | null | $a_ass |
Definition at line 106 of file class.ilExerciseManagementGUI.php.
References $DIC, $domain, $gui, $request, $service, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Exercise\InternalService\domain(), ILIAS\Exercise\GUIRequest\getAssId(), ILIAS\Exercise\GUIRequest\getComment(), ILIAS\Exercise\GUIRequest\getDone(), ILIAS\Exercise\GUIRequest\getExercise(), ILIAS\Exercise\GUIRequest\getFiles(), ILIAS\Exercise\GUIRequest\getFilterFeedback(), ILIAS\Exercise\GUIRequest\getFilterStatus(), ILIAS\Exercise\GUIRequest\getGroupMembers(), ILIAS\Exercise\GUIRequest\getIdlId(), ILIAS\Exercise\GUIRequest\getLearningComments(), ILIAS\Exercise\GUIRequest\getListedAssignments(), ILIAS\Exercise\GUIRequest\getListedParticipants(), ILIAS\Exercise\GUIRequest\getMarks(), ILIAS\Exercise\GUIRequest\getMemberId(), ILIAS\Exercise\GUIRequest\getParticipantId(), ILIAS\Exercise\GUIRequest\getRefId(), ILIAS\Exercise\GUIRequest\getSelectedAssignments(), ILIAS\Exercise\GUIRequest\getSelectedParticipants(), ILIAS\Exercise\GUIRequest\getStatus(), ILIAS\Exercise\GUIRequest\getTutorNotices(), ILIAS\Exercise\GUIRequest\getUserLogin(), ILIAS\Exercise\InternalService\gui(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\UI\examples\Symbol\Glyph\Notification\notification(), ILIAS\Exercise\InternalGUIService\request(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilExerciseManagementGUI::addMembersObject | ( | $a_user_ids = array() | ) |
Definition at line 948 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExerciseManagementGUI::addSubTabs | ( | string | $a_activate | ) |
Definition at line 313 of file class.ilExerciseManagementGUI.php.
References $ass_id, $ctrl, $lng, $requested_part_id, $tabs_gui, and ilLanguage\txt().
Referenced by executeCommand(), and membersObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseManagementGUI::addUserFromAutoCompleteObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 922 of file class.ilExerciseManagementGUI.php.
References $user_id, ilObjUser\_lookupId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExerciseManagementGUI::adoptTeamsFromGroupObject | ( | ?ilPropertyFormGUI | $a_form = null | ) |
Definition at line 1552 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::backToCurrentOverview | ( | ) |
Definition at line 521 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl().
Referenced by downloadSelectedObject(), and downloadSubmissionsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseManagementGUI::cancelMultiFeedbackObject | ( | ) |
Cancel Multi Feedback.
Definition at line 1820 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilExerciseManagementGUI::collectFeedbackDataFromPeer | ( | int | $user_id, |
| string | $ts, | ||
| string | $text | ||
| ) |
Definition at line 2230 of file class.ilExerciseManagementGUI.php.
Referenced by compareTextAssignmentsObject().
Here is the caller graph for this function:| ilExerciseManagementGUI::compareTextAssignmentsObject | ( | ) |
TODO -> Deal with the redirection after update the grade via action button.
Extract the data collection to another method. List and compare use this. DRY
| ilDateTimeException|ilExcUnknownAssignmentTypeException |
Definition at line 647 of file class.ilExerciseManagementGUI.php.
References $data, $text, collectFeedbackDataFromPeer(), ILIAS\Repository\filter(), getMultiActionUserIds(), getReportPanel(), ILIAS\Repository\lng(), and setBackToMembers().
Here is the call graph for this function:| ilExerciseManagementGUI::confirmDeassignMembersObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1275 of file class.ilExerciseManagementGUI.php.
References $lng, ilUserUtil\getNamePresentation(), and ILIAS\UICore\GlobalTemplate\setContent().
Here is the call graph for this function:| ilExerciseManagementGUI::createTeamsFromGroupsObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1616 of file class.ilExerciseManagementGUI.php.
References $lng, $user_id, $valid, ILIAS\Repository\ctrl(), ilExAssignmentTeam\getAssignmentTeamMap(), ilExAssignmentTeam\getGroupMembersMap(), ilExAssignmentTeam\getInstanceByUserId(), and ilUserUtil\getNamePresentation().
Here is the call graph for this function:| ilExerciseManagementGUI::createTeamsObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1472 of file class.ilExerciseManagementGUI.php.
References $user_id, ilExAssignmentTeam\getInstanceByUserId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExerciseManagementGUI::deassignMembersObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1304 of file class.ilExerciseManagementGUI.php.
References $lng.
| ilExerciseManagementGUI::dissolveTeamsObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1521 of file class.ilExerciseManagementGUI.php.
References $user_id, ilExAssignmentTeam\getInstanceByUserId(), and ILIAS\Repository\lng().
Here is the call graph for this function:| ilExerciseManagementGUI::downloadMultiFeedbackZipObject | ( | ) |
Download multi-feedback structrue file.
Definition at line 1777 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::downloadSelectedObject | ( | ) |
Definition at line 493 of file class.ilExerciseManagementGUI.php.
References backToCurrentOverview(), and downloadSubmissionsObject().
Here is the call graph for this function:| ilExerciseManagementGUI::downloadSubmissionsObject | ( | ?array | $selected_participants = null | ) |
Definition at line 501 of file class.ilExerciseManagementGUI.php.
References $GLOBALS, $requested_part_id, $selected_participants, backToCurrentOverview(), ILIAS\Survey\Mode\getId(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by downloadSelectedObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseManagementGUI::executeCommand | ( | ) |
Definition at line 175 of file class.ilExerciseManagementGUI.php.
References $ctrl, $GLOBALS, $gui, $lng, $ref_id, $tabs_gui, addSubTabs(), ILIAS\Exercise\InternalGUIService\assignment(), ILIAS\Repository\ctrl(), getMultiFeedbackForm(), initSubmission(), ILIAS\Repository\lng(), and ilLanguage\txt().
Here is the call graph for this function:| ilExerciseManagementGUI::exportExcelObject | ( | ) |
Definition at line 1458 of file class.ilExerciseManagementGUI.php.
References exit.
| ilExerciseManagementGUI::getEvaluationModal | ( | array | $a_data | ) |
Definition at line 806 of file class.ilExerciseManagementGUI.php.
Referenced by getReportPanel().
Here is the caller graph for this function:| ilExerciseManagementGUI::getEvaluationModalForm | ( | array | $a_data | ) |
Definition at line 838 of file class.ilExerciseManagementGUI.php.
|
protected |
| ilExcUnknownAssignmentTypeException |
Definition at line 1193 of file class.ilExerciseManagementGUI.php.
References $ass_id, $user_id, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by compareTextAssignmentsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseManagementGUI::getMultiFeedbackForm | ( | int | $a_ass_id | ) |
Definition at line 1714 of file class.ilExerciseManagementGUI.php.
References $lng, and ilExAssignment\lookupTitle().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseManagementGUI::getReportPanel | ( | array | $a_data | ) |
| ilDateTimeException |
Definition at line 689 of file class.ilExerciseManagementGUI.php.
References $comment, $user, ilObject\_lookupType(), ILIAS\Repository\ctrl(), ILIAS\Repository\filter(), ilDatePresentation\formatDate(), getEvaluationModal(), ilObjUser\getFirstname(), ilObjUser\getLastname(), IL_CAL_DATETIME, and ILIAS\Repository\lng().
Referenced by compareTextAssignmentsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 280 of file class.ilExerciseManagementGUI.php.
References VIEW_GRADES, and VIEW_PARTICIPANT.
Referenced by initSubmission().
Here is the caller graph for this function:
|
protected |
Get the object specific file path from an external full file path.
Definition at line 2209 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 1905 of file class.ilExerciseManagementGUI.php.
References $ass_id, $id, $post, $res, $user_id, $valid, ilDateTime\_before(), ILIAS\Repository\ctrl(), exit, ilDatePresentation\formatDate(), ILIAS\UICore\GlobalTemplate\getOnLoadCodeForAsynch(), ILIAS\FileDelivery\http(), IL_CAL_UNIX, ILIAS\Repository\lng(), and ILIAS\UI\examples\Symbol\Glyph\Notification\notification().
Here is the call graph for this function:| ilExerciseManagementGUI::handleMultiFeedbackUploadResult | ( | FileUpload | $upload, |
| UploadResult | $result | ||
| ) |
Definition at line 1732 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::initFilter | ( | ) |
Definition at line 2063 of file class.ilExerciseManagementGUI.php.
References ILIAS\UI\Implementation\Component\Input\Field\$options, ILIAS\Repository\ctrl(), ILIAS\Repository\filter(), ILIAS\Repository\lng(), and ILIAS\Repository\toolbar().
Here is the call graph for this function:
|
protected |
Definition at line 1572 of file class.ilExerciseManagementGUI.php.
References $lng, ILIAS\UI\Implementation\Component\Input\Field\$options, $user_id, ILIAS\Repository\ctrl(), ilExAssignmentTeam\getGroupMembersMap(), and ilUserUtil\getNamePresentation().
Here is the call graph for this function:
|
protected |
| ilDateTimeException |
Definition at line 1992 of file class.ilExerciseManagementGUI.php.
References $ass_id, $id, ilObjUser\_lookupName(), ilExAssignmentTeam\getInstancesFromMap(), IL_CAL_UNIX, and ILIAS\Repository\int().
Here is the call graph for this function:
|
protected |
Definition at line 1847 of file class.ilExerciseManagementGUI.php.
References $lng, ILIAS\UICore\GlobalTemplate\addJavaScript(), ILIAS\UICore\GlobalTemplate\addOnLoadCode(), ILIAS\Repository\ctrl(), and ilCalendarUtil\initDateTimePicker().
Here is the call graph for this function:
|
protected |
Definition at line 299 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl(), getViewBack(), and ILIAS\Repository\lng().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseManagementGUI::membersApplyObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 533 of file class.ilExerciseManagementGUI.php.
References membersObject(), and saveStatusAllObject().
Here is the call graph for this function:| ilExerciseManagementGUI::membersObject | ( | ) |
All participants and submission of one assignment.
| ilExcUnknownAssignmentTypeException |
Definition at line 367 of file class.ilExerciseManagementGUI.php.
References Vendor\Package\$a, $ctrl, $GLOBALS, $lng, ILIAS\UI\Implementation\Component\Input\Field\$options, $toolbar, $tpl, addSubTabs(), ILIAS\Repository\ctrl(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), ilExAssignmentTeam\getAdoptableGroups(), ilExAssignment\getInstancesByExercise(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), ilLanguage\txt(), ilExAssignment\TYPE_TEXT, and ilExAssignment\TYPE_UPLOAD_TEAM.
Referenced by membersApplyObject(), membersResetObject(), and waitingDownloadObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExerciseManagementGUI::membersResetObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 552 of file class.ilExerciseManagementGUI.php.
References membersObject().
Here is the call graph for this function:| ilExerciseManagementGUI::openSubmissionPrintViewObject | ( | ) |
Open HTML view for portfolio submissions.
Definition at line 2124 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::openSubmissionViewObject | ( | bool | $print_version = false | ) |
Open HTML view for portfolio submissions.
Definition at line 2132 of file class.ilExerciseManagementGUI.php.
References $DIC, CLIENT_ID, ilFileSystemAbstractionStorage\createPathFromId(), ILIAS_WEB_DIR, ILIAS\Repository\lng(), ilUtil\redirect(), and ilWACSignedPath\signFolderOfStartFile().
Here is the call graph for this function:
|
protected |
| ilExcUnknownAssignmentTypeException |
Definition at line 1873 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::redirectFeedbackMailObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1148 of file class.ilExerciseManagementGUI.php.
References $user_id, ilObjUser\_lookupLogin(), ilMailFormCall\getRedirectTarget(), ILIAS\Repository\lng(), ilUtil\redirect(), and ilMailFormCall\SIGNATURE_KEY.
Here is the call graph for this function:| ilExerciseManagementGUI::saveEvaluationFromModalObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 888 of file class.ilExerciseManagementGUI.php.
References $comment, $user_id, ILIAS\Repository\ctrl(), ILIAS\Repository\int(), ILIAS\Repository\lng(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilExerciseManagementGUI::saveGradesObject | ( | ) |
Definition at line 567 of file class.ilExerciseManagementGUI.php.
References $ctrl, $lng, and ilLanguage\txt().
Here is the call graph for this function:| ilExerciseManagementGUI::saveMultiFeedbackObject | ( | ) |
Save multi feedback.
Definition at line 1828 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
| ilExcUnknownAssignmentTypeException |
Definition at line 1409 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::saveStatusAllObject | ( | ?array | $a_selected = null, |
| bool | $a_redirect = true |
||
| ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1355 of file class.ilExerciseManagementGUI.php.
Referenced by membersApplyObject().
Here is the caller graph for this function:| ilExerciseManagementGUI::saveStatusParticipantObject | ( | ?array | $selected_ass_ids = null | ) |
Save assignment status (participant view)
| ilExcUnknownAssignmentTypeException |
Definition at line 1322 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::saveStatusSelectedObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1394 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::selectAssignmentObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 965 of file class.ilExerciseManagementGUI.php.
References ilCtrl\redirect(), and ilCtrl\setParameter().
Here is the call graph for this function:| ilExerciseManagementGUI::selectParticipantObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1102 of file class.ilExerciseManagementGUI.php.
References ilCtrl\redirect(), and ilCtrl\setParameter().
Here is the call graph for this function:| ilExerciseManagementGUI::sendGradingNotificationObject | ( | ) |
Definition at line 2258 of file class.ilExerciseManagementGUI.php.
References $ass_id, $user_id, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilExerciseMailNotification\TYPE_GRADING_DONE.
Here is the call graph for this function:| ilExerciseManagementGUI::sendMembersObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 1255 of file class.ilExerciseManagementGUI.php.
References $ass_id, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 2220 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\lng().
Referenced by compareTextAssignmentsObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2284 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
| ilExcUnknownAssignmentTypeException |
Definition at line 2051 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 2300 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
protected |
Definition at line 2316 of file class.ilExerciseManagementGUI.php.
References $ass_id.
| ilExerciseManagementGUI::showGradesOverviewObject | ( | ) |
Definition at line 1109 of file class.ilExerciseManagementGUI.php.
References $GLOBALS, $lng, ILIAS\Repository\ctrl(), and ILIAS\UICore\GlobalTemplate\setContent().
Here is the call graph for this function:| ilExerciseManagementGUI::showMultiFeedbackConfirmationTableObject | ( | ) |
Show multi feedback confirmation table.
Definition at line 1807 of file class.ilExerciseManagementGUI.php.
References ILIAS\UICore\GlobalTemplate\setContent().
Here is the call graph for this function:| ilExerciseManagementGUI::showMultiFeedbackObject | ( | ?FormAdapterGUI | $form = null | ) |
Definition at line 1751 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::showParticipantApplyObject | ( | ) |
Definition at line 1067 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::showParticipantObject | ( | ) |
Show Participant.
Definition at line 975 of file class.ilExerciseManagementGUI.php.
References $lng, ILIAS\UI\Implementation\Component\Input\Field\$options, ilObjUser\_lookupName(), ilObject\_lookupType(), ILIAS\Repository\ctrl(), ilOrgUnitPositionAndRBACAccessHandler\filterUserIdsByRbacOrPositionOfCurrentUser(), ilExAssignment\getInstancesByExercise(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), and ilArrayUtil\sortArray().
Here is the call graph for this function:| ilExerciseManagementGUI::showParticipantResetObject | ( | ) |
Definition at line 1084 of file class.ilExerciseManagementGUI.php.
| ilExerciseManagementGUI::uploadMultiFeedbackObject | ( | ) |
Upload multi feedback file.
Definition at line 1793 of file class.ilExerciseManagementGUI.php.
References ILIAS\Repository\ctrl().
Here is the call graph for this function:| ilExerciseManagementGUI::waitingDownloadObject | ( | ) |
| ilExcUnknownAssignmentTypeException |
Definition at line 351 of file class.ilExerciseManagementGUI.php.
References $ctrl, $lng, $url, membersObject(), ilCtrl\setParameterByClass(), and ilLanguage\txt().
Here is the call graph for this function:
|
protected |
Definition at line 64 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 76 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs().
|
protected |
Definition at line 70 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 61 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs(), executeCommand(), membersObject(), saveGradesObject(), and waitingDownloadObject().
|
protected |
Definition at line 75 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 55 of file class.ilExerciseManagementGUI.php.
Referenced by __construct().
|
protected |
Definition at line 81 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 69 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 98 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 67 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 58 of file class.ilExerciseManagementGUI.php.
Referenced by __construct(), and executeCommand().
|
protected |
Definition at line 59 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 88 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 86 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 63 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs(), executeCommand(), membersObject(), saveGradesObject(), and waitingDownloadObject().
|
protected |
Definition at line 72 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 56 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 97 of file class.ilExerciseManagementGUI.php.
Referenced by __construct().
|
protected |
Definition at line 79 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 83 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 94 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 96 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 95 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 92 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 80 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 82 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 89 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 77 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 78 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs(), and downloadSubmissionsObject().
|
protected |
Definition at line 90 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 91 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 84 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 87 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 85 of file class.ilExerciseManagementGUI.php.
Referenced by downloadSubmissionsObject().
|
protected |
Definition at line 74 of file class.ilExerciseManagementGUI.php.
Referenced by __construct().
|
protected |
Definition at line 62 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs(), and executeCommand().
|
protected |
Definition at line 71 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 68 of file class.ilExerciseManagementGUI.php.
Referenced by membersObject().
|
protected |
Definition at line 54 of file class.ilExerciseManagementGUI.php.
Referenced by membersObject().
|
protected |
Definition at line 57 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 65 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 66 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 73 of file class.ilExerciseManagementGUI.php.
Referenced by getReportPanel().
|
protected |
Definition at line 53 of file class.ilExerciseManagementGUI.php.
| const ilExerciseManagementGUI::FEEDBACK_FULL_SUBMISSION = "submission_feedback" |
Definition at line 48 of file class.ilExerciseManagementGUI.php.
| const ilExerciseManagementGUI::FEEDBACK_ONLY_SUBMISSION = "submission_only" |
Definition at line 47 of file class.ilExerciseManagementGUI.php.
| const ilExerciseManagementGUI::GRADE_FAILED = "failed" |
Definition at line 52 of file class.ilExerciseManagementGUI.php.
| const ilExerciseManagementGUI::GRADE_NOT_GRADED = "notgraded" |
Definition at line 50 of file class.ilExerciseManagementGUI.php.
Referenced by ilExAssignmentReminder\parseGradeReminders().
| const ilExerciseManagementGUI::GRADE_PASSED = "passed" |
Definition at line 51 of file class.ilExerciseManagementGUI.php.
| const ilExerciseManagementGUI::VIEW_ASSIGNMENT = 1 |
Definition at line 43 of file class.ilExerciseManagementGUI.php.
| const ilExerciseManagementGUI::VIEW_GRADES = 3 |
Definition at line 45 of file class.ilExerciseManagementGUI.php.
Referenced by getViewBack().
| const ilExerciseManagementGUI::VIEW_PARTICIPANT = 2 |
Definition at line 44 of file class.ilExerciseManagementGUI.php.
Referenced by getViewBack().