I've been struggling to come up with a View that will report questions and responses for one quiz result in a table format.

The non-table version of this can be seen at
node/%node/results/%quiz_rid
(which you get to by navigating to Quiz Results, then selecting one Quiz, then hovering over the username of the Taker for one result and selecting "view")

but I'm looking for a table-row version (basically different theming).

I can probably accomplish this with a custom module that uses the Quiz API, but I'm wondering if anyone has a recipe for doing this with Views.

For example, the table columns might be:
quiz title
(quiz nid)
(quiz vid)
question title
(question nid)
(question vid)
question response
question response score
quiz result $rid
quiz taker username

where each row would be the response to one question in one Quiz Result.

There is a Drupal 6 module that looks like it is for such Quiz Reports,
https://drupal.org/project/quiz_reports

and I might also look at refactoring that.

Comments

djdevin’s picture

Version: 7.x-4.0-beta2 » 7.x-5.x-dev
Status: Active » Closed (fixed)

Views support & reports are in 7.x-5.x now - see #2521904: Export results with answers