Rev 3930 | Rev 5837 | 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 |
||
3924 | bpr | 4 | <ul><li> |
5 | In individual class, a single teacher manages a group of students. |
||
6 | </li> |
||
7 | <li> |
||
8 | A group of classes with a same entrance point allows teachers to |
||
9 | exchange or share teaching materials, and help students to jump from one class to |
||
10 | another without having to retype the password. |
||
11 | </li><li> |
||
12 | An institutional structure is a multi-level system of virtual classes |
||
13 | through which the needs of an entire teaching institution or whole school can be managed, |
||
14 | for example: students and teachers database, |
||
15 | different teaching levels, programs and subjects, teacher responsabilities, etc. |
||
16 | </li></ul> |
||
17 | Use the link below to create a group of classes or an institutional portal. You will then have |
||
18 | to create the classes they are to include. |
||
2336 | bpr | 19 | !exit |
20 | :2 |
||
3924 | bpr | 21 | |
2336 | bpr | 22 | !if $Cltype<2 |
3924 | bpr | 23 | Only <font color="blue">teachers</font> are allowed to create <font color="blue">classes</font>. |
2336 | bpr | 24 | !else |
3924 | bpr | 25 | Only <font color="blue">supervisor</font> are allowed to create <font color="blue">classes</font>. |
2336 | bpr | 26 | !endif |
3924 | bpr | 27 | A valid email address will be required for class operation. After creating a $name_classe, |
28 | you will be responsible for its maintainence. <p> |
||
29 | To create your $name_classe, please fill in the following information. |
||
2336 | bpr | 30 | !exit |
31 | |||
32 | :step1 |
||
33 | |||
34 | Hello, $supervisor!<p> |
||
35 | You are creating a $name_classe $classname on the WIMS site $httpd_HTTP_HOST, |
||
36 | !if $Cltype iswordof 0 1 |
||
37 | of level |
||
4555 | bpr | 38 | <b><font color="green">$name_level</font></b>, |
2336 | bpr | 39 | !endif |
40 | limited to $ilimit participants. Registration to this class is |
||
41 | !if $pword!=$empty |
||
3924 | bpr | 42 | protected by the class password. |
2336 | bpr | 43 | !else |
44 | open to everybody on the internet (are you sure? Please notice that |
||
3930 | bpr | 45 | the webmaster may refuse and destroy unauthorized open classes!). |
2336 | bpr | 46 | !endif |
47 | This class will expire on $exp_month-$exp_day-$exp_year. <p> |
||
3924 | bpr | 48 | !href module=$module&cmd=reply&step=0 Click here |
49 | to correct any mistakes in the above information. |
||
2336 | bpr | 50 | <p>Otherwise, in order to verify the exactness of your passwords, |
51 | please type them again. |
||
52 | !exit |
||
53 | :step2 |
||
54 | |||
55 | Hello, $supervisor!<p> |
||
56 | Now you need a code to finish the operation of creation of a new class |
||
57 | under WIMS at the site $http_HTTP_HOST. <p> |
||
58 | This code has just been sent to your email address |
||
4555 | bpr | 59 | <tt class="wims_address">$email</tt>. Please verify your inbox (wait a little bit |
3924 | bpr | 60 | for the email to be sent if necessary) and read the message. |
61 | Write the code received in the email here below. |
||
2336 | bpr | 62 | |
63 | !exit |
||
64 | |||
65 | :step3 |
||
66 | Hello, $supervisor!<p> |
||
3924 | bpr | 67 | Your $name_classe $classname has now been created. Congratulations, and enjoy!<p> |
2336 | bpr | 68 | The number of participants is limited to $ilimit participants (including you) |
3924 | bpr | 69 | |
70 | !exit |