Completed Quizzes
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND ga.`user_int_id`=sc.`user_int_id`
AND ga.`group_int_id`=gt.`group_int_id`
AN' at line 9]SELECT `group_name`,gr.`group_int_id`,`topic_name`,sc.`user_int_id`, sc.`quiz_id`,`quiz_title`, `score`,sc.`point_value`, sc.`record_date`, sc.`expire_date`
FROM `wp_9if2ry_scores` AS sc,
`wp_9if2ry_quizzes` AS qz,
`wp_9if2ry_topics` AS top,
`wp_9if2ry_groups` AS gr,
`wp_9if2ry_group_topics` AS gt,
`wp_9if2ry_group_assigns` AS ga
WHERE sc.`user_int_id`=
AND ga.`user_int_id`=sc.`user_int_id`
AND ga.`group_int_id`=gt.`group_int_id`
AND gt.`group_int_id`=gr.`group_int_id`
AND gt.`topic_id`=top.`topic_id`
AND top.`topic_id` = qz.`topic_id`
AND qz.`quiz_id` = sc.`quiz_id` ORDER BY `group_name`,`topic_name`,`record_date` DESC
You have no scores currently recorded