Interface AssessmentAccessControlIfc
-
- All Superinterfaces:
Serializable
public interface AssessmentAccessControlIfc extends Serializable
This keeps track of the submission scheme, and the number allowed.- Author:
- Rachel Gollub
-
-
Field Summary
Fields Modifier and Type Field Description static IntegerACCEPT_LATE_SUBMISSIONstatic StringANONYMOUS_USERSstatic IntegerAUTO_SAVEstatic IntegerAUTO_SUBMITstatic IntegerBY_ASSESSMENTstatic IntegerBY_PARTstatic IntegerBY_QUESTIONstatic IntegerCONTINUOUS_NUMBERINGstatic IntegerDISPLAY_ITEM_SCORE_DURING_ASSESSMENTstatic IntegerDO_NOT_AUTO_SUBMITstatic IntegerDO_NOT_TIMED_ASSESSMENTstatic IntegerHIDE_ITEM_SCORE_DURING_ASSESSMENTstatic IntegerLIMITED_SUBMISSIONSstatic IntegerLINEAR_ACCESSstatic IntegerMARK_FOR_REVIEWstatic IntegerNO_EDITstatic IntegerNOT_ACCEPT_LATE_SUBMISSIONstatic IntegerNOT_MARK_FOR_REVIEWstatic IntegerRANDOM_ACCESSstatic StringRELEASE_TO_SELECTED_GROUPSstatic IntegerRESTART_NUMBERING_BY_PARTstatic IntegerSAVE_ON_CLICKstatic IntegerTIMED_ASSESSMENTstatic IntegerUNLIMITED_SUBMISSIONSstatic IntegerUNLIMITED_SUBMISSIONS_ALLOWED
-
Method Summary
-
-
-
Field Detail
-
NO_EDIT
static final Integer NO_EDIT
-
TIMED_ASSESSMENT
static final Integer TIMED_ASSESSMENT
-
DO_NOT_TIMED_ASSESSMENT
static final Integer DO_NOT_TIMED_ASSESSMENT
-
AUTO_SUBMIT
static final Integer AUTO_SUBMIT
-
DO_NOT_AUTO_SUBMIT
static final Integer DO_NOT_AUTO_SUBMIT
-
SAVE_ON_CLICK
static final Integer SAVE_ON_CLICK
-
AUTO_SAVE
static final Integer AUTO_SAVE
-
LINEAR_ACCESS
static final Integer LINEAR_ACCESS
-
RANDOM_ACCESS
static final Integer RANDOM_ACCESS
-
BY_QUESTION
static final Integer BY_QUESTION
-
BY_PART
static final Integer BY_PART
-
BY_ASSESSMENT
static final Integer BY_ASSESSMENT
-
CONTINUOUS_NUMBERING
static final Integer CONTINUOUS_NUMBERING
-
RESTART_NUMBERING_BY_PART
static final Integer RESTART_NUMBERING_BY_PART
-
DISPLAY_ITEM_SCORE_DURING_ASSESSMENT
static final Integer DISPLAY_ITEM_SCORE_DURING_ASSESSMENT
-
HIDE_ITEM_SCORE_DURING_ASSESSMENT
static final Integer HIDE_ITEM_SCORE_DURING_ASSESSMENT
-
MARK_FOR_REVIEW
static final Integer MARK_FOR_REVIEW
-
NOT_MARK_FOR_REVIEW
static final Integer NOT_MARK_FOR_REVIEW
-
UNLIMITED_SUBMISSIONS_ALLOWED
static final Integer UNLIMITED_SUBMISSIONS_ALLOWED
-
UNLIMITED_SUBMISSIONS
static final Integer UNLIMITED_SUBMISSIONS
-
LIMITED_SUBMISSIONS
static final Integer LIMITED_SUBMISSIONS
-
ACCEPT_LATE_SUBMISSION
static final Integer ACCEPT_LATE_SUBMISSION
-
NOT_ACCEPT_LATE_SUBMISSION
static final Integer NOT_ACCEPT_LATE_SUBMISSION
-
RELEASE_TO_SELECTED_GROUPS
static final String RELEASE_TO_SELECTED_GROUPS
- See Also:
- Constant Field Values
-
ANONYMOUS_USERS
static final String ANONYMOUS_USERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
Long getId()
-
setId
void setId(Long id)
-
setAssessmentBase
void setAssessmentBase(AssessmentBaseIfc assessmentBase)
-
getAssessmentBase
AssessmentBaseIfc getAssessmentBase()
-
getSubmissionsAllowed
Integer getSubmissionsAllowed()
-
setSubmissionsAllowed
void setSubmissionsAllowed(Integer submissionsAllowed)
-
getSubmissionsSaved
Integer getSubmissionsSaved()
-
setSubmissionsSaved
void setSubmissionsSaved(Integer submissionsSaved)
-
getAssessmentFormat
Integer getAssessmentFormat()
-
setAssessmentFormat
void setAssessmentFormat(Integer assessmentFormat)
-
getBookMarkingItem
Integer getBookMarkingItem()
-
setBookMarkingItem
void setBookMarkingItem(Integer bookMarkingItem)
-
getTimeLimit
Integer getTimeLimit()
-
setTimeLimit
void setTimeLimit(Integer timeLimit)
-
getTimedAssessment
Integer getTimedAssessment()
-
setRetryAllowed
void setRetryAllowed(Integer retryAllowed)
-
getRetryAllowed
Integer getRetryAllowed()
-
setLateHandling
void setLateHandling(Integer lateHandling)
-
getLateHandling
Integer getLateHandling()
-
setInstructorNotification
void setInstructorNotification(Integer instructorNotification)
-
getInstructorNotification
Integer getInstructorNotification()
-
setTimedAssessment
void setTimedAssessment(Integer timedAssessment)
-
getStartDate
Date getStartDate()
-
setStartDate
void setStartDate(Date startDate)
-
getDueDate
Date getDueDate()
-
setDueDate
void setDueDate(Date dueDate)
-
getScoreDate
Date getScoreDate()
-
setScoreDate
void setScoreDate(Date scoreDate)
-
getFeedbackDate
Date getFeedbackDate()
-
setFeedbackDate
void setFeedbackDate(Date feedbackDate)
-
getFeedbackEndDate
Date getFeedbackEndDate()
-
setFeedbackEndDate
void setFeedbackEndDate(Date feedbackEndDate)
-
getFeedbackScoreThreshold
Double getFeedbackScoreThreshold()
-
setFeedbackScoreThreshold
void setFeedbackScoreThreshold(Double feedbackScoreThreshold)
-
getRetractDate
Date getRetractDate()
-
setRetractDate
void setRetractDate(Date retractDate)
-
setAutoSubmit
void setAutoSubmit(Integer autoSubmit)
-
getAutoSubmit
Integer getAutoSubmit()
-
setItemNavigation
void setItemNavigation(Integer itemNavigation)
-
getItemNavigation
Integer getItemNavigation()
-
setItemNumbering
void setItemNumbering(Integer itemNumbering)
-
getItemNumbering
Integer getItemNumbering()
-
setDisplayScoreDuringAssessments
void setDisplayScoreDuringAssessments(Integer displayScore)
-
getDisplayScoreDuringAssessments
Integer getDisplayScoreDuringAssessments()
-
setSubmissionMessage
void setSubmissionMessage(String submissionMessage)
-
getSubmissionMessage
String getSubmissionMessage()
-
getReleaseTo
String getReleaseTo()
-
setReleaseTo
void setReleaseTo(String releaseTo)
-
getPassword
String getPassword()
-
setPassword
void setPassword(String password)
-
setFinalPageUrl
void setFinalPageUrl(String finalPageUrl)
-
getFinalPageUrl
String getFinalPageUrl()
-
getUnlimitedSubmissions
Boolean getUnlimitedSubmissions()
-
setUnlimitedSubmissions
void setUnlimitedSubmissions(Boolean unlimitedSubmissions)
-
getMarkForReview
Integer getMarkForReview()
-
setMarkForReview
void setMarkForReview(Integer markForReview)
-
getHonorPledge
Boolean getHonorPledge()
-
setHonorPledge
void setHonorPledge(Boolean honorPledge)
-
-