learnweb / moodle-mod_moodleoverflow

:speech_balloon: Non-linear discussion module for Q&A forums
GNU General Public License v3.0
12 stars 22 forks source link

Fix/ratingsort #175

Closed TamaroWalter closed 7 months ago

TamaroWalter commented 7 months ago

The sorting bug is fixed. The problem were posts with the same amount of votes and upvotes, as there wasn't a sorting mechanism for that. The sorting algorithm is now improved and sorts posts:

Solves Issue: #172