Closed (fixed)
Project:
Quiz
Version:
7.x-4.0-alpha9
Component:
Code - Quiz core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2012 at 14:30 UTC
Updated:
22 Jun 2014 at 16:17 UTC
Jump to comment: Most recent
Comments
Comment #1
nels commentedI had the same issue. After I deleted all the "results" for the administrator account (example.com/node/[quiz-nid]/results), the admin/uid1 could take the quiz again.
Comment #2
h.arefmanesh commentedI had the same issue too.
I enabled jQuery countdown integration and it was working properly. but when I add another quiz this problem appeared.
Comment #3
jukka792 commentedI also have the same issue, but it appears also for anonymous users, so quiz is not usable at all.
Comment #4
dansboy commentedThe same issue.
Comment #5
sivaji_ganesh_jojodae commentedFixed http://hub.knackforge.com/projects/quiz-support/repository/revisions/5d0...
Comment #7
selvamkf commentedThe time_left column is now smallint(6) which should be converted to MEDIUMINT to support larger seconds.