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

Sort question display #83

Closed hgeorgsch closed 5 years ago

hgeorgsch commented 6 years ago

It is difficult to keep track of existing questions in a quiz/question set. It would help if the questions were sorted in rating order. This should be simple to do. It would be even better if the questions could be organised by category when reviewing a question set, but this is expected to be harder to resolve.

hgeorgsch commented 5 years ago

This is critical. It is practically impossible to design a good activity without a better UI. The issue is part of a wider discussion about interaction desgin, but probably the easiest quick fix.

sebastsg commented 5 years ago

Added sorting for both name and rating column. The page loads without sorting at first, and you click on the columns to alternate between ascending and descending. Indicated by arrow icons.