Interface PassStatistics
- All Known Implementing Classes:
ExamProfile
,MultiChoiceQuestionProfile
,QuestionProfile
,RoutePlotQuestionProfile
,TestStatistics
public interface PassStatistics
An interface for beans that store pass/fail/total counts.
- Since:
- 9.1
- Version:
- 9.1
- Author:
- Luke
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of test passes or correct answers.int
getTotal()
Returns the total number of invocations.
-
Method Details
-
getTotal
int getTotal()Returns the total number of invocations.- Returns:
- the number of invocations
-
getPassCount
int getPassCount()Returns the number of test passes or correct answers.- Returns:
- the number of successes
-