How do you want to show the list ? A score for all with medium ?
there are a lot of way of doing this using another (hidden) question and Expression Manager
A exemple with "scoring" facility (you must update QCode and ChoiceX according to your survey)
An hidden multi numeric question (score), same choice then ranking question type (rank), c01,c02 … for the choice
An hidden equation question type with
Code:
{score_c01=sum(intval(rank_1==c01)*25,intval(rank_2==c01)*24,intval(rank_2==c01)*23,…intval(rank_25==c01)*1)}
{score_c02=s…
Aftyer you have a score for all choice.
It's an example