|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AssignmentSubmission is the an interface for the CHEF assignments module. It represents student submissions for assignments.
Field Summary |
Fields inherited from interface org.sakaiproject.service.legacy.entity.Entity |
SEPARATOR |
Method Summary | |
Assignment |
getAssignment()
Access the Assignment for this Submission |
String |
getAssignmentId()
Access the ID for the Assignment for this Submission |
String |
getContext()
Access the context at the time of creation. |
List |
getFeedbackAttachments()
Access the list of attachments returned to the students in the process of grading this assignment; usually a modified or annotated version of the attachment submitted. |
String |
getFeedbackComment()
Get the general comments by the grader |
String |
getFeedbackText()
Access the text part of the instructors feedback; usually an annotated copy of the submittedText |
String |
getGrade()
Access the grade recieved. |
boolean |
getGraded()
Get whether this Submission has been graded. |
String |
getGradeDisplay()
Access the grade recieved. |
boolean |
getGradeReleased()
Get whether the grade has been released. |
boolean |
getHonorPledgeFlag()
Access the checked status of the honor pledge flag. |
boolean |
getReturned()
Get whether this Submission was rejected by the grader. |
String |
getStatus()
Returns the status of the submission : Not Started, submitted, returned or graded. |
boolean |
getSubmitted()
Get whether this is a final submission. |
List |
getSubmittedAttachments()
Access the list of attachments to this response to the Assignment. |
String |
getSubmittedText()
Text submitted in response to the Assignment. |
List |
getSubmitterIds()
Access the list of Users who submitted this response to the Assignment. |
User[] |
getSubmitters()
Access the list of Users who submitted this response to the Assignment. |
Time |
getTimeLastModified()
Get the time of last modification; |
Time |
getTimeReturned()
Get the time at which the graded submission was returned; null means the response is not yet graded. |
Time |
getTimeSubmitted()
Set the time at which this response was submitted; null signifies the response is unsubmitted. |
Methods inherited from interface org.sakaiproject.service.legacy.entity.Entity |
getId, getProperties, getReference, getReference, getUrl, getUrl, toXml |
Method Detail |
public String getContext()
public Assignment getAssignment()
public String getAssignmentId()
public User[] getSubmitters()
public List getSubmitterIds()
public boolean getSubmitted()
public Time getTimeSubmitted()
public String getSubmittedText()
public List getSubmittedAttachments()
public String getFeedbackComment()
public String getFeedbackText()
public List getFeedbackAttachments()
public boolean getReturned()
public boolean getGraded()
public boolean getGradeReleased()
public String getGrade()
public String getGradeDisplay()
public Time getTimeLastModified()
public Time getTimeReturned()
public boolean getHonorPledgeFlag()
public String getStatus()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |