|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.ui.bean.evaluation.HistogramQuestionScoresBean
public class HistogramQuestionScoresBean
Title: sakaiproject.org
Description: AAM - form class for edit/access.jsp
Copyright: Copyright (c) 2003
Used to be org.navigoproject.ui.web.form.evaluation.HistogramQuestionScoresForm.java
| Constructor Summary | |
|---|---|
HistogramQuestionScoresBean()
Creates a new HistogramQuestionScoresBean object. |
|
| Method Summary | |
|---|---|
void |
addStudentResponded(String agentId)
|
void |
addStudentWithAllCorrect(String agentId)
|
void |
clearStudentsResponded()
|
void |
clearStudentsWithAllCorrect()
|
String |
getAdjustedScore()
get the adjusted score |
String |
getAgent()
get the agent |
boolean |
getAllSubmissions()
all submissions |
int |
getArrayLength()
get the number of bars |
String |
getAssessmentId()
get the assessment id |
String |
getAssessmentName()
get the assessment name |
int[] |
getColumnHeight()
get column height, or width if horizontal |
String |
getCorrectAnswer()
get correct answer |
boolean |
getDetailedStats()
Do we show detailed statistics for this question |
String |
getDiscrimination()
|
String |
getGroupName()
get the group name |
HistogramBarBean[] |
getHistogramBars()
HistogramBar arrray |
Collection |
getInfo()
get info |
int |
getInterval()
get the interval |
Long |
getItemId()
|
String |
getLowerQuartile()
get the lower quartile |
String |
getMaxScore()
set the maximum score |
String |
getMean()
get mean |
String |
getMedian()
get median |
String |
getMode()
get mode |
String |
getN()
|
int |
getNumberOfParts()
|
int |
getNumberOfStudentsWithZeroAnswers()
|
int |
getNumResponses()
get the number of responses |
int[] |
getNumStudentCollection()
get the number of students for each bar |
String |
getPartNumber()
get the part number |
String |
getPercentCorrect()
get the percent correct |
String |
getPercentCorrectFromLowerQuartileStudents()
|
String |
getPercentCorrectFromUpperQuartileStudents()
|
String |
getPoolName()
get the pool name |
String |
getQ1()
get the first quartile |
String |
getQ2()
get the second quartile |
String |
getQ3()
get the third quartile |
String |
getQ4()
get the fourth quartile |
String |
getQuestionLabel()
|
String |
getQuestionNumber()
get the question number |
String |
getQuestionText()
get the question text |
String |
getQuestionType()
get the question type |
boolean |
getRandomType()
|
String |
getRange()
get range |
String[] |
getRangeCollection()
get the range collection |
boolean |
getShowPercentageCorrectAndDiscriminationFigures()
|
String |
getStandDev()
get the standard deviation |
String |
getStudentResponsesInUndisplayedItemAnalysisColumns()
|
Set |
getStudentsResponded()
|
Set |
getStudentsWithAllCorrect()
|
int |
getSumOfStudentResponsesInUndisplayedItemAnalysisColumns()
|
String |
getTitle()
get the question title |
int |
getTotalResponses()
get the total number of responses |
String |
getTotalScore()
get the total score |
String |
getUpperQuartile()
get the upper quartile |
void |
setAdjustedScore(String padjustedScore)
set the adjusted score |
void |
setAgent(String pagent)
set the agent |
void |
setAllSubmissions(boolean pallSubmissions)
all submissions |
void |
setArrayLength(int parrayLength)
set the number of bars |
void |
setAssessmentId(String passessmentId)
set the assessment id |
void |
setAssessmentName(String passessmentName)
set the assessment name |
void |
setColumnHeight(int[] pcolumnHeight)
set the column heigh array |
void |
setCorrectAnswer(String pcorrectAnswer)
set correct answer |
void |
setDetailedStats(boolean ignored)
|
void |
setDiscrimination(String discrimination)
|
void |
setGroupName(String pgroupName)
set the group name |
void |
setHistogramBars(HistogramBarBean[] bars)
HistogramBar array |
void |
setInfo(Collection pinfo)
set info |
void |
setInterval(int pinterval)
set the interval |
void |
setItemId(Long itemId)
|
void |
setLowerQuartile(String plowerQuartile)
set the lower quartile |
void |
setMaxScore(String pmaxScore)
set the maximum score |
void |
setMean(String pmean)
set mean |
void |
setMedian(String pmedian)
set median |
void |
setMode(String pmode)
set mode |
void |
setN(String n)
|
void |
setNumberOfParts(int numberOfParts)
|
void |
setNumberOfStudentsWithZeroAnswers(int numberOfStudentsWithZeroAnswers)
|
void |
setNumResponses(int pnumResponses)
set the number of responses |
void |
setNumStudentCollection(int[] pnumStudent)
set the number of students for each bar |
void |
setPartNumber(String ppartNumber)
set the part number |
void |
setPercentCorrect(String ppercentCorrect)
set the percent correct |
void |
setPercentCorrectFromLowerQuartileStudents(String percentCorrectFromLowerQuartileStudents)
|
void |
setPercentCorrectFromUpperQuartileStudents(String percentCorrectFromUpperQuartileStudents)
|
void |
setPoolName(String qpoolName)
set the the pool name |
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 |
setQuestionLabelFormat(String questionLabelFormat)
|
void |
setQuestionNumber(String pquestionNumber)
set the question number |
void |
setQuestionText(String pquestionText)
set the question text |
void |
setQuestionType(String pquestionType)
set the the question type |
void |
setRandomType(boolean param)
|
void |
setRange(String prange)
set range |
void |
setRangeCollection(String[] prange)
set the range collection |
void |
setStandDev(String pstandDev)
set the standard deviation |
void |
setTitle(String ptitle)
set the question title |
void |
setTotalResponses(int ptotalResponses)
set the total number of responses |
void |
setTotalScore(String ptotalScore)
set the total score |
void |
setUpperQuartile(String pupperQuartile)
set the upper quartile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistogramQuestionScoresBean()
| Method Detail |
|---|
public void setAgent(String pagent)
pagent - the agentpublic String getAgent()
public String getAssessmentName()
public void setAssessmentName(String passessmentName)
passessmentName - the namepublic String getTitle()
public void setTitle(String ptitle)
ptitle - The title.public String getAssessmentId()
public void setAssessmentId(String passessmentId)
passessmentId - the idpublic String getGroupName()
public boolean getAllSubmissions()
public void setAllSubmissions(boolean pallSubmissions)
pallSubmissions - all submissions true or falsepublic void setGroupName(String pgroupName)
pgroupName - the namepublic String[] getRangeCollection()
public void setRangeCollection(String[] prange)
prange - the range collectionpublic int[] getNumStudentCollection()
public void setNumStudentCollection(int[] pnumStudent)
pnumStudent - the nunber arraypublic int[] getColumnHeight()
public void setColumnHeight(int[] pcolumnHeight)
pcolumnHeight - the column height arraypublic int getArrayLength()
public void setArrayLength(int parrayLength)
parrayLength - numberpublic int getInterval()
public void setInterval(int pinterval)
pinterval - the intervalpublic Collection getInfo()
public void setInfo(Collection pinfo)
pinfo - infopublic String getMaxScore()
public void setMaxScore(String pmaxScore)
pmaxScore - maxscorepublic String getTotalScore()
public void setTotalScore(String ptotalScore)
ptotalScore - total scorepublic String getAdjustedScore()
public void setAdjustedScore(String padjustedScore)
padjustedScoret - the adjusted scorepublic String getQuestionNumber()
public void setQuestionNumber(String pquestionNumber)
pquestionNumber - the question numberpublic String getQuestionText()
public void setQuestionText(String pquestionText)
pquestionText - the question textpublic String getCorrectAnswer()
public void setCorrectAnswer(String pcorrectAnswer)
pcorrectAnswer - the correct answerpublic String getQuestionType()
public void setQuestionType(String pquestionType)
pquestionType - the question typepublic String getPoolName()
public void setPoolName(String qpoolName)
qpoolName - the pool namepublic String getPercentCorrect()
public void setPercentCorrect(String ppercentCorrect)
ppercentCorrect - the percent correctpublic String getPartNumber()
public void setPartNumber(String ppartNumber)
ppartNumber - the part numberpublic String getMean()
public void setMean(String pmean)
pmean - meanpublic String getMedian()
public void setMedian(String pmedian)
pmedian - medianpublic String getMode()
public void setMode(String pmode)
pmode - modepublic String getStandDev()
public void setStandDev(String pstandDev)
pstandDev - the standard deviationpublic String getLowerQuartile()
public void setLowerQuartile(String plowerQuartile)
plowerQuartile - the 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 - the number of responsespublic int getTotalResponses()
public void setTotalResponses(int ptotalResponses)
ptotalResponses - the total number of responsespublic HistogramBarBean[] getHistogramBars()
public void setHistogramBars(HistogramBarBean[] bars)
bars - HistogramBar arrraypublic boolean getDetailedStats()
public void setDetailedStats(boolean ignored)
public boolean getRandomType()
public void setRandomType(boolean param)
public String getQuestionLabel()
public void setQuestionLabelFormat(String questionLabelFormat)
public void addStudentWithAllCorrect(String agentId)
public void addStudentResponded(String agentId)
public void clearStudentsWithAllCorrect()
public void clearStudentsResponded()
public Set getStudentsWithAllCorrect()
public Set getStudentsResponded()
public String getDiscrimination()
public void setDiscrimination(String discrimination)
public String getPercentCorrectFromUpperQuartileStudents()
public void setPercentCorrectFromUpperQuartileStudents(String percentCorrectFromUpperQuartileStudents)
public String getPercentCorrectFromLowerQuartileStudents()
public void setPercentCorrectFromLowerQuartileStudents(String percentCorrectFromLowerQuartileStudents)
public String getN()
public void setN(String n)
public int getNumberOfStudentsWithZeroAnswers()
public void setNumberOfStudentsWithZeroAnswers(int numberOfStudentsWithZeroAnswers)
public Long getItemId()
public void setItemId(Long itemId)
public int getNumberOfParts()
public void setNumberOfParts(int numberOfParts)
public boolean getShowPercentageCorrectAndDiscriminationFigures()
public int getSumOfStudentResponsesInUndisplayedItemAnalysisColumns()
public String getStudentResponsesInUndisplayedItemAnalysisColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||