Module: Studium::Statistics

Defined in:
lib/studium/statistics/max_stats.rb,
lib/studium/statistics/top_stats.rb,
lib/studium/statistics/best_exam_months.rb,
lib/studium/statistics/determine_exam_statistics_from_this_file.rb,
lib/studium/statistics/report_how_many_exam_questions_were_answered.rb,
lib/studium/statistics/report_how_many_ects_points_per_curriculum_were_completed.rb

Defined Under Namespace

Classes: BestExamMonths, DetermineExamStatisticsFromThisFile, MaxStats, ReportHowManyEctsPointsPerCurriculumWereCompleted, ReportHowManyExamQuestionsWereAnswered, TopStats

Class Method Summary collapse

Class Method Details

.show_statsObject

#

Studium::Statistics.show_stats

#


460
461
462
# File 'lib/studium/statistics/report_how_many_exam_questions_were_answered.rb', line 460

def self.show_stats
  Studium::Statistics::ReportHowManyExamQuestionsWereAnswered.show_stats
end