Rev 11217 | Rev 13067 | 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 |
11217 | obado | 2 | |
2336 | bpr | 3 | :1 |
3924 | bpr | 4 | <ul><li> |
5 | In individual class, a single teacher manages a group of students. |
||
6 | </li> |
||
7 | <li> |
||
2336 | bpr | 8 | A group of classes with a same entrance point allows teachers to |
3924 | bpr | 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 |
||
11217 | obado | 13 | through which the needs of an entire teaching institution or whole school can be managed, |
3924 | bpr | 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 |
5837 | bpr | 23 | <p> |
11217 | obado | 24 | Only <span class="wims_emph">teachers</span> are allowed to create <span class="wims_emph">classes</span>. |
2336 | bpr | 25 | !else |
5894 | bpr | 26 | Only <span class="wims_emph">supervisor</span> are allowed to create <span class="wims_emph">classes</span>. |
2336 | bpr | 27 | !endif |
3924 | bpr | 28 | A valid email address will be required for class operation. After creating a $name_classe, |
5837 | bpr | 29 | you will be responsible for its maintainence. </p><p> |
3924 | bpr | 30 | To create your $name_classe, please fill in the following information. |
5837 | bpr | 31 | </p> |
2336 | bpr | 32 | !exit |
11217 | obado | 33 | |
2336 | bpr | 34 | :step1 |
11217 | obado | 35 | |
2336 | bpr | 36 | Hello, $supervisor!<p> |
37 | You are creating a $name_classe $classname on the WIMS site $httpd_HTTP_HOST, |
||
38 | !if $Cltype iswordof 0 1 |
||
6997 | bpr | 39 | !let tmp=!positionof item $ilevel in $wims_listlevel |
40 | of level <span class="wims_emph">$(name_wims_listlevel[$tmp])</span>, |
||
2336 | bpr | 41 | !endif |
42 | limited to $ilimit participants. Registration to this class is |
||
43 | !if $pword!=$empty |
||
3924 | bpr | 44 | protected by the class password. |
2336 | bpr | 45 | !else |
46 | open to everybody on the internet (are you sure? Please notice that |
||
3930 | bpr | 47 | the webmaster may refuse and destroy unauthorized open classes!). |
2336 | bpr | 48 | !endif |
5837 | bpr | 49 | This class will expire on $exp_month-$exp_day-$exp_year. </p><p> |
3924 | bpr | 50 | !href module=$module&cmd=reply&step=0 Click here |
51 | to correct any mistakes in the above information. |
||
5837 | bpr | 52 | </p><p> |
53 | Otherwise, in order to verify the exactness of your passwords, |
||
2336 | bpr | 54 | please type them again. |
5837 | bpr | 55 | </p> |
2336 | bpr | 56 | !exit |
57 | :step2 |
||
11217 | obado | 58 | |
2336 | bpr | 59 | Hello, $supervisor!<p> |
60 | Now you need a code to finish the operation of creation of a new class |
||
11894 | bpr | 61 | under WIMS at the site $httpd_HTTP_HOST. </p><p> |
2336 | bpr | 62 | This code has just been sent to your email address |
5901 | bpr | 63 | <span class="tt wims_address">$email</span>. Please verify your inbox (wait a little bit |
3924 | bpr | 64 | for the email to be sent if necessary) and read the message. |
65 | Write the code received in the email here below. |
||
11217 | obado | 66 | </p> |
2336 | bpr | 67 | !exit |
68 | |||
69 | :step3 |
||
70 | Hello, $supervisor!<p> |
||
5837 | bpr | 71 | Your $name_classe $classname has now been created. Congratulations, and enjoy!</p><p> |
2336 | bpr | 72 | The number of participants is limited to $ilimit participants (including you) |
5837 | bpr | 73 | </p> |
6997 | bpr | 74 | !exit |