With a fresh Drupal install, I did the following:
- Install Quiz from HEAD
- Write a quiz
- Download and install jQuery Countdown
- Enable jQuery Coundown support in Quiz settings
- Set a time limit of 100
- Logged in as a basic user and took the quiz.
Immediately, I got this error:
user warning: Unknown column 'time_left' in 'field list' query: UPDATE quiz_node_results SET time_left = 100 WHERE result_id = 4 in /shared/vash/sandboxes/butcher/gsoc/site/www/sites/default/modules/quiz/quiz.module on line 1169.
The timer seemed to be inaccurate, as well -- probably as a result of the bug.
PHP 5.2.6
MySQL 5.0
Comments
Comment #1
sivaji_ganesh_jojodae commentedThanks mbutcher i have fixed this bug now, it seems to be working fine for me. Committed to HEAD.
Comment #2
sivaji_ganesh_jojodae commentedfixed.