Hello there!
I´ve recently discovered this FANTASTIC module! Let´s say it was just what Drupal needed to be perfect!
So, So, as I´ve been using this module for a very short time, and I´m really getting acquainted with it, maybe I´m missing something in config options or something...

The thing is that when I set the quiz to be answered just one single time per user, after the very first question, it tells the user that the quiz have been already done that one time.
Of course, when I go to the results page, it tells me that the user haven´t approved the quiz...

Maybe it´s a bug, but maybe I´m missing some configuration needed...

Thanks in advance!!!!!!!!!!!!

Rosamunda

Comments

mbutcher’s picture

Status: Active » Fixed

This appears to be fixed in the latest 6.x dev builds.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

espenmoe’s picture

We are running Drupal 5, with quiz-5.x-2.0-rc1.

Any chance you make a quiz-5.x-2.0-rc2 that includes the fix, or apply a patch for us 5.x-users?

Or at least give us a hint of how to fix it?

mbutcher’s picture

When porting to D6, I reworked several sections of the quiz_take_quiz() function as well as the functions that it relies upon. Somewhere along the line, I accidentally fixed this issue. I'm not even sure where the original problem was.

So if you were to start looking, quiz_take_quiz() is the place to go. This is basically the function that gets kicked off at the beginning of the quiz, and each time that a quiz question or results page is displayed.

Unfortunately, like everyone else I am pressed for time. I simply can't spend time hunting for the bug right now. That's why I had to rule Quiz 5 unsupported. Just not enough time.

espenmoe’s picture

Thanks a lot!

I'll let my developer look at it, and Ill post the patch when we're done.