I am trying to build a pairwise comparison questionnaire, comparing the 6 criteria; the end result for the user should be the grading of the 6 criteria by order of importance for the user, with % weight.
I managed to create the logic with variables which attributes points to a criteria each time is selected in a binary comparison; but I can’t find how to create the ending which would provide the ranking of all the criteria based on the points gained after users’ answers.
Any ideas?? Thank you!