Survey versus Quiz

Added by Enrico Cerica 853 days ago

Hi,

Before writing a sql script I would like to post that question :

Is there a way to get the results on a survey behavior mode instead of a Quiz. I mean, what I'm interested to is to know how many people answered, let's say to be simple, with yes or no for a specific question ?

If not, how can I export the answers in a way to use them for example in Excel to make those aggregas ?

Thanks


Replies

RE: Survey versus Quiz - Added by Mohamed Tougorti 853 days ago

Hi,

As of the current version JQuarks' statistic are on a quiz level, it is not possible yet to get the details for a specific answer.

To export the answers as you suggested you could write a script that query the database for a specific question id, then format the result into a csv file that could be usable under your favorite spreadsheet software.
A better idea is to implement this in JQuarks directly, you could duplicate the current export functionality and adapt it to questions.
You could also report this issue on our Request for proposal thread where it could be considered for future versions

I join here a query that could be usable to obtain stats for both radio and checkboxes types of question.

Regards.

question.sql (839 Bytes)

RE: Survey versus Quiz - Added by Enrico Cerica 850 days ago

Ok thanks for that.

Reply