Set the AssignmentSubmissions's context at the time of creation.
Parameters: context - -The context string.
setFeedbackComment
public void setFeedbackComment(String comment)(Code)
Set the general comments by the grader.
Parameters: comment - -the text of the grader's comments; may be null.
setFeedbackText
public void setFeedbackText(String feedback)(Code)
Set the text part of the instructors feedback; usually an annotated copy of the submittedText
Parameters: feedback - -The text of the grader's feedback.
Set whether this is a final submission.
Parameters: submitted - -True if a final submission, false if still a draft.
setSubmittedText
public void setSubmittedText(String submissionText)(Code)
Text submitted in response to the Assignment.
Parameters: submissionText - -The text of the submission.
setTimeLastModified
public void setTimeLastModified(Time lastmod)(Code)
Set the time last modified.
Parameters: lastmod - -The Time at which the Submission was last modified.
setTimeReturned
public void setTimeReturned(Time timeReturned)(Code)
Set the time at which the graded Submission was returned; setting it to null means it is not yet graded.
Parameters: timeReturned - -The time at which the graded Submission was returned.
setTimeSubmitted
public void setTimeSubmitted(Time timeSubmitted)(Code)
Set the time at which this response was submitted; setting it to null signifies the response is unsubmitted.
Parameters: timeSubmitted - -Time of submission.