Conditional Quiz to enter site

Conditional Quiz to enter site

by MoodleKittyCat . -
Number of replies: 4

Hi,

How do we make a quiz appear for the students that they must pass in order to view anything on the moodle site? As we want students to pass academic integrity quiz before they can enter the moodle site.

Is it easy to do? Any plugin?

Thanks

Moodle 3.1

Average of ratings: -
In reply to MoodleKittyCat .

Re: Conditional Quiz to enter site

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

You can use activity completion and course completion. 

In reply to Howard Miller

Re: Conditional Quiz to enter site

by MoodleKittyCat . -
Yes but how in this case? What should be course or activity completion if we want the quiz to appear as soon as they login and nothing else.

Thanks

In reply to MoodleKittyCat .

Re: Conditional Quiz to enter site

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Ahh.... in that case it cannot be done in standard Moodle. However, it would not be too hard to trap the login event and redirect them to a quiz. Some custom coding would definitely be needed.