|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sourceforge.pavlov.user.QuizCollectionData
public class QuizCollectionData
Describe class QuizCollectionData
here.
Field Summary | |
---|---|
double |
avgQuestionsPerQuiz
Average number of questions asked per quiz. |
int |
numQuizzes
Number of quizzes. |
int |
totalAsked
Total number of questions asked. |
int |
totalRight
Total number of correct responses. |
int |
totalWrong
Total number of incorrect responses. |
Constructor Summary | |
---|---|
QuizCollectionData()
|
Method Summary | |
---|---|
double |
getAverageQuestionsPerQuiz()
Get the AverageQuestionsPerQuiz value. |
int |
getNumberOfQuizzes()
Get the NumberOfQuizzes value. |
int |
getTotalAsked()
Get the TotalAsked value. |
int |
getTotalRight()
Get the TotalRight value. |
int |
getTotalWrong()
Get the TotalWrong value. |
void |
setAverageQuestionsPerQuiz(double newAverageQuestionsPerQuiz)
Set the AverageQuestionsPerQuiz value. |
void |
setNumberOfQuizzes(int newNumberOfQuizzes)
Set the NumberOfQuizzes value. |
void |
setTotalAsked(int newTotalAsked)
Set the TotalAsked value. |
void |
setTotalRight(int newTotalRight)
Set the TotalRight value. |
void |
setTotalWrong(int newTotalWrong)
Set the TotalWrong value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int numQuizzes
public int totalAsked
public int totalRight
public int totalWrong
public double avgQuestionsPerQuiz
Constructor Detail |
---|
public QuizCollectionData()
Method Detail |
---|
public int getNumberOfQuizzes()
public void setNumberOfQuizzes(int newNumberOfQuizzes)
newNumberOfQuizzes
- The new NumberOfQuizzes value.public int getTotalAsked()
public void setTotalAsked(int newTotalAsked)
newTotalAsked
- The new TotalAsked value.public int getTotalRight()
public void setTotalRight(int newTotalRight)
newTotalRight
- The new TotalRight value.public int getTotalWrong()
public void setTotalWrong(int newTotalWrong)
newTotalWrong
- The new TotalWrong value.public double getAverageQuestionsPerQuiz()
public void setAverageQuestionsPerQuiz(double newAverageQuestionsPerQuiz)
newAverageQuestionsPerQuiz
- The new AverageQuestionsPerQuiz value.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |