Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After a summative exam staff will go into the Class Totals report. This checks to see if caching is needed - if cached date is in place for the current paper and the exam has finished. If caching is needed then the class_totals.class.php object will write into three tables:

cache_median_question_marksHolds the mean and median performance of a question on a particular paper.
cache_paper_statsHolds statistics of the performance of a paper. Used in the Performance Summary reports.
cache_student_paper_marksHolds student marks/percent by paper. Used in the Performance Summary reports.

...