odeialba / moodle-mod_sortvoting

This plugin allows sorting a list of options by preference of the user, instead of just selecting one.
https://moodle.org/plugins/mod_sortvoting
GNU General Public License v3.0
3 stars 0 forks source link

Show number of votes on the results #35

Closed odeialba closed 12 months ago

odeialba commented 1 year ago

Show how many votes the activity received somewhere in the results tab.

If there is an option that received a different amount of votes, show the number of votes next to the option (maybe a new column). That can happen because of this known bug: https://github.com/odeialba/moodle-mod_sortvoting/issues/16

odeialba commented 12 months ago

Fixed on https://github.com/odeialba/moodle-mod_sortvoting/pull/44 and https://github.com/odeialba/moodle-mod_sortvoting/pull/45 and https://github.com/odeialba/moodle-mod_sortvoting/pull/46