Subversion Repositories wimsdev

Rev

Rev 2217 | Rev 3944 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2217 bpr 1
!goto $wims_read_parm
2
 
3
:pass
4
 
5
<center><h2>Registration password</h2></center>
6
 
7
There are two types of registration password:
8
<p>
9
Registration password of the portal is for teacher accounts. This password
10
should NEVER be given to students, because everybody registering directly
11
into the portal will be recognized as a teacher and be given teacher's rights.
12
<p>
13
Registration password of a class or a course is for student accounts.
14
Students must register to a given class, but any registation is globally
15
registered for the whole institution, as a student.
16
<p>
17
Only classes and certain courses need registration password, because other
18
zones (level, program) do not accept student registrations.
19
<p>
20
But you can also define or modify the registration password for a level,
21
which will go down to all the classes and courses of the level as the default
22
password.
23
<p>
24
Leave the field empty when you modify the properties, if you don't want to
25
change the password.
26
 
27
 
28
!exit
29
:passs
30
 
31
<center><h2>Supervisor password</h2></center>
32
 
33
This is used to let teachers to gain management access to the level, class,
34
program or course. By default, the supervisor password of the parent zone
35
will be used.
36
<p>
37
Leave the field empty when you modify the properties, if you don't want to
38
change the password.
39
 
40
 
41
!exit
42
 
43
:progopt
44
<center><h2>Options of a program</h2></center>
45
 
46
If a program is <em>mandatory</em>, all students of a class having a course
47
corresponding to it will be automatically registered to the course. That is,
48
all its courses are mandatory for the corresponding classes.
49
<p>
50
On the other hand, for an <em>optional</em> program, students must
51
specifically register to its courses. This is useful when the program is an
52
option.
53
<p>
54
If the automatic course installation of the program is set to "yes", a course will
55
be created for each class of the level at the creation of the program. A
56
course for the program will also be created when a new class is created in
57
the level.
58
<p>
59
If automatic course installation is set to "no", supervisors of classes must
60
manually create courses corresponding to the program.
61
 
62
 
63
!exit
64
 
65
:sechost
66
!reset wims_prefix
67
!set special_parm2=secure
3068 bpr 68
!read wimshome/public_html/modules/adm/class/config/lang/help.$moduclass_lang/config.phtml
2217 bpr 69
 
70
!exit
71
 
72
:structure
73
 
3068 bpr 74
!read help/$moduclass_lang/structure.phtml
2217 bpr 75
 
76
!exit
77
 
78
:supervisor
79
<center><h2>The supervisor of a zone</h2></center>
80
 
81
Each zone (level, class, program, course) of the institutional structure
82
should have a supervisor. This is usually a teacher, who will be given right
83
to the management page of the zone.
84
<p>
85
By default, the supervisor of the zone is that of the parent zone.
86
<p>
87
However, other teachers may also have access to the management page, if they
88
knows the supervisor password of the zone. The difference is that it is the
89
"official" supervisor's name and email address that will be shown to the 
90
participants the zone.
91
 
92
!exit