Hi,

I created a quiz contest. When i login as a authenticated user and try to access this quiz:

I am getting this warning msg:
user warning: Unknown column 'time_left' in 'field list' query: quiz_take_quiz /* testuser : quiz_take_quiz */ UPDATE quiz_node_results SET time_left = 2926 WHERE result_id = 2 in C:\wamp\www\projects\drupal\d6_site2\sites\all\modules\quiz\quiz.module on line 1168.

I saw in quiz_node_results table there is no time_left column.

It should be time_end in place of time_left , or difference of time_end and time_start should be time_left ??

Thanks for your help.

Comments

sivaji_ganesh_jojodae’s picture

Status: Active » Closed (duplicate)

This bug may still exist in quiz.3.x, running update.php will fix this. This bug has been fixed and committed to has been committed to quiz-3.x-dev two month ago.

This is a duplicate of #485454: New column time_left not added to the schema definition in quiz_schema