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

Simple statistics in CSV #130

Closed hgeorgsch closed 5 years ago

hgeorgsch commented 5 years ago

This is a part solution to #129. It is a good approach to use, and can possibly be implemented straight away.

We want to make a CSV export with the following fields:

  1. Student pseudonym (to link students internally in the statistics but to keep them anonymous)
  2. Question ID and title
  3. Result (correct/incorrect answer)
  4. Student rating before and after
  5. Question rating before and after
  6. Timestamp Optionally, the teacher may want an unanonymous export.

Once this is achieved, one should discuss visualisations within Moodle of the same dataset.