public interface AssessmentAccessControlIfc extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
ACCEPT_LATE_SUBMISSION |
static Integer |
AUTO_SAVE |
static Integer |
AUTO_SUBMIT |
static Integer |
BY_ASSESSMENT |
static Integer |
BY_PART |
static Integer |
BY_QUESTION |
static Integer |
CONTINUOUS_NUMBERING |
static Integer |
DISPLAY_ITEM_SCORE_DURING_ASSESSMENT |
static Integer |
DO_NOT_AUTO_SUBMIT |
static Integer |
DO_NOT_TIMED_ASSESSMENT |
static Integer |
HIDE_ITEM_SCORE_DURING_ASSESSMENT |
static Integer |
LIMITED_SUBMISSIONS |
static Integer |
LINEAR_ACCESS |
static Integer |
MARK_FOR_REVIEW |
static Integer |
NO_EDIT |
static Integer |
NOT_ACCEPT_LATE_SUBMISSION |
static Integer |
NOT_MARK_FOR_REVIEW |
static Integer |
RANDOM_ACCESS |
static String |
RELEASE_TO_SELECTED_GROUPS |
static Integer |
RESTART_NUMBERING_BY_PART |
static Integer |
SAVE_ON_CLICK |
static Integer |
TIMED_ASSESSMENT |
static Integer |
UNLIMITED_SUBMISSIONS |
static Integer |
UNLIMITED_SUBMISSIONS_ALLOWED |
static final Integer NO_EDIT
static final Integer TIMED_ASSESSMENT
static final Integer DO_NOT_TIMED_ASSESSMENT
static final Integer AUTO_SUBMIT
static final Integer DO_NOT_AUTO_SUBMIT
static final Integer SAVE_ON_CLICK
static final Integer AUTO_SAVE
static final Integer LINEAR_ACCESS
static final Integer RANDOM_ACCESS
static final Integer BY_QUESTION
static final Integer BY_PART
static final Integer BY_ASSESSMENT
static final Integer CONTINUOUS_NUMBERING
static final Integer RESTART_NUMBERING_BY_PART
static final Integer DISPLAY_ITEM_SCORE_DURING_ASSESSMENT
static final Integer HIDE_ITEM_SCORE_DURING_ASSESSMENT
static final Integer MARK_FOR_REVIEW
static final Integer NOT_MARK_FOR_REVIEW
static final Integer UNLIMITED_SUBMISSIONS_ALLOWED
static final Integer UNLIMITED_SUBMISSIONS
static final Integer LIMITED_SUBMISSIONS
static final Integer ACCEPT_LATE_SUBMISSION
static final Integer NOT_ACCEPT_LATE_SUBMISSION
static final String RELEASE_TO_SELECTED_GROUPS
Long getId()
void setId(Long id)
void setAssessmentBase(AssessmentBaseIfc assessmentBase)
AssessmentBaseIfc getAssessmentBase()
Integer getSubmissionsAllowed()
void setSubmissionsAllowed(Integer submissionsAllowed)
Integer getSubmissionsSaved()
void setSubmissionsSaved(Integer submissionsSaved)
Integer getAssessmentFormat()
void setAssessmentFormat(Integer assessmentFormat)
Integer getBookMarkingItem()
void setBookMarkingItem(Integer bookMarkingItem)
Integer getTimeLimit()
void setTimeLimit(Integer timeLimit)
Integer getTimedAssessment()
void setRetryAllowed(Integer retryAllowed)
Integer getRetryAllowed()
void setLateHandling(Integer lateHandling)
Integer getLateHandling()
void setInstructorNotification(Integer instructorNotification)
Integer getInstructorNotification()
void setTimedAssessment(Integer timedAssessment)
Date getStartDate()
void setStartDate(Date startDate)
Date getDueDate()
void setDueDate(Date dueDate)
Date getScoreDate()
void setScoreDate(Date scoreDate)
Date getFeedbackDate()
void setFeedbackDate(Date feedbackDate)
Date getRetractDate()
void setRetractDate(Date retractDate)
void setAutoSubmit(Integer autoSubmit)
Integer getAutoSubmit()
void setItemNavigation(Integer itemNavigation)
Integer getItemNavigation()
void setItemNumbering(Integer itemNumbering)
Integer getItemNumbering()
void setDisplayScoreDuringAssessments(Integer displayScore)
Integer getDisplayScoreDuringAssessments()
void setSubmissionMessage(String submissionMessage)
String getSubmissionMessage()
String getReleaseTo()
void setReleaseTo(String releaseTo)
String getPassword()
void setPassword(String password)
void setFinalPageUrl(String finalPageUrl)
String getFinalPageUrl()
Boolean getUnlimitedSubmissions()
void setUnlimitedSubmissions(Boolean unlimitedSubmissions)
Integer getMarkForReview()
void setMarkForReview(Integer markForReview)
Boolean getHonorPledge()
void setHonorPledge(Boolean honorPledge)
Copyright © 2005–2016 Sakai Project. All rights reserved.