org.sakaiproject.tool.assessment.ui.bean.author
Class MetaDataBean

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.bean.author.MetaDataBean
All Implemented Interfaces:
Serializable

public class MetaDataBean
extends Object
implements Serializable

Copyright: Copyright (c) 2004 Sakai

Version:
$Id: MetaDataBean.java 59684 2009-04-03 23:33:27Z arwhyte@umich.edu $
Author:
Ed Smiley
See Also:
Serialized Form

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

MetaDataBean

public MetaDataBean()
Method Detail

isConsiderUserId

public boolean isConsiderUserId()
consider user id

Returns:
true or false

setConsiderUserId

public void setConsiderUserId(boolean considerUserId)
consider user id

Parameters:
considerUserId - true or false

isConsiderAllowIP

public boolean isConsiderAllowIP()
consider ip address

Returns:
true or false

setConsiderAllowIP

public void setConsiderAllowIP(boolean considerAllowIP)
consider ip address

Parameters:
considerAllowIP - consider ip address

isAutoSubmit

public boolean isAutoSubmit()
autosubmit?

Returns:
true or false

setAutoSubmit

public void setAutoSubmit(boolean autoSubmit)
autosubmit?

Parameters:
autoSubmit -

isFeedbackShowCorrectResponse

public boolean isFeedbackShowCorrectResponse()
show correct response?

Returns:
true or false

setFeedbackShowCorrectResponse

public void setFeedbackShowCorrectResponse(boolean feedbackShowCorrectResponse)
show correct response?

Parameters:
feedbackShowCorrectResponse - show correct response

isFeedbackShowStudentScore

public boolean isFeedbackShowStudentScore()
show student score?

Returns:
true or false

setFeedbackShowStudentScore

public void setFeedbackShowStudentScore(boolean feedbackShowStudentScore)
show student score?

Parameters:
feedbackShowStudentScore -

isFeedbackShowStudentQuestionScore

public boolean isFeedbackShowStudentQuestionScore()
show student Question score?

Returns:
true or false

setFeedbackShowStudentQuestionScore

public void setFeedbackShowStudentQuestionScore(boolean feedbackShowStudentQuestionScore)
show student Question score?

Parameters:
feedbackShowStudentQuestionScore -

isFeedbackShowItemLevel

public boolean isFeedbackShowItemLevel()
item level feedback?

Returns:
true or false

setFeedbackShowItemLevel

public void setFeedbackShowItemLevel(boolean feedbackShowItemLevel)
item level feedback?

Parameters:
feedbackShowItemLevel -

isFeedbackShowSelectionLevel

public boolean isFeedbackShowSelectionLevel()
selection level feedback?

Returns:
true or false

setFeedbackShowSelectionLevel

public void setFeedbackShowSelectionLevel(boolean feedbackShowSelectionLevel)
selection level feedback?

Parameters:
feedbackShowSelectionLevel -

isFeedbackShowGraderComment

public boolean isFeedbackShowGraderComment()
grader comments?

Returns:
true or false

setFeedbackShowGraderComment

public void setFeedbackShowGraderComment(boolean feedbackShowGraderComment)
grader comments?

Parameters:
feedbackShowGraderComment -

isFeedbackShowStats

public boolean isFeedbackShowStats()
show statistics and histograms?

Returns:
true or false

setFeedbackShowStats

public void setFeedbackShowStats(boolean feedbackShowStats)
show statistics and histograms?

Parameters:
feedbackShowStats -

isFeedbackShowQuestion

public boolean isFeedbackShowQuestion()
show question feedback?

Returns:
true or false

setFeedbackShowQuestion

public void setFeedbackShowQuestion(boolean feedbackShowQuestion)
show question feedback?

Parameters:
feedbackShowQuestion -

isFeedbackShowResponse

public boolean isFeedbackShowResponse()
feedback response?

Returns:
true or false

setFeedbackShowResponse

public void setFeedbackShowResponse(boolean feedbackShowResponse)
feedback response?

Parameters:
feedbackShowResponse -

isAnonymousGrading

public boolean isAnonymousGrading()
anonymous grading?

Returns:
true or false

setAnonymousGrading

public void setAnonymousGrading(boolean anonymousGrading)
anonymous grading?

Parameters:
anonymousGrading -

isCollectSectionMetadata

public boolean isCollectSectionMetadata()
collect section metadata?

Returns:
true or false

setCollectSectionMetadata

public void setCollectSectionMetadata(boolean collectSectionMetadata)
collect section metadata?

Parameters:
collectSectionMetadata -

getCollectItemMetadata

public boolean getCollectItemMetadata()
collect item metadata?

Returns:
true or false

setCollectItemMetadata

public void setCollectItemMetadata(boolean collectItemMetadata)
collect item metadata?

Parameters:
collectItemMetadata -

getAllowedIP

public String getAllowedIP()
allowed IP addresses, '\n' delimited

Returns:
allowed IP addresses, '\n' delimited

setAllowedIP

public void setAllowedIP(String allowedIP)
allowed IP addresses, '\n' delimited

Parameters:
allowedIP - allowed IP addresses, '\n' delimited

getAllowedIPList

public ArrayList getAllowedIPList()
derived property list of IP address strings

Returns:
list of IP address strings

getUserName

public String getUserName()
user name to restrict to

Returns:
name

setUserName

public void setUserName(String userName)
user name to restrict to

Parameters:
userName - user name to restrict to

getPassword

public String getPassword()
password to restrict to

Returns:
password to restrict to

setPassword

public void setPassword(String password)
password to restrict to

Parameters:
password - password to restrict to

getEnableDisableAssessmentOrganization

public String getEnableDisableAssessmentOrganization()
assessment organization flag

Returns:
"I", "S" or "A"

setEnableDisableAssessmentOrganization

public void setEnableDisableAssessmentOrganization(String enableDisableAssessmentOrganization)
set assessment organization flag

Parameters:
enableDisableAssessmentOrganization - should be "I", "S" or "A"

isDisplayNumberingContinuous

public boolean isDisplayNumberingContinuous()
continuous numbering?

Returns:
true or false

setDisplayNumberingContinuous

public void setDisplayNumberingContinuous(boolean displayNumberingContinuous)
continuous numbering?

Parameters:
displayNumberingContinuous -

isNavigationRandom

public boolean isNavigationRandom()
random navigation?

Returns:
true or false

setNavigationRandom

public void setNavigationRandom(boolean navigationRandom)
random navigation?

Parameters:
navigationRandom -

isUnlimitedAttempts

public boolean isUnlimitedAttempts()
unlimited tries?

Returns:
true or false

setUnlimitedAttempts

public void setUnlimitedAttempts(boolean unlimitedAttempts)
unlimited tries?

Parameters:
unlimitedAttempts -

getMaxAttempts

public int getMaxAttempts()
maximum tries

Returns:
true or false

setMaxAttempts

public void setMaxAttempts(int maxAttempts)
maximum tries

Parameters:
maxAttempts -

isFeedbackImmediate

public boolean isFeedbackImmediate()
immediate feedback?

Returns:
true or false

setFeedbackImmediate

public void setFeedbackImmediate(boolean feedbackImmediate)
set immediate feedback

Parameters:
feedbackImmediate -

isRecordHighestScore

public boolean isRecordHighestScore()
record highest score

Returns:
true or -- false in which record average

setRecordHighestScore

public void setRecordHighestScore(boolean recordHighestScore)
record highest score

Parameters:
recordHighestScore - if true, false if use average

getKeywords

public String getKeywords()
keywords

Returns:

setKeywords

public void setKeywords(String keywords)
keywords

Parameters:
keywords -

getObjectives

public String getObjectives()
objectives

Returns:

setObjectives

public void setObjectives(String objectives)
objectives

Parameters:
objectives -

getRubrics

public String getRubrics()
rubrics

Returns:

setRubrics

public void setRubrics(String rubrics)
rubrics

Parameters:
rubrics -


Copyright © 2005-2012 Sakai Project. All Rights Reserved.