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

sivaji_ganesh_jojodae’s picture

Status: Active » Needs review

Thanks mbutcher i have fixed this bug now, it seems to be working fine for me. Committed to HEAD.

sivaji_ganesh_jojodae’s picture

Status: Needs review » Fixed

fixed.

Status: Fixed » Closed (fixed)
Issue tags: -gsoc2009-sivaji

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

  • Commit 0427efa on 7.x-4.x, master, 7.x-5.x by sivaji:
    #549334 jQuery Countdown Database bug by sivaji.
    
    

  • Commit 0427efa on 7.x-4.x, master, 7.x-5.x, quiz-pages by sivaji:
    #549334 jQuery Countdown Database bug by sivaji.
    
    

  • Commit 0427efa on 7.x-4.x, master, 7.x-5.x, quiz-pages, 2269219 by sivaji:
    #549334 jQuery Countdown Database bug by sivaji.
    
    

  • Commit 0427efa on 7.x-4.x, master, 7.x-5.x, 2269219 by sivaji:
    #549334 jQuery Countdown Database bug by sivaji.