AssignmentContentEdit is the an interface for the Sakai assignments module. It represents the editable part of the assignment content that is "unchanging" for different versions of the assignment.
Method Summary
public void
addAuthor(User author) Add an author to the author list.
public void
removeAuthor(User author) Remove an author from the author list.
Set the Honor Pledge type; values are NONE and ENGINEERING_HONOR_PLEDGE.
Parameters: pledgeType - -the Honor Pledge value.
setIndividuallyGraded
public void setIndividuallyGraded(boolean individGraded)(Code)
Set whether group projects should be individually graded.
Parameters: individGraded - -true if projects are individually graded, false if grades are given to the group.
setInstructions
public void setInstructions(String instructions)(Code)
Set the instructions for the Assignment.
Parameters: instructions - -The Assignment's instructions.
Set the maximum grade for grade type = SCORE_GRADE_TYPE(3)
Parameters: maxPoints - -The maximum grade score.
setReleaseGrades
public void setReleaseGrades(boolean release)(Code)
Sets whether grades can be released once submissions are graded.
Parameters: release - -true if grades can be released once submission are graded, false if they must be released manually.
setTimeLastModified
public void setTimeLastModified(Time lastmod)(Code)
Set the time last modified.
Parameters: lastmod - -The Time at which the Content was last modified.