Class SurveyStatisticMethod.SurveyStatistic
java.lang.Object
ch.tocco.nice2.optional.survey.impl.freemarker.SurveyStatisticMethod.SurveyStatistic
- Enclosing class:
SurveyStatisticMethod
-
Constructor Summary
ConstructorDescriptionSurveyStatistic
(int amountSurveyParticipants, long amountPassedSurveys, BigDecimal maxPointsPossible, BigDecimal maxPointsAchieved, BigDecimal minPointsAchieved, BigDecimal averagePointsAchieved, BigDecimal amountPointsNeeded) -
Method Summary
Modifier and TypeMethodDescriptionlong
int
-
Constructor Details
-
SurveyStatistic
public SurveyStatistic(int amountSurveyParticipants, long amountPassedSurveys, BigDecimal maxPointsPossible, BigDecimal maxPointsAchieved, BigDecimal minPointsAchieved, BigDecimal averagePointsAchieved, BigDecimal amountPointsNeeded)
-
-
Method Details
-
getAmountSurveyParticipants
public int getAmountSurveyParticipants() -
getAmountPassedSurveys
public long getAmountPassedSurveys() -
getMaxPointsPossible
-
getMaxPointsAchieved
-
getMinPointsAchieved
-
getAveragePointsAchieved
-
getAmountPointsNeeded
-