org.activemath.webapp.report.data
Class GroupStat
java.lang.Object
org.activemath.webapp.report.data.GroupStat
public class GroupStat
- extends Object
Represents a group statistic
NOTE: All getters must be public for Velocity!
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupStat
public GroupStat(List<ExerciseRun> exerciseRuns)
getSumFinished
public int getSumFinished()
size
public int size()
getAvTime
public int getAvTime()
getAvHintNr
public double getAvHintNr()
getAvSuccessRate
public double getAvSuccessRate()
getAvFinished
public int getAvFinished()
getAvUnfinished
public int getAvUnfinished()
getAvGaveUp
public int getAvGaveUp()
getAvPersentSuccess
public double getAvPersentSuccess()