Currently the 'none' selection for the quiz_views_handler_filter_quiz_nid.inc filter is grouping on quiz_node_results but I submit that it should look at quiz_node_properties.
The reasoning behind this is that quiz_node_results assumes there are results to the quizzes. If a quiz has not been taken then it will not exist in this table. So if you are building a view of quizzes that have not been taken, you would want to choose none as your secondary grouping. This filter is rendered useless, and will cause the view to yeild no results.

Submitted is a patch to change the grouping table for the 'none' selection.

CommentFileSizeAuthor
quiz-6.x-4.x-filter-quiz-nid-grouping.patch668 bytesrho_
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

djdevin’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

This issue is being closed because it was filed against a version that is no longer supported. If the issue still persists in the latest version of Quiz, please open a new issue.