The system reports "There are no results for this quiz" even though I have two complete quiz results in the system.

CommentFileSizeAuthor
#4 quiz_ei full export.patch436 bytesmichel_v

Comments

westie’s picture

Same problem here. The main feature we were looking for too...

mradamjohn’s picture

same 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...

$results = _quiz_get_results($rid);
$quiz = current($results);

the only "current" I know (right now) is a php date function...

not sure why the results here are empty yet.

jacqi.jordan’s picture

Same 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

michel_v’s picture

Status: Active » Needs review
StatusFileSize
new436 bytes

We 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..

ebremer’s picture

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