Hi,
I really like the ranking question layout (and generally think Limesurvey's just great- big thanks to the develpers). To make it work for my survey, I need the answers to the ranking question stored based on the choice rather than the actual rank number.
So for example, based "Rank your favourite colour", in the CSV response file, you currently would get :
responseid | 1 | 2 | 3 |
1 | blue | green | red |
2 | green | red | blue |
I would like:
responseid | red | green | blue |
1 | 3 | 2 | 1 |
2 | 2 | 1 | 3 |
Is this possible to do with the Ranking question? (This is so we can take an average of the options chosen - among other calculations.)
Note:
I had a look at using an alternative question type, array with unique[self] and using some JS from
www.limesurvey.org/forum/can-i-do-this-w...for-ranking-question
in order to get the answers the way we'd like, however it's not usable when there's a long list of options (15+), so the Ranking question type would be best to use.
Thanks in advance for any help or suggestions!