If there are results (i.e. if ‘Save Results’ is set for the quiz), the results page has an ‘Export CSV’ button.
This saves a csv to:
wp-content/plugins-wp-survey-and-quiz-tool/tmp/results-X.csv
where ‘X’ is the quiz ID.
It would be terrific if the ‘Save As’ option worked but it doesn’t.
The latest version does download the file. I found that the apache user did not have write on the wp-content/plugins/wp-survey-and-quiz-tool/tmp/ directory. Once I fixed the permissions on that directory the download worked as expected.
Save AS doesn’t work because it doesn’t set the proper headers and does a trick with an iframe instead of just delivering the file.
Does anyone have a fix to get ‘Save As’ working?
The “Export CSV” button only shows up on the Results page of a Quiz, but not Survey results. Does anyone have a way of exporting results of a survey?