I'm similarly bamboozled by this....
Apologies for tagging onto the end of your query @IanGoh but can anyone help?
I've synced our CD2 tables to a local MySQL database.
I'm trying to get the results of a particular quiz (students need to get a pass mark on this quiz to proceed)
Some students have an entry for this quiz in the submissions table,
Whilst other students have no entry in the submissions table but they do have an entry in the quiz_submissions table instead... for the same quiz...
I'm scratching my head - there is a simple explanation as to the difference but I'm yet to see it
In general is it better to query the quiz_submissions table to get the scores of all students taking this quiz? (or is there more to it than that - suspect so...)
Cheers
Rich