QuizSummary constructor

QuizSummary(
  1. int _nStrokes
)

Implementation

QuizSummary(this._nStrokes) {
  reset();
}