Time Restrictions Ignored

Time Restrictions Ignored

by Rossyl Lashley -
Number of replies: 2
After upgrading to 1.4.3, quizzes that used to have time restrictions no longer have those restrictions.  Students can do the tests anytime they want.  How can I fix this?
Average of ratings: -
In reply to Rossyl Lashley

Re: Time Restrictions Ignored

by Timothy Takemoto -

Probably the simplest way would be to set time limits on the quizzes.

But if you have a lot of quizes then I recommend that you use SQL via Mysql admin, which is downloadable from the add-ons page.

To set a timelimit of 10 minutes on all quizes.

SET moodle_quiz UPDATE timelimit = 10

Or for a subset of courses between course id=x and course id=y,

SET moodle_quiz UPDATE timelimit = 10 WHERE course BETWEEN x AND y

Timothy

In reply to Timothy Takemoto

Re: Time Restrictions Ignored

by Rossyl Lashley -

The time limit still shows on the quiz.  Also, the date may have passed to be able to take the quiz, but that doesn't prevent one from taking the quiz at any time.

What's the structure of the mdl_quiz table supposed to be? Maybe in the upgrade, the table structure wasn't changed (if it is indeed supposed to change)