Rev 23 | Rev 3985 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !set wims_module_log=error: $error |
2 | |||
3 | !if not_supervisor=$error |
||
4 | Sorry, but only the registered supervisor of a class can access this page. |
||
5 | !exit |
||
6 | !endif |
||
7 | |||
8 | !if bad_class=$error |
||
9 | Strange, but I find that your class is not valid! |
||
10 | !exit |
||
11 | !endif |
||
12 | |||
13 | !if too_many_users=$error |
||
14 | Your class has too many participants ($ucnt). |
||
15 | Grades can only be manually entered |
||
16 | for classes with at most $maxuser participants. Sorry. |
||
17 | !exit |
||
18 | !endif |
||
19 | |||
20 | !msg $error |
||
21 |