ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Exercise assignment member status. More...
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().
ilExAssignmentMemberStatus::getComment | ( | ) |
Definition at line 164 of file class.ilExAssignmentMemberStatus.php.
References $comment.
Referenced by getFields().
ilExAssignmentMemberStatus::getFeedback | ( | ) |
Definition at line 115 of file class.ilExAssignmentMemberStatus.php.
References $feedback.
Referenced by getFields().
ilExAssignmentMemberStatus::getFeedbackTime | ( | ) |
Definition at line 125 of file class.ilExAssignmentMemberStatus.php.
References $feedback_time.
Referenced by getFields().
|
protected |
Definition at line 196 of file class.ilExAssignmentMemberStatus.php.
References array, getComment(), getFeedback(), getFeedbackTime(), getMark(), getNotice(), getReturned(), getSent(), getSentTime(), getSolved(), getStatus(), and getStatusTime().
Referenced by update().
ilExAssignmentMemberStatus::getMark | ( | ) |
Definition at line 154 of file class.ilExAssignmentMemberStatus.php.
References $mark.
Referenced by getFields().
ilExAssignmentMemberStatus::getNotice | ( | ) |
Definition at line 42 of file class.ilExAssignmentMemberStatus.php.
References $notice.
Referenced by getFields().
ilExAssignmentMemberStatus::getReturned | ( | ) |
Definition at line 57 of file class.ilExAssignmentMemberStatus.php.
References $returned.
Referenced by getFields().
ilExAssignmentMemberStatus::getSent | ( | ) |
Definition at line 91 of file class.ilExAssignmentMemberStatus.php.
References $sent.
Referenced by getFields().
ilExAssignmentMemberStatus::getSentTime | ( | ) |
Definition at line 101 of file class.ilExAssignmentMemberStatus.php.
References $sent_time.
Referenced by getFields().
ilExAssignmentMemberStatus::getSolved | ( | ) |
Definition at line 67 of file class.ilExAssignmentMemberStatus.php.
References $solved.
Referenced by getFields().
ilExAssignmentMemberStatus::getStatus | ( | ) |
Definition at line 140 of file class.ilExAssignmentMemberStatus.php.
References $status.
Referenced by ilExGradesTableGUI\fillRow(), getFields(), and getStatusIcon().
ilExAssignmentMemberStatus::getStatusIcon | ( | ) |
Definition at line 268 of file class.ilExAssignmentMemberStatus.php.
References getStatus().
ilExAssignmentMemberStatus::getStatusTime | ( | ) |
Definition at line 77 of file class.ilExAssignmentMemberStatus.php.
References $status_time.
Referenced by getFields().
|
static |
Check whether exercise has been sent to any student per mail.
Definition at line 286 of file class.ilExAssignmentMemberStatus.php.
References $ilDB.
|
protected |
Definition at line 242 of file class.ilExAssignmentMemberStatus.php.
References $ilDB, $row, ilExAssignment\FEEDBACK_DATE_SUBMISSION, and ilExAssignment\sendFeedbackNotifications().
Referenced by update().
|
protected |
Definition at line 260 of file class.ilExAssignmentMemberStatus.php.
References ilObjExercise\updateUserStatus().
Referenced by update().
|
protected |
Definition at line 169 of file class.ilExAssignmentMemberStatus.php.
References $ilDB, $row, and comment().
Referenced by __construct().
ilExAssignmentMemberStatus::setComment | ( | $a_value | ) |
Definition at line 159 of file class.ilExAssignmentMemberStatus.php.
References comment().
ilExAssignmentMemberStatus::setFeedback | ( | $a_value | ) |
Definition at line 106 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setFeedbackTime().
|
protected |
Definition at line 120 of file class.ilExAssignmentMemberStatus.php.
Referenced by setFeedback().
ilExAssignmentMemberStatus::setMark | ( | $a_value | ) |
Definition at line 145 of file class.ilExAssignmentMemberStatus.php.
References ilUtil\now(), and setStatusTime().
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().
|
protected |
Definition at line 96 of file class.ilExAssignmentMemberStatus.php.
Referenced by setSent().
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().
|
protected |
Definition at line 72 of file class.ilExAssignmentMemberStatus.php.
Referenced by setMark(), and setStatus().
ilExAssignmentMemberStatus::update | ( | ) |
Definition at line 213 of file class.ilExAssignmentMemberStatus.php.
References $ilDB, array, getFields(), postUpdateReturned(), and postUpdateStatus().
|
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.