Is there an easy way for me to use views to
1. list responses in the aggregate ie. 10 people answered red
2. is there a way for me to graph the responses? I know I can use views charts to graph. I just am not sure if the entries that I made are accessible to views
Comments
Comment #1
robhardwick commentedThe responses to surveys are stored as entities so they're available for use in views. The value for each question is saved as a question_response entity which is listed as "Question Response" when creating views.
I'm not sure about aggregation or charts but these should work in the same way as with any other views data. The Google chart API module looks promising for what you're trying to achieve although I haven't tried it yet.
In any case, if you do end up using Survey Builder we'd love to hear about your experiences.
Comment #2
johngriffin commentedComment #3
dshields commentedI've had great results recently with Survey Builder and Google Charts Tools module
Comment #4
rojesaga commentedHi dshields
How you nail it? Any advice to make grphics with the results?
Thank you
Comment #5
dshields commentedCheck out some of the chart modules
Highcharts module is pretty easy to use
Comment #6
rojesaga commentedThank you dshields, I use charts to made some graphics of my articles content, but I dont found how to pull the Surevy info to make a new page view.
Comment #7
dshields commentedI'd need more details of where you're having trouble to be helpful here.
Each situation is always a bit different.
Comment #8
rojesaga commentedI made a survey with 3 questions, each question have 5 multiple choices with field radio buttons. Just one answare per question.
Only authenticated user can answer the survey.
I need to count the numer of times each response has been selected by question to show in a chart.
I dont know how to configure the fields and relationships on the views to achive my goal. because I dont get how to pull the data.
Thank you,
Comment #9
rojesaga commentedThanks for all dshields, i found a tutorial of view aggregation and helps a lot to understand the options that have to calculate number of selections of each item on a list per field.
In fact is very easy
Views Aggregation Tutorial
Comment #10
dshields commentedGlad it worked out for you!