xeno010 / Wp-Pro-Quiz

Wordpress WP-Pro-Quiz Plugin (Official)
GNU General Public License v2.0
117 stars 112 forks source link

Sort statistics columns #60

Open Luc45 opened 7 years ago

Luc45 commented 7 years ago

Hello,

My suggestion is to make statistic columns sortable:

image

Luc45 commented 7 years ago

In case anyone need to just sort it manually, go to wp-content/plugins/wp-pro-quiz/lib/mobel/WpProQuiz_Model_StatisticRefMapper.php

Edit line 387.

In my case I replaced sf.create_time DESC with correct_count DESC to sort by the people who answered the most questions correctly first.