public class HistogramScoresBean extends Object implements Serializable
JSF bean for displaying the Histogram page.
| Constructor and Description |
|---|
HistogramScoresBean()
Creates a new HistogramScoresBean object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToLowerQuartileStudents(String agentId) |
void |
addToUpperQuartileStudents(String agentId) |
void |
clearLowerQuartileStudents() |
void |
clearUpperQuartileStudents() |
String |
getAdjustedScore()
ge the adjusted score
|
String |
getAgent()
get the agent
|
String |
getAllSubmissions()
all submissions
|
int |
getArrayLength()
set the agent
|
int |
getAssesmentPartCount() |
List<PublishedSectionData> |
getAssesmentParts() |
String |
getAssessmentId()
assessment id
|
String |
getAssessmentName()
assessment name
|
int[] |
getColumnHeight()
height of bars, if running vertically, width if horizonatl
|
Collection |
getDetailedStatistics() |
String |
getGroupName()
group name
|
String |
getHasNav()
hasNav
|
HistogramBarBean[] |
getHistogramBars()
HistogramBar arrray
|
HistogramQuestionScoresBean[] |
getHistogramQuestions()
get histogram quesions
|
Collection<HistogramQuestionScoresBean> |
getInfo()
the a collection of information
|
int |
getInterval()
get the interval
|
String |
getItemId()
Get item id for QuestionScores.
|
String |
getLowerQuartile()
get the lower quartile
|
Map |
getLowerQuartileStudents() |
int |
getMaxNumberOfAnswers() |
String |
getMaxScore()
get the maximum score
|
String |
getMean()
get the mean
|
String |
getMedian()
get the median
|
String |
getMode()
get the mode
|
int |
getNumberOfLowerQuartileStudents() |
int |
getNumberOfUpperQuartileStudents() |
int |
getNumResponses()
number of responses
|
int[] |
getNumStudentCollection()
number of students for bars
|
Collection<HistogramQuestionScoresBean> |
getPartInfo()
the a collection of information for the active part
|
String |
getPartNumber()
get the part number
|
String |
getPublishedId()
get published id
|
String |
getQ1()
get the first quartile
|
String |
getQ2()
get the second quartile
|
String |
getQ3()
get teh third quartile
|
String |
getQ4()
get the fourth quartile
|
String |
getQuestionNumber()
get the question number
|
boolean |
getRandomType() |
String |
getRange()
get the range
|
String[] |
getRangeCollection()
range info for bars
|
String |
getRoundedTotalPossibleScore() |
List<javax.faces.model.SelectItem> |
getSelectItemParts() |
boolean |
getShowDiscriminationColumn() |
boolean |
getShowPartAndTotalScoreSpreadsheetColumns() |
String |
getStandDev()
get the standard deviation
|
String |
getTotalPossibleScore()
get the total possible score
|
String |
getTotalScore()
get the total score
|
String |
getUndisplayedStudentResponseInItemAnalysisColumnHeader() |
String |
getUpperQuartile()
get the upper quartile
|
Map |
getUpperQuartileStudents() |
boolean |
isLowerQuartileStudent(String agentId) |
boolean |
isUpperQuartileStudent(String agentId) |
void |
setAdjustedScore(String padjustedScore)
set the adjusted score
|
void |
setAgent(String pagent)
number of responses
|
void |
setAllSubmissions(String pallSubmissions)
all submissions
|
void |
setArrayLength(int parrayLength)
set the array lenght
|
void |
setAssesmentParts(List<PublishedSectionData> assesmentParts) |
void |
setAssessmentId(String passessmentId)
assessment id
|
void |
setAssessmentName(String passessmentName)
assessment name
|
void |
setColumnHeight(int[] pcolumnHeight)
height of bars
|
void |
setDetailedStatistics(Collection detailedStatistics) |
void |
setGroupName(String pgroupName)
group name
|
void |
setHasNav(String phasNav)
hasNav
|
void |
setHistogramBars(HistogramBarBean[] bars)
HistogramBar arrray
|
void |
setHistogramQuestions(HistogramQuestionScoresBean[] phistogramQuestions)
set histogram questions name
|
void |
setInfo(Collection<HistogramQuestionScoresBean> pinfo)
set the info
|
void |
setInterval(int pinterval)
set the interval
|
void |
setItemId(String newId)
Set item id for QuestionScores.
|
void |
setLowerQuartile(String plowerQuartile)
lower quartile
|
void |
setMaxNumberOfAnswers(int maxNumberOfAnswers) |
void |
setMaxScore(String pmaxScore)
set the maximum score
|
void |
setMean(String pmean)
set the mean
|
void |
setMedian(String pmedian)
set the median
|
void |
setMode(String pmode)
set the mode
|
void |
setNumResponses(int pnumResponses)
number of responses
|
void |
setNumStudentCollection(int[] pnumStudent)
number of students for bars
|
void |
setPartNumber(String ppartNumber)
set the part number
|
void |
setPublishedId(String ppublishedId)
set published id
|
void |
setQ1(String pq1)
set the first quartile
|
void |
setQ2(String pq2)
set the second quartile
|
void |
setQ3(String pq3)
set the third quartile
|
void |
setQ4(String pq4)
set the fourth quartile
|
void |
setQuestionNumber(String pquestionNumber)
set the question number
|
void |
setRandomType(boolean param) |
void |
setRange(String prange)
set the range
|
void |
setRangeCollection(String[] prange)
range info for bars
|
void |
setStandDev(String pstandDev)
the standard deviation
|
void |
setTotalPossibleScore(String ptotalScore)
set the total possible score
|
void |
setTotalScore(String ptotalScore)
set the total score
|
void |
setUpperQuartile(String pupperQuartile)
set the upper quartile
|
public HistogramScoresBean()
public void setAgent(String pagent)
pagent - number of responsespublic String getAgent()
public String getAssessmentName()
public void setAssessmentName(String passessmentName)
passessmentName - assessment namepublic HistogramQuestionScoresBean[] getHistogramQuestions()
public void setHistogramQuestions(HistogramQuestionScoresBean[] phistogramQuestions)
phistogramQuestions - HistogramQuestionScoresBean[]public String getAssessmentId()
public void setAssessmentId(String passessmentId)
passessmentId - assessment idpublic String getPublishedId()
public void setPublishedId(String ppublishedId)
passessmentId - the idpublic String getItemId()
public void setItemId(String newId)
public String getGroupName()
public void setGroupName(String pgroupName)
pgroupName - group namepublic String getHasNav()
public void setHasNav(String phasNav)
hasNav - public boolean getRandomType()
public void setRandomType(boolean param)
public String getAllSubmissions()
public void setAllSubmissions(String pallSubmissions)
pallSubmissions - all submissionspublic String[] getRangeCollection()
public void setRangeCollection(String[] prange)
prange - range info for barspublic int[] getNumStudentCollection()
public void setNumStudentCollection(int[] pnumStudent)
pnumStudent - number of students for barspublic int[] getColumnHeight()
public void setColumnHeight(int[] pcolumnHeight)
pcolumnHeight - height of barspublic int getArrayLength()
public void setArrayLength(int parrayLength)
parrayLength - the lenghtpublic int getInterval()
public void setInterval(int pinterval)
pinterval - the intervalpublic Collection<HistogramQuestionScoresBean> getInfo()
public void setInfo(Collection<HistogramQuestionScoresBean> pinfo)
pinfo - the infopublic Collection<HistogramQuestionScoresBean> getPartInfo()
public String getMaxScore()
public void setMaxScore(String pmaxScore)
pmaxScore - the max scorepublic String getTotalScore()
public void setTotalScore(String ptotalScore)
ptotalScore - the total scorepublic String getTotalPossibleScore()
public String getRoundedTotalPossibleScore()
public void setTotalPossibleScore(String ptotalScore)
ptotalScore - the total possible scorepublic String getAdjustedScore()
public void setAdjustedScore(String padjustedScore)
padjustedScore - the adjusted scorepublic String getQuestionNumber()
public void setQuestionNumber(String pquestionNumber)
pquestionNumber - the question numberpublic String getPartNumber()
public void setPartNumber(String ppartNumber)
ppartNumber - the part numberpublic String getMean()
public void setMean(String pmean)
pmean - the meanpublic String getMedian()
public void setMedian(String pmedian)
pmedian - the medianpublic String getMode()
public void setMode(String pmode)
pmode - the modepublic String getStandDev()
public void setStandDev(String pstandDev)
pstandDev - the standard deviationpublic String getLowerQuartile()
public void setLowerQuartile(String plowerQuartile)
plowerQuartile - lower quartilepublic String getUpperQuartile()
public void setUpperQuartile(String pupperQuartile)
pupperQuartile - the upper quartilepublic String getQ1()
public void setQ1(String pq1)
pq1 - the first quartilepublic String getQ2()
public void setQ2(String pq2)
pq2 - the second quartilepublic String getQ3()
public void setQ3(String pq3)
pq3 - the third quartilepublic String getQ4()
public void setQ4(String pq4)
pq4 - the fourth quartilepublic String getRange()
public void setRange(String prange)
prange - rangepublic int getNumResponses()
public void setNumResponses(int pnumResponses)
pnumResponses - number of responsespublic HistogramBarBean[] getHistogramBars()
public void setHistogramBars(HistogramBarBean[] bars)
bars - HistogramBar arrraypublic void addToUpperQuartileStudents(String agentId)
public boolean isUpperQuartileStudent(String agentId)
public Map getUpperQuartileStudents()
public int getNumberOfUpperQuartileStudents()
public void addToLowerQuartileStudents(String agentId)
public boolean isLowerQuartileStudent(String agentId)
public Map getLowerQuartileStudents()
public int getNumberOfLowerQuartileStudents()
public void clearUpperQuartileStudents()
public void clearLowerQuartileStudents()
public int getMaxNumberOfAnswers()
public void setMaxNumberOfAnswers(int maxNumberOfAnswers)
public Collection getDetailedStatistics()
public void setDetailedStatistics(Collection detailedStatistics)
public boolean getShowDiscriminationColumn()
public boolean getShowPartAndTotalScoreSpreadsheetColumns()
public String getUndisplayedStudentResponseInItemAnalysisColumnHeader()
public List<PublishedSectionData> getAssesmentParts()
public void setAssesmentParts(List<PublishedSectionData> assesmentParts)
assesmentParts - the assesmentParts to setpublic List<javax.faces.model.SelectItem> getSelectItemParts()
public int getAssesmentPartCount()
Copyright © 2005-2014 Sakai Project. All Rights Reserved.