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

Remove ROUND on results query #42

Closed odeialba closed 12 months ago

odeialba commented 12 months ago

ROUND on the results query makes the results be less precise. It was there because the average position was shown on the results on the first version. Now that the position is calculated after the query, ROUND only makes the results not to be precise.

odeialba commented 12 months ago

Fixed on https://github.com/odeialba/moodle-mod_sortvoting/pull/43