Rev 3955 | Rev 4130 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
2 | !form reply |
||
3917 | bpr | 3 | <input type="hidden" name="job" value="grestrict"> |
23 | reyssat | 4 | Here you can set up class-wide restrictions of sites allowed to get scores. |
5 | These restrictions will always apply regardless of the setup of individual |
||
3917 | bpr | 6 | worksheets. |
23 | reyssat | 7 | <p> |
3917 | bpr | 8 | <table border="0"> |
3955 | bpr | 9 | <tr><td align="right">Allowed sites</td> |
10 | <td><input size="35" name="allow" value="$allow"></td></tr> |
||
3049 | bpr | 11 | <tr><td align="right">Except: |
3955 | bpr | 12 | <td><input size="35" name="except" value="$except"></td></tr> |
23 | reyssat | 13 | </table> <p> |
3917 | bpr | 14 | <input type="submit" name="save" value="$wims_name_tosave"> |
15 | <input type="submit" name="abandon" value="$wims_name_giveup"> |
||
23 | reyssat | 16 | </form> |
17 | |||
18 | <p> |
||
19 | You may type one or several words in each field. The server will check each |
||
20 | word against the host name or IP number of each connecting site. A match |
||
21 | will be found if a word you defined here is a substring of the host name or |
||
22 | IP number. |
||
23 | <p> |
||
24 | <small><b>Hint.</b> In the Allow field, you can make time |
||
25 | restrictions for score registrations, by adding words |
||
4004 | bpr | 26 | <tt class="wims_code_words"> |
27 | >yyyymmdd.hh:mm</tt> |
||
23 | reyssat | 28 | (starting time) and/or |
4004 | bpr | 29 | <tt class="wims_code_words"> |
30 | <yyyymmdd.hh:mm</tt> |
||
23 | reyssat | 31 | (ending time). These must be in the |
3955 | bpr | 32 | SERVER's local time, and must be separated from other words by spaces. |
23 | reyssat | 33 | </small> |
34 | |||
35 |