KQMATH / moodle-mod_capquiz

:mushroom: Computer adaptive practice activity module for Moodle
https://moodle.org/plugins/mod_capquiz
GNU General Public License v3.0
4 stars 5 forks source link

Statistics #129

Open hgeorgsch opened 5 years ago

hgeorgsch commented 5 years ago

For the purpose of evaluation, both of the model and of the question list, it is necessary to get statistics from the module. It should be detailled but anonymised.

The first step is to document and exemplify the possibilities that already exist. These should be reviewed before new features are added.

Reports of interest include.

  1. Question usage and rating over time.
  2. Student ratings and activity over time.
  3. How many times do each student answer each question correctly and falsely.

The time element is important here. We need to understand the dynamics of the ratings. What is possible to do?

hgeorgsch commented 5 years ago

The CSV/openoffice exports are good as raw data. I shall have a look at them and see what kind of visualisations and aggregate statistics could be useful. I keep this issue open to elaborate on desired report formats.

There are a couple of improvements to be made to the raw data dump, too, but these are reported as separate issues.