Rev 2336 | Rev 3924 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2336 | bpr | 1 | !goto $wims_read_parm |
2 | |||
3 | :1 |
||
4 | |||
5 | <b>Help</b>. A group of classes with a same entrance point allows teachers to |
||
6 | exchange or share teaching materials, and students to jump from one class to |
||
7 | another without retyping the password. |
||
8 | <p> |
||
9 | An institution structure is a multi-level system of virtual classes |
||
10 | capable of taking care |
||
11 | of the need of a whole school: database of students and teachers, |
||
12 | different teaching levels, |
||
13 | programs and subjects, student classes, teacher responsabilities, etc. |
||
14 | !exit |
||
15 | :2 |
||
16 | |||
17 | The creation of |
||
18 | !if $Cltype<2 |
||
19 | <font color="blue">classes</font> |
||
20 | is an operation reserved to <font color="blue">teachers</font>. |
||
21 | !else |
||
22 | <font color="blue">$name_classe</font> |
||
23 | is an operation reserved to a <font color="blue">supervisor</font>. |
||
24 | !endif |
||
25 | You will need |
||
26 | a working email address for the operation. After your $name_classe is created, |
||
27 | you should assume the responsibility of its maintenance. <p> |
||
28 | To create your $name_classe, please fill in the following informations. |
||
29 | !exit |
||
30 | |||
31 | :step1 |
||
32 | |||
33 | Hello, $supervisor!<p> |
||
34 | You are creating a $name_classe $classname on the WIMS site $httpd_HTTP_HOST, |
||
35 | !if $Cltype iswordof 0 1 |
||
36 | of level |
||
37 | ``<b><font color=green>$name_level</font></b>'', |
||
38 | !endif |
||
39 | limited to $ilimit participants. Registration to this class is |
||
40 | !if $pword!=$empty |
||
41 | protected by the password of the $name_classesss. |
||
42 | !else |
||
43 | open to everybody on the internet (are you sure? Please notice that |
||
44 | the site manager may refuse and destroy unauthorized open classes!). |
||
45 | !endif |
||
46 | This class will expire on $exp_month-$exp_day-$exp_year. <p> |
||
47 | If you find an error in the above informations, please |
||
48 | !href module=$module&cmd=reply&step=0 correct it. |
||
49 | <p>Otherwise, in order to verify the exactness of your passwords, |
||
50 | please type them again. |
||
51 | !exit |
||
52 | :step2 |
||
53 | |||
54 | Hello, $supervisor!<p> |
||
55 | Now you need a code to finish the operation of creation of a new class |
||
56 | under WIMS at the site $http_HTTP_HOST. <p> |
||
57 | This code has just been sent to your email address |
||
58 | ``<tt>$email</tt>''. Please go to verify your email box (wait a little bit |
||
59 | if necessary), and read this message. |
||
60 | Pick up the code in the message, and copy it below. |
||
61 | |||
62 | !exit |
||
63 | |||
64 | :step3 |
||
65 | |||
66 | Hello, $supervisor!<p> |
||
67 | Your $name_classe $classname is now created. Congratulations, and enjoy!<p> |
||
68 | The number of participants is limited to $ilimit participants (including you) |
||
69 | !exit |