Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5070 | bpr | 1 | !if $wims_read_parm=$empty |
2 | !let code=$wims_class |
||
3 | !else |
||
4 | !let code=$wims_read_parm |
||
5 | !endif |
||
6 | |||
7 | Links corresponding to the class:<ul> |
||
23 | reyssat | 8 | <li>The link |
9 | <a href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=en&module=adm/class/classes&type=authsupervisor&class=$code" |
||
10 | >http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=en&module=adm/class/classes&type=authsupervisor&class=$code</a> |
||
3954 | bpr | 11 | will redirect you to the maintainence page of the class (preparation of worksheets, list of participants and their progress, etc.). |
3917 | bpr | 12 | </li> |
23 | reyssat | 13 | <li>The link |
14 | <a href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=en&module=adm/class/reguser&subclass=yes&class=$code" |
||
15 | >http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=en&module=adm/class/reguser&class=$code</a> |
||
3917 | bpr | 16 | allows your students to register to the class. You can also register |
17 | your students via this link. |
||
23 | reyssat | 18 | !if $Cltype>=2 |
19 | when you will have created classes of the $name_classe. |
||
20 | !endif |
||
21 | !if $password!=$empty |
||
22 | (They will need the class password for the registration.) |
||
23 | !endif |
||
24 | !if $Cltype>=2 |
||
3917 | bpr | 25 | </li> |
23 | reyssat | 26 | <li>The link |
27 | <a href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=fr&module=adm/class/reguser&class=$code" |
||
28 | >http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=fr&module=adm/class/reguser&class=$code</a> |
||
3917 | bpr | 29 | allows teachers to register to the $name_classe |
30 | (ru you to register them). |
||
23 | reyssat | 31 | !if $password!=$empty |
32 | (They will need the class password for the registration.) |
||
33 | !endif |
||
34 | !endif |
||
3917 | bpr | 35 | </li> |
23 | reyssat | 36 | <li>Then the link |
37 | <a href="http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=en&module=adm/class/classes&type=authparticipant&class=$code" |
||
38 | >http://$httpd_HTTP_HOST$httpd_SCRIPT_NAME?lang=en&module=adm/class/classes&type=authparticipant&class=$code</a> |
||
3917 | bpr | 39 | will redirect your students to the homepage of the class once they have registered. The worksheets |
40 | you have prepared will be accessible from the homepage. |
||
41 | </li> |
||
23 | reyssat | 42 | </ul> |
4007 | bpr | 43 | <p><span class="wims_warning">Important</span>. Save these links before quitting |
3917 | bpr | 44 | this page! You should also keep a record of the identification number of the class, which is <tt>$code</tt>. |