Extra restrictions on attempts in Quizzes

Extra restrictions on attempts in Quizzes

autor Fred Crowson -
Počet odpovědí: 2
In Quiz settings, under the Extra restrictions on attempts, there is the Require network address, which allows you to create a comma seperated list of IP addresses so that you can restrict the quiz for the attempt.

This is stored in the Database as a varchar(255) in the mdl_quiz subnet field, unfortuantely this only allows approximately 16 individual IP addresses.

I have two questions:

  1. has anybody hit this limitation and come up with a solution?
  2. is there a reason why restrictions  don't apply to reviews of the quiz?
Thanks, Fred



Průměr hodnocení: -
V odpovědi na Fred Crowson

Re: Extra restrictions on attempts in Quizzes

autor Tim Hunt -
Obrázek: Core developers Obrázek: Documentation writers Obrázek: Particularly helpful Moodlers Obrázek: Peer reviewers Obrázek: Plugin developers
2. Discussion of whether and how rules should affect reviews: MDL-16936

1. Column size: that's just history. Column could be increased to 1333 chars quite easily. Just requires someone to do it.