public class SettingsDeliveryBean extends Object implements Serializable
| Constructor and Description |
|---|
SettingsDeliveryBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
checkColor(String color,
String defaultcolor) |
boolean |
getAutoSubmit()
Is this auto-submit? Is auto submit turned on?
|
String |
getBackground() |
String |
getBgcolor() |
String |
getDivBackground() |
String |
getDivBgcolor() |
Date |
getDueDate()
Due date for assessment.
|
Date |
getFeedbackDate()
Feedback date for assessment.
|
Set |
getIpAddresses()
Set of IP Addresses.
|
String |
getItemNumbering() |
int |
getMaxAttempts()
Maximum number of attemtps allowed.
|
String |
getPassword()
if required, assessment password
|
String |
getSubmissionMessage()
Displayed on submission to grading.
|
String |
getUsername()
if required, assessment user name
|
boolean |
isAutoSave()
Is auto save turned on?
|
boolean |
isFormatByAssessment()
Is there the entire assessment on one page?
|
boolean |
isFormatByPart()
Is there one part per page?
|
boolean |
isFormatByQuestion()
Is there one question per page?
|
boolean |
isUnlimitedAttempts()
No limit to number of attempts.
|
void |
setAssessmentAccessControl(PublishedAssessmentIfc pubAssessment) |
void |
setAutoSave(boolean autoSave)
Is auto save turned on?
|
void |
setAutoSubmit(boolean autoSubmit)
Is auto submit turned on?
|
void |
setBackground(String bg) |
void |
setBgcolor(String color) |
void |
setDueDate(Date dueDate)
Set assessment due date.
|
void |
setFeedbackDate(Date feedbackDate)
the date at which to display feedback
|
void |
setFormatByAssessment(boolean formatByAssessment)
Is there the entire assessment on one page?
|
void |
setFormatByPart(boolean formatByPart)
Is there one part per page?
|
void |
setFormatByQuestion(boolean formatByQuestion)
Is there one question per page?
|
void |
setIpAddresses(Set set)
Set list of IP Addresses.
|
void |
setItemNumbering(String numbering) |
void |
setMaxAttempts(int maxAttempts)
Maximum number of attemtps allowed.
|
void |
setPassword(String string)
if required, assessment password
|
void |
setSubmissionMessage(String submissionMessage)
Message on submission to grading.
|
void |
setUnlimitedAttempts(boolean unlimitedAttempts)
Limit to number of attempts.
|
void |
setUsername(String string)
if required, assessment user name
|
public int getMaxAttempts()
public void setMaxAttempts(int maxAttempts)
string - public boolean getAutoSubmit()
public boolean isAutoSave()
public Date getDueDate()
public Date getFeedbackDate()
public void setAutoSubmit(boolean autoSubmit)
boolean - autoSubmitpublic void setAutoSave(boolean autoSave)
boolean - autoSavepublic void setDueDate(Date dueDate)
due - datepublic void setFeedbackDate(Date feedbackDate)
the - date at which to display feedbackpublic String getPassword()
public String getUsername()
public void setPassword(String string)
string - assessment passwordpublic void setUsername(String string)
string - assessment user namepublic Set getIpAddresses()
public void setIpAddresses(Set set)
string - list of IP Addresses.public boolean isUnlimitedAttempts()
public void setUnlimitedAttempts(boolean unlimitedAttempts)
unlimitedAttempts - public boolean isFormatByPart()
public void setFormatByPart(boolean formatByPart)
formatByPart - Is there one part per page?public boolean isFormatByQuestion()
public void setFormatByQuestion(boolean formatByQuestion)
formatByQuestion - Is there one question per page?public boolean isFormatByAssessment()
public void setFormatByAssessment(boolean formatByAssessment)
formatByAssessment - Is there the entire assessment on one page if true.public String getSubmissionMessage()
public void setSubmissionMessage(String submissionMessage)
submissionMessage - displayed on submission to grading.public String getBgcolor()
public void setBgcolor(String color)
public String getBackground()
public void setBackground(String bg)
public String getDivBgcolor()
public String getDivBackground()
public String getItemNumbering()
public void setItemNumbering(String numbering)
public void setAssessmentAccessControl(PublishedAssessmentIfc pubAssessment)
Copyright © 2005-2014 Sakai Project. All Rights Reserved.