When I download a questionnaire it comes down in CSV format but the results of the multiple choice questions are displayed as, for example, 5 columns instead of one column with 5 different responses.
ie:
Q01_Style->Excellent | Q01_Style->Very Good | Q01_Style->Good | Q01_Style->Average | Q01_Style->Poor |
1 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 0 | 0 |
1 | 0 | 0 | 0 | 0 |
0 | 1 | 0 | 0 | 0 |
0 | 1 | 0 | 0 | 0 |
Whereas I'm expecting:
This occurs on many of the questions when downloaded as a CSV. Is this configurable somewhere?
Cheers
Dave
Q01_Style |
Excellent |
Excellent |
Excellent |
Very Good |
Very Good |
This occurs on many of the questions when downloaded as a CSV. Is this configurable somewhere?
Cheers
Dave