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

robhardwick’s picture

The 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.

johngriffin’s picture

Status: Active » Closed (works as designed)
dshields’s picture

I've had great results recently with Survey Builder and Google Charts Tools module

rojesaga’s picture

Hi dshields
How you nail it? Any advice to make grphics with the results?

Thank you

dshields’s picture

Check out some of the chart modules
Highcharts module is pretty easy to use

rojesaga’s picture

Thank 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.

dshields’s picture

I'd need more details of where you're having trouble to be helpful here.
Each situation is always a bit different.

rojesaga’s picture

I 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,

rojesaga’s picture

Thanks 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

dshields’s picture

Glad it worked out for you!