|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticsEntry | |
---|---|
lecturequiz.server.gamemodes | |
lecturequiz.server.service |
Uses of StatisticsEntry in lecturequiz.server.gamemodes |
---|
Methods in lecturequiz.server.gamemodes that return types with arguments of type StatisticsEntry | |
---|---|
abstract java.util.ArrayList<StatisticsEntry> |
AbstractGameMode.getOverallStatistics()
Returns the overall statistics for the entire game for all users. |
java.util.ArrayList<StatisticsEntry> |
PlainGame.getOverallStatistics()
Returns the overall statistics for the entire game. |
abstract java.util.ArrayList<StatisticsEntry> |
AbstractGameMode.getOverallStatistics(User user)
Returns the overall statistics for the entire game for a specified user. |
java.util.ArrayList<StatisticsEntry> |
PlainGame.getOverallStatistics(User user)
Returns the overall statistics for the entire game for a specified user. |
abstract java.util.ArrayList<StatisticsEntry> |
AbstractGameMode.getQuestionStatistics()
Returns the combined statistics for all users of this game |
java.util.ArrayList<StatisticsEntry> |
PlainGame.getQuestionStatistics()
Returns the statistics for the last question for the all the users in the quiz. |
abstract java.util.ArrayList<StatisticsEntry> |
AbstractGameMode.getQuestionStatistics(User user)
Returns the statistics for the last question for the requested user. |
java.util.ArrayList<StatisticsEntry> |
PlainGame.getQuestionStatistics(User user)
Returns the statistics for the last question for the requested user. |
Uses of StatisticsEntry in lecturequiz.server.service |
---|
Method parameters in lecturequiz.server.service with type arguments of type StatisticsEntry | |
---|---|
int |
LectureQuizService.getOverallStatistics(javax.xml.ws.Holder<java.util.List<StatisticsEntry>> stats)
Get the overall statistics from the entire game |
int |
LectureQuizService.getQuestionStatistics(javax.xml.ws.Holder<java.util.List<StatisticsEntry>> stats)
Get statistics for the last question answered |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |