UCHIC / SurveyDataViewer

A web application for visualizing the results of social science survey data.
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Multiple Response Question Type #66

Closed AmberSJones closed 6 years ago

AmberSJones commented 7 years ago

We need to rapidly implement support for question types that allow the user to select multiple responses (e.g., "select all that apply"). We need to:

Did I miss anything @mauriel133 ?

image

Maurier commented 7 years ago

1 - The data will be encoded as semi-colon separated numbers which correspond to each selected option in the response (i.e: "2;3;5") 2 - The corresponding flag for this type of question is "multiResponse" 3 - Are we displaying the percentages even if they do not add to 100%?

AmberSJones commented 7 years ago

Yes- display the percentages (and the n values) even if they do not add to 100.

AmberSJones commented 7 years ago

I've included a multiResponse question on the 3Creeks survey data currently loaded to the viewer. It looks good, however, there is some weirdness (a blank line) with some demographic variables. The users are ready to go with the viewer- @mauriel133 , can you look into this as soon as possible?

image

Maurier commented 7 years ago

Fixed the issue above and deployed to production.

Maurier commented 6 years ago

This has been implemented