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 Type
    Method
    Description
    int
    Returns the number of test passes or correct answers.
    int
    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