|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.ui.bean.author.MetaDataBean
public class MetaDataBean
Copyright: Copyright (c) 2004 Sakai
| Constructor Summary | |
|---|---|
MetaDataBean()
|
|
| Method Summary | |
|---|---|
String |
getAllowedIP()
allowed IP addresses, '\n' delimited |
ArrayList |
getAllowedIPList()
derived property list of IP address strings |
boolean |
getCollectItemMetadata()
collect item metadata? |
String |
getEnableDisableAssessmentOrganization()
assessment organization flag I=each item (question) is on a separate page S=each section (part) is on a separate page A=assessment on a single page |
String |
getKeywords()
keywords |
int |
getMaxAttempts()
maximum tries |
String |
getObjectives()
objectives |
String |
getPassword()
password to restrict to |
String |
getRubrics()
rubrics |
String |
getUserName()
user name to restrict to |
boolean |
isAnonymousGrading()
anonymous grading? |
boolean |
isAutoSubmit()
autosubmit? |
boolean |
isCollectSectionMetadata()
collect section metadata? |
boolean |
isConsiderAllowIP()
consider ip address |
boolean |
isConsiderUserId()
consider user id |
boolean |
isDisplayNumberingContinuous()
continuous numbering? |
boolean |
isFeedbackImmediate()
immediate feedback? |
boolean |
isFeedbackShowCorrectResponse()
show correct response? |
boolean |
isFeedbackShowGraderComment()
grader comments? |
boolean |
isFeedbackShowItemLevel()
item level feedback? |
boolean |
isFeedbackShowQuestion()
show question feedback? |
boolean |
isFeedbackShowResponse()
feedback response? |
boolean |
isFeedbackShowSelectionLevel()
selection level feedback? |
boolean |
isFeedbackShowStats()
show statistics and histograms? |
boolean |
isFeedbackShowStudentQuestionScore()
show student Question score? |
boolean |
isFeedbackShowStudentScore()
show student score? |
boolean |
isNavigationRandom()
random navigation? |
boolean |
isRecordHighestScore()
record highest score |
boolean |
isUnlimitedAttempts()
unlimited tries? |
void |
setAllowedIP(String allowedIP)
allowed IP addresses, '\n' delimited |
void |
setAnonymousGrading(boolean anonymousGrading)
anonymous grading? |
void |
setAutoSubmit(boolean autoSubmit)
autosubmit? |
void |
setCollectItemMetadata(boolean collectItemMetadata)
collect item metadata? |
void |
setCollectSectionMetadata(boolean collectSectionMetadata)
collect section metadata? |
void |
setConsiderAllowIP(boolean considerAllowIP)
consider ip address |
void |
setConsiderUserId(boolean considerUserId)
consider user id |
void |
setDisplayNumberingContinuous(boolean displayNumberingContinuous)
continuous numbering? |
void |
setEnableDisableAssessmentOrganization(String enableDisableAssessmentOrganization)
set assessment organization flag I=each item (question) is on a separate page S=each section (part) is on a separate page A=assessment on a single page |
void |
setFeedbackImmediate(boolean feedbackImmediate)
set immediate feedback |
void |
setFeedbackShowCorrectResponse(boolean feedbackShowCorrectResponse)
show correct response? |
void |
setFeedbackShowGraderComment(boolean feedbackShowGraderComment)
grader comments? |
void |
setFeedbackShowItemLevel(boolean feedbackShowItemLevel)
item level feedback? |
void |
setFeedbackShowQuestion(boolean feedbackShowQuestion)
show question feedback? |
void |
setFeedbackShowResponse(boolean feedbackShowResponse)
feedback response? |
void |
setFeedbackShowSelectionLevel(boolean feedbackShowSelectionLevel)
selection level feedback? |
void |
setFeedbackShowStats(boolean feedbackShowStats)
show statistics and histograms? |
void |
setFeedbackShowStudentQuestionScore(boolean feedbackShowStudentQuestionScore)
show student Question score? |
void |
setFeedbackShowStudentScore(boolean feedbackShowStudentScore)
show student score? |
void |
setKeywords(String keywords)
keywords |
void |
setMaxAttempts(int maxAttempts)
maximum tries |
void |
setNavigationRandom(boolean navigationRandom)
random navigation? |
void |
setObjectives(String objectives)
objectives |
void |
setPassword(String password)
password to restrict to |
void |
setRecordHighestScore(boolean recordHighestScore)
record highest score |
void |
setRubrics(String rubrics)
rubrics |
void |
setUnlimitedAttempts(boolean unlimitedAttempts)
unlimited tries? |
void |
setUserName(String userName)
user name to restrict to |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaDataBean()
| Method Detail |
|---|
public boolean isConsiderUserId()
public void setConsiderUserId(boolean considerUserId)
considerUserId - true or falsepublic boolean isConsiderAllowIP()
public void setConsiderAllowIP(boolean considerAllowIP)
considerAllowIP - consider ip addresspublic boolean isAutoSubmit()
public void setAutoSubmit(boolean autoSubmit)
autoSubmit - public boolean isFeedbackShowCorrectResponse()
public void setFeedbackShowCorrectResponse(boolean feedbackShowCorrectResponse)
feedbackShowCorrectResponse - show correct responsepublic boolean isFeedbackShowStudentScore()
public void setFeedbackShowStudentScore(boolean feedbackShowStudentScore)
feedbackShowStudentScore - public boolean isFeedbackShowStudentQuestionScore()
public void setFeedbackShowStudentQuestionScore(boolean feedbackShowStudentQuestionScore)
feedbackShowStudentQuestionScore - public boolean isFeedbackShowItemLevel()
public void setFeedbackShowItemLevel(boolean feedbackShowItemLevel)
feedbackShowItemLevel - public boolean isFeedbackShowSelectionLevel()
public void setFeedbackShowSelectionLevel(boolean feedbackShowSelectionLevel)
feedbackShowSelectionLevel - public boolean isFeedbackShowGraderComment()
public void setFeedbackShowGraderComment(boolean feedbackShowGraderComment)
feedbackShowGraderComment - public boolean isFeedbackShowStats()
public void setFeedbackShowStats(boolean feedbackShowStats)
feedbackShowStats - public boolean isFeedbackShowQuestion()
public void setFeedbackShowQuestion(boolean feedbackShowQuestion)
feedbackShowQuestion - public boolean isFeedbackShowResponse()
public void setFeedbackShowResponse(boolean feedbackShowResponse)
feedbackShowResponse - public boolean isAnonymousGrading()
public void setAnonymousGrading(boolean anonymousGrading)
anonymousGrading - public boolean isCollectSectionMetadata()
public void setCollectSectionMetadata(boolean collectSectionMetadata)
collectSectionMetadata - public boolean getCollectItemMetadata()
public void setCollectItemMetadata(boolean collectItemMetadata)
collectItemMetadata - public String getAllowedIP()
public void setAllowedIP(String allowedIP)
allowedIP - allowed IP addresses, '\n' delimitedpublic ArrayList getAllowedIPList()
public String getUserName()
public void setUserName(String userName)
userName - user name to restrict topublic String getPassword()
public void setPassword(String password)
password - password to restrict topublic String getEnableDisableAssessmentOrganization()
public void setEnableDisableAssessmentOrganization(String enableDisableAssessmentOrganization)
enableDisableAssessmentOrganization - should be "I", "S" or "A"public boolean isDisplayNumberingContinuous()
public void setDisplayNumberingContinuous(boolean displayNumberingContinuous)
displayNumberingContinuous - public boolean isNavigationRandom()
public void setNavigationRandom(boolean navigationRandom)
navigationRandom - public boolean isUnlimitedAttempts()
public void setUnlimitedAttempts(boolean unlimitedAttempts)
unlimitedAttempts - public int getMaxAttempts()
public void setMaxAttempts(int maxAttempts)
maxAttempts - public boolean isFeedbackImmediate()
public void setFeedbackImmediate(boolean feedbackImmediate)
feedbackImmediate - public boolean isRecordHighestScore()
public void setRecordHighestScore(boolean recordHighestScore)
recordHighestScore - if true, false if use averagepublic String getKeywords()
public void setKeywords(String keywords)
keywords - public String getObjectives()
public void setObjectives(String objectives)
objectives - public String getRubrics()
public void setRubrics(String rubrics)
rubrics -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||