ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilExerciseManagementGUI. More...
Public Member Functions | |
__construct (ilExerciseInternalService $service, ilExAssignment $a_ass=null) | |
Constructor. More... | |
executeCommand () | |
addSubTabs ($a_activate) | |
adds tabs to tab gui object More... | |
waitingDownloadObject () | |
membersObject () | |
All participants and submission of one assignment. More... | |
downloadSubmissionsObject () | |
membersApplyObject () | |
membersResetObject () | |
saveGradesObject () | |
Save grades. More... | |
listTextAssignmentObject () | |
todo: Pagination. More... | |
compareTextAssignmentsObject () | |
TODO -> Deal with the redirection after update the grade via action button. More... | |
getReportPanel ($a_data) | |
getEvaluationModal ($a_data) | |
saveEvaluationFromModalObject () | |
Save assignment submission grade(status) and comment from the roundtrip modal. More... | |
addUserFromAutoCompleteObject () | |
Add user as member. More... | |
addMembersObject ($a_user_ids=array()) | |
Add new partipant. More... | |
selectAssignmentObject () | |
Select assignment. More... | |
showParticipantObject () | |
Show Participant. More... | |
showParticipantApplyObject () | |
showParticipantResetObject () | |
selectParticipantObject () | |
Select participant. More... | |
showGradesOverviewObject () | |
Show grades overview. More... | |
redirectFeedbackMailObject () | |
set feedback status for member and redirect to mail screen More... | |
downloadAllObject () | |
Download all submitted files (of all members). More... | |
sendMembersObject () | |
Send assignment per mail to participants. More... | |
confirmDeassignMembersObject () | |
Confirm deassigning members. More... | |
deassignMembersObject () | |
Deassign members from exercise. More... | |
removeUserSubmissionFilesFromWebDir (int $user_id) | |
saveCommentsObject () | |
saveStatusParticipantObject (array $a_selected=null) | |
Save assignment status (participant view) More... | |
saveStatusAllObject (array $a_selected=null, $a_redirect=true) | |
saveStatusSelectedObject () | |
saveCommentForLearnersObject () | |
Save comment for learner (asynch) More... | |
exportExcelObject () | |
Export as excel. More... | |
createTeamsObject () | |
dissolveTeamsObject () | |
adoptTeamsFromGroupObject (ilPropertyFormGUI $a_form=null) | |
createTeamsFromGroupsObject () | |
initMultiFeedbackForm ($a_ass_id) | |
showMultiFeedbackObject (ilPropertyFormGUI $a_form=null) | |
Show multi-feedback screen. More... | |
downloadMultiFeedbackZipObject () | |
Download multi-feedback structrue file. More... | |
uploadMultiFeedbackObject () | |
Upload multi feedback file. More... | |
showMultiFeedbackConfirmationTableObject () | |
Show multi feedback confirmation table. More... | |
cancelMultiFeedbackObject () | |
Cancel Multi Feedback. More... | |
saveMultiFeedbackObject () | |
Save multi feedback. More... | |
initFilter () | |
openSubmissionViewObject () | |
Open HTML view for portfolio submissions. More... | |
collectFeedbackDataFromPeer (array $a_data) | |
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 ($a_keep_teams=false) | |
saveStatus (array $a_data, $a_redirect=true) | |
Save status of selecte members. More... | |
initGroupForm () | |
initIndividualDeadlineModal () | |
parseIndividualDeadlineData (array $a_data) | |
handleIndividualDeadlineCallsObject () | |
initIndividualDeadlineForm (array $a_ass_map, array $ids) | |
setIndividualDeadlineObject () | |
getSubmissionZipFilePath (ilExSubmission $submission) | |
Returns the ZIP file path from outside web directory. More... | |
copyFileToWebDir (string $origin_path_filename, string $internal_file_path) | |
Generate the directories and copy the file if necessary. More... | |
getWebFilePathFromExternalFilePath (string $external_file_path) | |
Get the object specific file path from an external full file path. More... | |
setBackToMembers () | |
Protected Attributes | |
$ctrl | |
$tabs_gui | |
$lng | |
$tpl | |
$ui_factory | |
$ui_renderer | |
$filter | |
$toolbar | |
$exercise | |
$assignment | |
$task_factory | |
$log | |
$user | |
$service | |
Class ilExerciseManagementGUI.
ilExerciseManagementGUI: ilFileSystemGUI, ilRepositorySearchGUI ilExerciseManagementGUI: ilExSubmissionTeamGUI, ilExSubmissionFileGUI ilExerciseManagementGUI: ilExSubmissionTextGUI, ilExPeerReviewGUI
Definition at line 15 of file class.ilExerciseManagementGUI.php.
ilExerciseManagementGUI::__construct | ( | ilExerciseInternalService | $service, |
ilExAssignment | $a_ass = null |
||
) |
Constructor.
int | $a_exercise_id |
Definition at line 97 of file class.ilExerciseManagementGUI.php.
References $DIC, $service, ilLoggerFactory\getLogger(), and user().
ilExerciseManagementGUI::addMembersObject | ( | $a_user_ids = array() | ) |
Add new partipant.
Definition at line 843 of file class.ilExerciseManagementGUI.php.
References ilUtil\sendFailure().
Referenced by addUserFromAutoCompleteObject().
ilExerciseManagementGUI::addSubTabs | ( | $a_activate | ) |
adds tabs to tab gui object
object | $tabs_gui | ilTabsGUI object |
Definition at line 278 of file class.ilExerciseManagementGUI.php.
References $_GET, $ctrl, $lng, and $tabs_gui.
Referenced by executeCommand(), membersObject(), showGradesOverviewObject(), showMultiFeedbackConfirmationTableObject(), showMultiFeedbackObject(), and showParticipantObject().
ilExerciseManagementGUI::addUserFromAutoCompleteObject | ( | ) |
Add user as member.
Definition at line 812 of file class.ilExerciseManagementGUI.php.
References $_POST, $user, ilObjUser\_lookupId(), addMembersObject(), membersObject(), and ilUtil\sendFailure().
ilExerciseManagementGUI::adoptTeamsFromGroupObject | ( | ilPropertyFormGUI | $a_form = null | ) |
Definition at line 1532 of file class.ilExerciseManagementGUI.php.
References $ctrl, $lng, $tabs_gui, $tpl, getViewBack(), and initGroupForm().
Referenced by createTeamsFromGroupsObject().
ilExerciseManagementGUI::cancelMultiFeedbackObject | ( | ) |
Cancel Multi Feedback.
Definition at line 1790 of file class.ilExerciseManagementGUI.php.
ilExerciseManagementGUI::collectFeedbackDataFromPeer | ( | array | $a_data | ) |
$a_data | array submission data |
Definition at line 2224 of file class.ilExerciseManagementGUI.php.
References $data, $user, and ilRTE\_replaceMediaObjectImageSrc().
Referenced by compareTextAssignmentsObject(), and listTextAssignmentObject().
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
Definition at line 566 of file class.ilExerciseManagementGUI.php.
References $data, collectFeedbackDataFromPeer(), filter(), getMultiActionUserIds(), getReportPanel(), and setBackToMembers().
ilExerciseManagementGUI::confirmDeassignMembersObject | ( | ) |
Confirm deassigning members.
Definition at line 1203 of file class.ilExerciseManagementGUI.php.
References $ctrl, $lng, $tpl, getMultiActionUserIds(), and ilUserUtil\getNamePresentation().
|
protected |
Generate the directories and copy the file if necessary.
Returns the copied file path.
string | $external_file |
Definition at line 2161 of file class.ilExerciseManagementGUI.php.
References $DIC, CLIENT_ID, and ILIAS_WEB_DIR.
Referenced by openSubmissionViewObject().
ilExerciseManagementGUI::createTeamsFromGroupsObject | ( | ) |
Definition at line 1593 of file class.ilExerciseManagementGUI.php.
References $_POST, $lng, $valid, adoptTeamsFromGroupObject(), ilExAssignmentTeam\getAssignmentTeamMap(), ilExAssignmentTeam\getGroupMembersMap(), ilExAssignmentTeam\getInstanceByUserId(), ilUserUtil\getNamePresentation(), initGroupForm(), and ilUtil\sendFailure().
ilExerciseManagementGUI::createTeamsObject | ( | ) |
Definition at line 1453 of file class.ilExerciseManagementGUI.php.
References $ctrl, ilExAssignmentTeam\getInstanceByUserId(), and getMultiActionUserIds().
ilExerciseManagementGUI::deassignMembersObject | ( | ) |
Deassign members from exercise.
Definition at line 1231 of file class.ilExerciseManagementGUI.php.
References $ctrl, $lng, getMultiActionUserIds(), and removeUserSubmissionFilesFromWebDir().
ilExerciseManagementGUI::dissolveTeamsObject | ( | ) |
Definition at line 1501 of file class.ilExerciseManagementGUI.php.
References $ctrl, ilExAssignmentTeam\getInstanceByUserId(), and getMultiActionUserIds().
ilExerciseManagementGUI::downloadAllObject | ( | ) |
Download all submitted files (of all members).
Definition at line 1087 of file class.ilExerciseManagementGUI.php.
References $name, ilObject\_exists(), ilExSubmission\downloadAllAssignmentFiles(), and ilObjectFactory\getInstanceByObjId().
ilExerciseManagementGUI::downloadMultiFeedbackZipObject | ( | ) |
Download multi-feedback structrue file.
Definition at line 1745 of file class.ilExerciseManagementGUI.php.
ilExerciseManagementGUI::downloadSubmissionsObject | ( | ) |
Definition at line 446 of file class.ilExerciseManagementGUI.php.
References $GLOBALS, and user().
ilExerciseManagementGUI::executeCommand | ( | ) |
Definition at line 128 of file class.ilExerciseManagementGUI.php.
References $_GET, $ctrl, $GLOBALS, $lng, $tabs_gui, addSubTabs(), ilFSStorageExercise\create(), ilUserUtil\getNamePresentation(), getViewBack(), initSubmission(), ilUtil\sendInfo(), and ilFileSystemGUI\setTableId().
ilExerciseManagementGUI::exportExcelObject | ( | ) |
Export as excel.
Definition at line 1442 of file class.ilExerciseManagementGUI.php.
References exit.
ilExerciseManagementGUI::getEvaluationModal | ( | $a_data | ) |
Definition at line 718 of file class.ilExerciseManagementGUI.php.
References $si, ilFormPropertyGUI\setInfo(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
Referenced by getReportPanel().
|
protected |
Definition at line 1124 of file class.ilExerciseManagementGUI.php.
References $_GET, $_POST, and ilUtil\sendFailure().
Referenced by compareTextAssignmentsObject(), confirmDeassignMembersObject(), createTeamsObject(), deassignMembersObject(), dissolveTeamsObject(), redirectFeedbackMailObject(), saveStatusSelectedObject(), and sendMembersObject().
ilExerciseManagementGUI::getReportPanel | ( | $a_data | ) |
Definition at line 606 of file class.ilExerciseManagementGUI.php.
References $user, ilObject\_lookupType(), filter(), ilDatePresentation\formatDate(), getEvaluationModal(), and IL_CAL_DATETIME.
Referenced by compareTextAssignmentsObject(), and listTextAssignmentObject().
|
protected |
Returns the ZIP file path from outside web directory.
ilExSubmission | user who created the submission |
Definition at line 2142 of file class.ilExerciseManagementGUI.php.
References ilExSubmission\getFiles().
Referenced by openSubmissionViewObject().
|
protected |
Definition at line 240 of file class.ilExerciseManagementGUI.php.
Referenced by adoptTeamsFromGroupObject(), executeCommand(), initSubmission(), redirectFeedbackMailObject(), and saveStatus().
|
protected |
Get the object specific file path from an external full file path.
string | $external_file_path |
Definition at line 2200 of file class.ilExerciseManagementGUI.php.
References CLIENT_ID.
Referenced by openSubmissionViewObject().
|
protected |
Definition at line 1860 of file class.ilExerciseManagementGUI.php.
References $_GET, $_POST, $res, $tpl, $valid, ilDateTime\_before(), exit, ilDatePresentation\formatDate(), IL_CAL_UNIX, initIndividualDeadlineForm(), and parseIndividualDeadlineData().
ilExerciseManagementGUI::initFilter | ( | ) |
Definition at line 2005 of file class.ilExerciseManagementGUI.php.
References $_POST, filter(), ilSubmitButton\getInstance(), ilSelectInputGUI\setOptions(), and ilUtil\stripSlashes().
Referenced by listTextAssignmentObject().
|
protected |
Definition at line 1551 of file class.ilExerciseManagementGUI.php.
References $lng, ilExAssignmentTeam\getGroupMembersMap(), and ilUserUtil\getNamePresentation().
Referenced by adoptTeamsFromGroupObject(), and createTeamsFromGroupsObject().
|
protected |
Definition at line 1939 of file class.ilExerciseManagementGUI.php.
References $name, $section, ilObjUser\_lookupName(), ilExAssignmentTeam\getInstancesFromMap(), and IL_CAL_UNIX.
Referenced by handleIndividualDeadlineCallsObject().
|
protected |
Definition at line 1812 of file class.ilExerciseManagementGUI.php.
References $lng, $tpl, ilModalGUI\getInstance(), and ilCalendarUtil\initDateTimePicker().
Referenced by membersObject(), and showParticipantObject().
ilExerciseManagementGUI::initMultiFeedbackForm | ( | $a_ass_id | ) |
Definition at line 1692 of file class.ilExerciseManagementGUI.php.
References $lng, ilExAssignment\lookupTitle(), and ilFileInputGUI\setSuffixes().
Referenced by showMultiFeedbackObject(), and uploadMultiFeedbackObject().
|
protected |
Definition at line 259 of file class.ilExerciseManagementGUI.php.
References getViewBack().
Referenced by executeCommand().
ilExerciseManagementGUI::listTextAssignmentObject | ( | ) |
todo: Pagination.
Definition at line 514 of file class.ilExerciseManagementGUI.php.
References $data, ilObject\_exists(), collectFeedbackDataFromPeer(), filter(), ilExerciseMembersFilter\filterParticipantsByAccess(), ilExSubmission\getAssignmentFilesByUsers(), ilExSubmission\getAssignmentParticipants(), getReportPanel(), initFilter(), setBackToMembers(), user(), and ILIAS\UI\Implementation\Component\withOnLoadCode().
ilExerciseManagementGUI::membersApplyObject | ( | ) |
Definition at line 469 of file class.ilExerciseManagementGUI.php.
References membersObject(), ilTable2GUI\resetOffset(), and saveStatusAllObject().
ilExerciseManagementGUI::membersObject | ( | ) |
All participants and submission of one assignment.
Definition at line 328 of file class.ilExerciseManagementGUI.php.
References Vendor\Package\$a, $ctrl, $GLOBALS, $lng, $si, $toolbar, $tpl, addSubTabs(), ilRepositorySearchGUI\fillAutoCompleteToolbar(), ilExAssignmentTeam\getAdoptableGroups(), ilSubmitButton\getInstance(), ilExAssignment\getInstancesByExercise(), initIndividualDeadlineModal(), ilUtil\sendInfo(), ilExAssignment\TYPE_TEXT, and ilExAssignment\TYPE_UPLOAD_TEAM.
Referenced by addUserFromAutoCompleteObject(), membersApplyObject(), membersResetObject(), saveCommentsObject(), selectAssignmentObject(), setIndividualDeadlineObject(), and waitingDownloadObject().
ilExerciseManagementGUI::membersResetObject | ( | ) |
Definition at line 479 of file class.ilExerciseManagementGUI.php.
References membersObject(), and ilTable2GUI\resetOffset().
ilExerciseManagementGUI::openSubmissionViewObject | ( | ) |
Open HTML view for portfolio submissions.
Definition at line 2075 of file class.ilExerciseManagementGUI.php.
References $_GET, $DIC, CLIENT_ID, copyFileToWebDir(), getSubmissionZipFilePath(), getWebFilePathFromExternalFilePath(), ILIAS_WEB_DIR, ilUtil\redirect(), ilUtil\sendFailure(), ilWACSignedPath\signFolderOfStartFile(), and ilUtil\unzip().
|
protected |
Definition at line 1834 of file class.ilExerciseManagementGUI.php.
References $assignment.
Referenced by handleIndividualDeadlineCallsObject().
ilExerciseManagementGUI::redirectFeedbackMailObject | ( | ) |
set feedback status for member and redirect to mail screen
Definition at line 1042 of file class.ilExerciseManagementGUI.php.
References $_GET, ilLink\_getLink(), ilObjUser\_lookupLogin(), getMultiActionUserIds(), ilMailFormCall\getRedirectTarget(), getViewBack(), ilUtil\redirect(), and ilMailFormCall\SIGNATURE_KEY.
ilExerciseManagementGUI::removeUserSubmissionFilesFromWebDir | ( | int | $user_id | ) |
Definition at line 1246 of file class.ilExerciseManagementGUI.php.
References ilFSWebStorageExercise\deleteUserSubmissionDirectory().
Referenced by deassignMembersObject().
ilExerciseManagementGUI::saveCommentForLearnersObject | ( | ) |
Save comment for learner (asynch)
Definition at line 1391 of file class.ilExerciseManagementGUI.php.
References $_POST, $comment, $res, exit, and ilUtil\stripSlashes().
ilExerciseManagementGUI::saveCommentsObject | ( | ) |
Definition at line 1252 of file class.ilExerciseManagementGUI.php.
References $_GET, $_POST, membersObject(), and ilUtil\stripSlashes().
ilExerciseManagementGUI::saveEvaluationFromModalObject | ( | ) |
Save assignment submission grade(status) and comment from the roundtrip modal.
Definition at line 788 of file class.ilExerciseManagementGUI.php.
References $_POST, $comment, and ilUtil\stripSlashes().
ilExerciseManagementGUI::saveGradesObject | ( | ) |
Save grades.
Definition at line 491 of file class.ilExerciseManagementGUI.php.
References $_POST, $ctrl, $lng, and ilUtil\stripSlashes().
ilExerciseManagementGUI::saveMultiFeedbackObject | ( | ) |
Save multi feedback.
Definition at line 1799 of file class.ilExerciseManagementGUI.php.
References $_POST.
|
protected |
Save status of selecte members.
Definition at line 1343 of file class.ilExerciseManagementGUI.php.
References $ctrl, ilObjUser\_lookupName(), and getViewBack().
Referenced by saveStatusAllObject(), and saveStatusParticipantObject().
ilExerciseManagementGUI::saveStatusAllObject | ( | array | $a_selected = null , |
$a_redirect = true |
|||
) |
Definition at line 1298 of file class.ilExerciseManagementGUI.php.
References $_POST, $data, $GLOBALS, saveStatus(), and ilUtil\stripSlashes().
Referenced by membersApplyObject(), and saveStatusSelectedObject().
ilExerciseManagementGUI::saveStatusParticipantObject | ( | array | $a_selected = null | ) |
Save assignment status (participant view)
Definition at line 1269 of file class.ilExerciseManagementGUI.php.
References $_GET, $_POST, $ctrl, $data, saveStatus(), and ilUtil\stripSlashes().
Referenced by saveStatusSelectedObject().
ilExerciseManagementGUI::saveStatusSelectedObject | ( | ) |
Definition at line 1329 of file class.ilExerciseManagementGUI.php.
References getMultiActionUserIds(), saveStatusAllObject(), and saveStatusParticipantObject().
ilExerciseManagementGUI::selectAssignmentObject | ( | ) |
Select assignment.
Definition at line 880 of file class.ilExerciseManagementGUI.php.
References $_GET, $_POST, membersObject(), and ilUtil\stripSlashes().
ilExerciseManagementGUI::selectParticipantObject | ( | ) |
Select participant.
Definition at line 994 of file class.ilExerciseManagementGUI.php.
References $_GET, $_POST, showParticipantObject(), and ilUtil\stripSlashes().
ilExerciseManagementGUI::sendMembersObject | ( | ) |
Send assignment per mail to participants.
Definition at line 1183 of file class.ilExerciseManagementGUI.php.
References $_GET, and getMultiActionUserIds().
|
protected |
Definition at line 2210 of file class.ilExerciseManagementGUI.php.
Referenced by compareTextAssignmentsObject(), and listTextAssignmentObject().
|
protected |
Definition at line 1993 of file class.ilExerciseManagementGUI.php.
References membersObject(), ilUtil\sendFailure(), and showParticipantObject().
ilExerciseManagementGUI::showGradesOverviewObject | ( | ) |
Show grades overview.
Definition at line 1003 of file class.ilExerciseManagementGUI.php.
References $ctrl, $GLOBALS, $lng, $toolbar, $tpl, and addSubTabs().
ilExerciseManagementGUI::showMultiFeedbackConfirmationTableObject | ( | ) |
Show multi feedback confirmation table.
Definition at line 1777 of file class.ilExerciseManagementGUI.php.
References $tpl, and addSubTabs().
ilExerciseManagementGUI::showMultiFeedbackObject | ( | ilPropertyFormGUI | $a_form = null | ) |
Show multi-feedback screen.
Definition at line 1718 of file class.ilExerciseManagementGUI.php.
References $lng, $toolbar, $tpl, addSubTabs(), ilLinkButton\getInstance(), initMultiFeedbackForm(), and ilUtil\sendInfo().
Referenced by uploadMultiFeedbackObject().
ilExerciseManagementGUI::showParticipantApplyObject | ( | ) |
Definition at line 973 of file class.ilExerciseManagementGUI.php.
References $_GET, and showParticipantObject().
ilExerciseManagementGUI::showParticipantObject | ( | ) |
Show Participant.
Definition at line 889 of file class.ilExerciseManagementGUI.php.
References $_GET, $ctrl, $GLOBALS, $lng, $name, $si, $toolbar, $tpl, ilObjUser\_lookupName(), ilObject\_lookupType(), addSubTabs(), ilExAssignment\getAssignmentDataOfExercise(), ilSubmitButton\getInstance(), initIndividualDeadlineModal(), ilUtil\sendInfo(), and ilUtil\sortArray().
Referenced by selectParticipantObject(), setIndividualDeadlineObject(), showParticipantApplyObject(), and showParticipantResetObject().
ilExerciseManagementGUI::showParticipantResetObject | ( | ) |
Definition at line 982 of file class.ilExerciseManagementGUI.php.
References $_GET, and showParticipantObject().
ilExerciseManagementGUI::uploadMultiFeedbackObject | ( | ) |
Upload multi feedback file.
Definition at line 1753 of file class.ilExerciseManagementGUI.php.
References Vendor\Package\$e, initMultiFeedbackForm(), ilUtil\sendFailure(), showMultiFeedbackObject(), and ilUtil\stripSlashesArray().
ilExerciseManagementGUI::waitingDownloadObject | ( | ) |
Definition at line 313 of file class.ilExerciseManagementGUI.php.
References $_GET, $ctrl, $lng, $url, membersObject(), and ilUtil\sendInfo().
|
protected |
Definition at line 58 of file class.ilExerciseManagementGUI.php.
Referenced by parseIndividualDeadlineData().
|
protected |
Definition at line 20 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs(), adoptTeamsFromGroupObject(), confirmDeassignMembersObject(), createTeamsObject(), deassignMembersObject(), dissolveTeamsObject(), executeCommand(), membersObject(), saveGradesObject(), saveStatus(), saveStatusParticipantObject(), showGradesOverviewObject(), showParticipantObject(), and waitingDownloadObject().
|
protected |
Definition at line 57 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 50 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 30 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs(), adoptTeamsFromGroupObject(), confirmDeassignMembersObject(), createTeamsFromGroupsObject(), deassignMembersObject(), executeCommand(), initGroupForm(), initIndividualDeadlineModal(), initMultiFeedbackForm(), membersObject(), saveGradesObject(), showGradesOverviewObject(), showMultiFeedbackObject(), showParticipantObject(), and waitingDownloadObject().
|
protected |
Definition at line 68 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 89 of file class.ilExerciseManagementGUI.php.
Referenced by __construct().
|
protected |
Definition at line 25 of file class.ilExerciseManagementGUI.php.
Referenced by addSubTabs(), adoptTeamsFromGroupObject(), and executeCommand().
|
protected |
Definition at line 63 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 55 of file class.ilExerciseManagementGUI.php.
Referenced by membersObject(), showGradesOverviewObject(), showMultiFeedbackObject(), and showParticipantObject().
|
protected |
Definition at line 35 of file class.ilExerciseManagementGUI.php.
Referenced by adoptTeamsFromGroupObject(), confirmDeassignMembersObject(), handleIndividualDeadlineCallsObject(), initIndividualDeadlineModal(), membersObject(), showGradesOverviewObject(), showMultiFeedbackConfirmationTableObject(), showMultiFeedbackObject(), and showParticipantObject().
|
protected |
Definition at line 40 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 45 of file class.ilExerciseManagementGUI.php.
|
protected |
Definition at line 73 of file class.ilExerciseManagementGUI.php.
Referenced by addUserFromAutoCompleteObject(), collectFeedbackDataFromPeer(), and getReportPanel().
const ilExerciseManagementGUI::FEEDBACK_FULL_SUBMISSION = "submission_feedback" |
Definition at line 80 of file class.ilExerciseManagementGUI.php.
const ilExerciseManagementGUI::FEEDBACK_ONLY_SUBMISSION = "submission_only" |
Definition at line 79 of file class.ilExerciseManagementGUI.php.
const ilExerciseManagementGUI::GRADE_FAILED = "failed" |
Definition at line 84 of file class.ilExerciseManagementGUI.php.
const ilExerciseManagementGUI::GRADE_NOT_GRADED = "notgraded" |
Definition at line 82 of file class.ilExerciseManagementGUI.php.
Referenced by ilExAssignmentReminder\parseGradeReminders().
const ilExerciseManagementGUI::GRADE_PASSED = "passed" |
Definition at line 83 of file class.ilExerciseManagementGUI.php.
const ilExerciseManagementGUI::VIEW_ASSIGNMENT = 1 |
Definition at line 75 of file class.ilExerciseManagementGUI.php.
const ilExerciseManagementGUI::VIEW_GRADES = 3 |
Definition at line 77 of file class.ilExerciseManagementGUI.php.
const ilExerciseManagementGUI::VIEW_PARTICIPANT = 2 |
Definition at line 76 of file class.ilExerciseManagementGUI.php.