|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Exercise assignment member status. More...
Collaboration diagram for ilExAssignmentMemberStatus:Public Member Functions | |
| __construct ($a_ass_id, $a_user_id) | |
| setNotice ($a_value) | |
| getNotice () | |
| setReturned ($a_value) | |
| getReturned () | |
| setSolved ($a_value) | |
| getSolved () | |
| getStatusTime () | |
| setSent ($a_value) | |
| getSent () | |
| getSentTime () | |
| setFeedback ($a_value) | |
| getFeedback () | |
| getFeedbackTime () | |
| setStatus ($a_value) | |
| getStatus () | |
| setMark ($a_value) | |
| getMark () | |
| setComment ($a_value) | |
| getComment () | |
| update () | |
| getStatusIcon () | |
Static Public Member Functions | |
| static | lookupAnyExerciseSent ($a_ass_id) |
| Check whether exercise has been sent to any student per mail. More... | |
Protected Member Functions | |
| setStatusTime ($a_value) | |
| setSentTime ($a_value) | |
| setFeedbackTime ($a_value) | |
| read () | |
| getFields () | |
| postUpdateReturned () | |
| postUpdateStatus () | |
Protected Attributes | |
| $db | |
| $ass_id | |
| $user_id | |
| $notice | |
| $returned | |
| $solved | |
| $sent | |
| $sent_time | |
| $feedback | |
| $feedback_time | |
| $status = "notgraded" | |
| $status_time | |
| $mark | |
| $comment | |
| $db_exists | |
| $returned_update | |
| $status_update | |
Exercise assignment member status.
Definition at line 10 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::__construct | ( | $a_ass_id, | |
| $a_user_id | |||
| ) |
Definition at line 34 of file class.ilExAssignmentMemberStatus.php.
Here is the call graph for this function:| ilExAssignmentMemberStatus::getComment | ( | ) |
Definition at line 167 of file class.ilExAssignmentMemberStatus.php.
References $comment.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getFeedback | ( | ) |
Definition at line 120 of file class.ilExAssignmentMemberStatus.php.
References $feedback.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getFeedbackTime | ( | ) |
Definition at line 130 of file class.ilExAssignmentMemberStatus.php.
References $feedback_time.
Referenced by getFields().
Here is the caller graph for this function:
|
protected |
Definition at line 198 of file class.ilExAssignmentMemberStatus.php.
References getComment(), getFeedback(), getFeedbackTime(), getMark(), getNotice(), getReturned(), getSent(), getSentTime(), getSolved(), getStatus(), and getStatusTime().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getMark | ( | ) |
Definition at line 157 of file class.ilExAssignmentMemberStatus.php.
References $mark.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getNotice | ( | ) |
Definition at line 50 of file class.ilExAssignmentMemberStatus.php.
References $notice.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getReturned | ( | ) |
Definition at line 64 of file class.ilExAssignmentMemberStatus.php.
References $returned.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSent | ( | ) |
Definition at line 97 of file class.ilExAssignmentMemberStatus.php.
References $sent.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSentTime | ( | ) |
Definition at line 107 of file class.ilExAssignmentMemberStatus.php.
References $sent_time.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSolved | ( | ) |
Definition at line 74 of file class.ilExAssignmentMemberStatus.php.
References $solved.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getStatus | ( | ) |
Definition at line 144 of file class.ilExAssignmentMemberStatus.php.
References $status.
Referenced by getFields(), and getStatusIcon().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getStatusIcon | ( | ) |
Definition at line 262 of file class.ilExAssignmentMemberStatus.php.
References getStatus().
Here is the call graph for this function:| ilExAssignmentMemberStatus::getStatusTime | ( | ) |
Definition at line 84 of file class.ilExAssignmentMemberStatus.php.
References $status_time.
Referenced by getFields().
Here is the caller graph for this function:
|
static |
Check whether exercise has been sent to any student per mail.
Definition at line 279 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 239 of file class.ilExAssignmentMemberStatus.php.
References $db, $ilDB, ilExAssignment\FEEDBACK_DATE_SUBMISSION, and ilExAssignment\sendFeedbackNotifications().
Referenced by update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 255 of file class.ilExAssignmentMemberStatus.php.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Definition at line 172 of file class.ilExAssignmentMemberStatus.php.
References $db, $ilDB, and comment().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setComment | ( | $a_value | ) |
Definition at line 162 of file class.ilExAssignmentMemberStatus.php.
References comment().
Here is the call graph for this function:| ilExAssignmentMemberStatus::setFeedback | ( | $a_value | ) |
Definition at line 112 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setFeedbackTime().
Here is the call graph for this function:
|
protected |
Definition at line 125 of file class.ilExAssignmentMemberStatus.php.
Referenced by setFeedback().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setMark | ( | $a_value | ) |
Definition at line 149 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setStatusTime().
Here is the call graph for this function:| ilExAssignmentMemberStatus::setNotice | ( | $a_value | ) |
Definition at line 45 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setReturned | ( | $a_value | ) |
Definition at line 55 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setSent | ( | $a_value | ) |
Definition at line 89 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setSentTime().
Here is the call graph for this function:
|
protected |
Definition at line 102 of file class.ilExAssignmentMemberStatus.php.
Referenced by setSent().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setSolved | ( | $a_value | ) |
Definition at line 69 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setStatus | ( | $a_value | ) |
Definition at line 135 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setStatusTime().
Here is the call graph for this function:
|
protected |
Definition at line 79 of file class.ilExAssignmentMemberStatus.php.
Referenced by setMark(), and setStatus().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::update | ( | ) |
Definition at line 215 of file class.ilExAssignmentMemberStatus.php.
References $db, $ilDB, $keys, getFields(), postUpdateReturned(), and postUpdateStatus().
Here is the call graph for this function:
|
protected |
Definition at line 17 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 29 of file class.ilExAssignmentMemberStatus.php.
Referenced by getComment().
|
protected |
Definition at line 15 of file class.ilExAssignmentMemberStatus.php.
Referenced by postUpdateReturned(), read(), and update().
|
protected |
Definition at line 30 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 24 of file class.ilExAssignmentMemberStatus.php.
Referenced by getFeedback().
|
protected |
Definition at line 25 of file class.ilExAssignmentMemberStatus.php.
Referenced by getFeedbackTime().
|
protected |
Definition at line 28 of file class.ilExAssignmentMemberStatus.php.
Referenced by getMark().
|
protected |
Definition at line 19 of file class.ilExAssignmentMemberStatus.php.
Referenced by getNotice().
|
protected |
Definition at line 20 of file class.ilExAssignmentMemberStatus.php.
Referenced by getReturned().
|
protected |
Definition at line 31 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 22 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSent().
|
protected |
Definition at line 23 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSentTime().
|
protected |
Definition at line 21 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSolved().
|
protected |
Definition at line 26 of file class.ilExAssignmentMemberStatus.php.
Referenced by getStatus().
|
protected |
Definition at line 27 of file class.ilExAssignmentMemberStatus.php.
Referenced by getStatusTime().
|
protected |
Definition at line 32 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 18 of file class.ilExAssignmentMemberStatus.php.