Subversion Repositories wimsdev

Rev

Rev 5874 | 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
 
5874 bpr 5
<h2 class="wimscenter">Registration password</h2>
2217 bpr 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.
5874 bpr 12
</p><p>
2217 bpr 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.
5874 bpr 16
</p><p>
2217 bpr 17
Only classes and certain courses need registration password, because other
18
zones (level, program) do not accept student registrations.
5874 bpr 19
</p><p>
2217 bpr 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.
5874 bpr 23
</p><p>
3944 bpr 24
Leave the field empty when you modify the properties, if you do not want to
2217 bpr 25
change the password.
5874 bpr 26
</p>
2217 bpr 27
 
28
!exit
29
:passs
30
 
5874 bpr 31
<h2 class="wimscenter">Supervisor password</h2>
32
<p>
2217 bpr 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.
5874 bpr 36
</p><p>
3944 bpr 37
Leave the field empty when you modify the properties, if you do not want to
2217 bpr 38
change the password.
5874 bpr 39
</p>
2217 bpr 40
 
41
!exit
42
 
43
:progopt
5874 bpr 44
<h2 class="wimscenter">Options of a program</h2>
45
<p>
2217 bpr 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.
5874 bpr 49
</p><p>
2217 bpr 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.
5874 bpr 53
</p><p>
2217 bpr 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.
5874 bpr 58
</p><p>
2217 bpr 59
If automatic course installation is set to "no", supervisors of classes must
60
manually create courses corresponding to the program.
5874 bpr 61
</p>
2217 bpr 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
5874 bpr 79
<h2 class="wimscenter">The supervisor of a zone</h2>
2217 bpr 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
11214 guerimand 93
 
94
:addcsvclass
95
<h2>Ajout de classes par importation d'un fichier.</h2>
96
 
97
<p>
98
Pour envoyer des données de votre tableur à la classe, sauvez les données
99
dans un fichier au format texte (txt, csv, ou tsv), puis envoyez le fichier
100
au serveur.
101
</p>
102
$table_header
103
<caption>Champs de données valables</caption>
104
$table_hdtr<th scope="col">Nom</th><th scope="col">Signification</th>
105
$table_tr<td class="tt wims_code_variable">cname</td><td>nom de la classe</td></tr>
106
$table_tr<td class="tt wims_code_variable">login</td><td>identifiant de l'enseignant controlant la classe (qui doit exister dans la classe avec les autorisations d'enseignant). Ecrire supervisor pour que la classe soit gérée par l'administrateur du portail.</td></tr>
107
$table_tr<td class="tt wims_code_variable">regpass</td><td>mot de passe d'inscription de la classe.</td></tr>
108
$table_tr<td class="tt wims_code_variable">secure</td><td>accès sécurisé de la classe (IP ou all).</td></tr>
109
$table_tr<td class="tt wims_code_variable">limit</td><td>nombre maximum d'élèves.</td></tr>
110
 
111
les colonnes regpass,secure,limit ne sont pas obligatoires. Elles seront fixées avec des valeurs par défauts si elles ne sont pas présentes.
112
$table_end
113
!exit