Closed (outdated)
Project:
Quiz EI
Version:
6.x-4.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2010 at 01:23 UTC
Updated:
17 Oct 2019 at 17:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
westie commentedSame problem here. The main feature we were looking for too...
Comment #2
mradamjohn commentedsame issue here.
(function results_export_as_full_view) at admin/quiz/results_export_full_view/[nid]/csv
message "There are no results for this quiz" returned due to condition met: (!isset($rows))
which seems a result of unexpected results from these lines...
the only "current" I know (right now) is a php date function...
not sure why the results here are empty yet.
Comment #3
jacqi.jordan commentedSame error message here as well: "There are no results for this quiz." Has anyone found a solution or workaround?
Quiz 6.x-4.4
Quiz EI 6.x-4.0-alpha1
Drupal 6.22
PHP 5.2.14-pl0-gentoo
Comment #4
michel_v commentedWe had the same issue, made a patch that fixes it, it's only one line.. Turns out _quiz_get_answers needs two arguments, one of which is the quiz, which was missing..
Comment #5
ebremer commented