From: moodler Date: Wed, 7 Jul 2004 12:42:24 +0000 (+0000) Subject: New help files X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0d799463681ab0becb1fd5ad96c47d7be578bc9b;p=moodle.git New help files --- diff --git a/lang/en/help/quiz/requirepassword.html b/lang/en/help/quiz/requirepassword.html new file mode 100644 index 0000000000..c9a4b8420e --- /dev/null +++ b/lang/en/help/quiz/requirepassword.html @@ -0,0 +1,7 @@ +

Require a password

+ +

This field is optional

+ +

If you specify a password in here then participants must + enter the same password before they are allowed to make an + attempt on the quiz.

diff --git a/lang/en/help/quiz/requiresubnet.html b/lang/en/help/quiz/requiresubnet.html new file mode 100644 index 0000000000..78f830e385 --- /dev/null +++ b/lang/en/help/quiz/requiresubnet.html @@ -0,0 +1,27 @@ +

Require network addresses

+ +

This field is optional.

+ +

You can restrict access for a quiz to particular subnets + on the LAN or Internet by specifying a comma-separated list of + partial or full IP address numbers.

+ +

This is especially useful for a proctored quiz, where you want + to be sure that only people in a certain room are able to + access the quiz.

+ +

For example: 192.168. , 231.54.211.0/20, 231.3.56.211

+ +

There are three types of numbers you can use (you can not use + text based domain names like example.com): +

    +
  1. Full IP addresses, such as 192.168.10.1 which will match + a single computer (or proxy).
  2. +
  3. Partial addresses, such as 192.168 which will match anything + starting with those numbers.
  4. +
  5. CIDR notation, such as 231.54.211.0/20 which allows you to specify + more detailed subnets.
  6. +
+

+ +

Spaces are ignored.