I currently am developing a survey where I have created a question which can have several answers (using the check boxes).
Example
"List all the fruit you enjoy"
Apples
Pears
Oranges
Grapes
With that stated, I would have thought that if a survey participant selected more than one of the options, within the result set, it would show an entry for each one they selected. Unfortunately, it groups them all together.
Example: Participant # 1 selects Apples, Grapes, Oranges
The survey shows apples;grapes;oranges as one entry, I would have thought it would have given each selection a credit (which would be MUCH easier when collecting and understanding the result set).
So my question would be, how can I get a SharePoint survey to do this?