|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
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 | |
| $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 29 of file class.ilExAssignmentMemberStatus.php.
References read().
Here is the call graph for this function:| ilExAssignmentMemberStatus::getComment | ( | ) |
Definition at line 164 of file class.ilExAssignmentMemberStatus.php.
References $comment.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getFeedback | ( | ) |
Definition at line 115 of file class.ilExAssignmentMemberStatus.php.
References $feedback.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getFeedbackTime | ( | ) |
Definition at line 125 of file class.ilExAssignmentMemberStatus.php.
References $feedback_time.
Referenced by getFields().
Here is the caller graph for this function:
|
protected |
Definition at line 196 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 154 of file class.ilExAssignmentMemberStatus.php.
References $mark.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getNotice | ( | ) |
Definition at line 42 of file class.ilExAssignmentMemberStatus.php.
References $notice.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getReturned | ( | ) |
Definition at line 57 of file class.ilExAssignmentMemberStatus.php.
References $returned.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSent | ( | ) |
Definition at line 91 of file class.ilExAssignmentMemberStatus.php.
References $sent.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSentTime | ( | ) |
Definition at line 101 of file class.ilExAssignmentMemberStatus.php.
References $sent_time.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getSolved | ( | ) |
Definition at line 67 of file class.ilExAssignmentMemberStatus.php.
References $solved.
Referenced by getFields().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::getStatus | ( | ) |
Definition at line 140 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 268 of file class.ilExAssignmentMemberStatus.php.
References getStatus().
Here is the call graph for this function:| ilExAssignmentMemberStatus::getStatusTime | ( | ) |
Definition at line 77 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 286 of file class.ilExAssignmentMemberStatus.php.
References $ilDB.
Referenced by ilExerciseMemberTableGUI\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 242 of file class.ilExAssignmentMemberStatus.php.
References $ilDB, $row, 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 260 of file class.ilExAssignmentMemberStatus.php.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Definition at line 169 of file class.ilExAssignmentMemberStatus.php.
Referenced by __construct().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setComment | ( | $a_value | ) |
Definition at line 159 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setFeedback | ( | $a_value | ) |
Definition at line 106 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setFeedbackTime().
Here is the call graph for this function:
|
protected |
Definition at line 120 of file class.ilExAssignmentMemberStatus.php.
Referenced by setFeedback().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setMark | ( | $a_value | ) |
Definition at line 145 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 37 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setReturned | ( | $a_value | ) |
Definition at line 47 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setSent | ( | $a_value | ) |
Definition at line 82 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setSentTime().
Here is the call graph for this function:
|
protected |
Definition at line 96 of file class.ilExAssignmentMemberStatus.php.
Referenced by setSent().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::setSolved | ( | $a_value | ) |
Definition at line 62 of file class.ilExAssignmentMemberStatus.php.
| ilExAssignmentMemberStatus::setStatus | ( | $a_value | ) |
Definition at line 130 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setStatusTime().
Here is the call graph for this function:
|
protected |
Definition at line 72 of file class.ilExAssignmentMemberStatus.php.
Referenced by setMark(), and setStatus().
Here is the caller graph for this function:| ilExAssignmentMemberStatus::update | ( | ) |
Definition at line 213 of file class.ilExAssignmentMemberStatus.php.
References $ilDB, getFields(), postUpdateReturned(), and postUpdateStatus().
Here is the call graph for this function:
|
protected |
Definition at line 12 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 24 of file class.ilExAssignmentMemberStatus.php.
Referenced by getComment().
|
protected |
Definition at line 25 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 19 of file class.ilExAssignmentMemberStatus.php.
Referenced by getFeedback().
|
protected |
Definition at line 20 of file class.ilExAssignmentMemberStatus.php.
Referenced by getFeedbackTime().
|
protected |
Definition at line 23 of file class.ilExAssignmentMemberStatus.php.
Referenced by getMark().
|
protected |
Definition at line 14 of file class.ilExAssignmentMemberStatus.php.
Referenced by getNotice().
|
protected |
Definition at line 15 of file class.ilExAssignmentMemberStatus.php.
Referenced by getReturned().
|
protected |
Definition at line 26 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 17 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSent().
|
protected |
Definition at line 18 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSentTime().
|
protected |
Definition at line 16 of file class.ilExAssignmentMemberStatus.php.
Referenced by getSolved().
|
protected |
Definition at line 21 of file class.ilExAssignmentMemberStatus.php.
Referenced by getStatus().
|
protected |
Definition at line 22 of file class.ilExAssignmentMemberStatus.php.
Referenced by getStatusTime().
|
protected |
Definition at line 27 of file class.ilExAssignmentMemberStatus.php.
|
protected |
Definition at line 13 of file class.ilExAssignmentMemberStatus.php.