Subversion Repositories wimsdev

Rev

Rev 10541 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2366 reyssat 1
!! to translate this help you just have to copy this file with correct extension (fr en de) and translate it !
2
!!
3
 
4
!let help_isread=yes
9565 guerimand 5
!if $wims_read_parm!=$empty
6
    !goto $wims_read_parm
7
!endif
12306 bpr 8
!set wims_backslash_insmath=yes
6148 bpr 9
<p>
2366 reyssat 10
The skills booklet allows to synthetically read the whole scored work of the participants of the class.
3057 bpr 11
It consists of skills (at most $maxcomp), each one can possess several stages (up to $maxpalier).
6148 bpr 12
</p><p>
2366 reyssat 13
 
3057 bpr 14
For each stage, the teacher can define the list of series of exercises in the class for which the
15
score is used for computing the level of acquisition of the stage.
6148 bpr 16
</p><p>
2366 reyssat 17
 
12306 bpr 18
The teacher of the class can decide that some virtual worksheets are neutralized when computing the
19
degree of acquisition of the stages in the notebook of skills (it allows to keep the educational
3057 bpr 20
data from one year to the next while allowing to begin validating some skills).
6148 bpr 21
</p><p>
2366 reyssat 22
The computation of the level of acquisition is done as follows :
6148 bpr 23
</p><p class="wimscenter">
12306 bpr 24
!insmath 10 \times \frac{\sum_{i=1}^{N} M(x_{L[i;1],L[i;2]})}{\sum_{i=1}^{N} \delta_{L[i;1]}}
6148 bpr 25
</p>
2366 reyssat 26
where
27
<ul>
12306 bpr 28
 <li> \(N\) is the number of exercise series occuring in the stage.</li>
29
 <li> \(L\) is the list of exercise series occuring in the stage. Each element of this list contains
30
 the number of the worksheet (denoted by  L[i;1]) and the number of the exercise series
3921 bpr 31
 in the worksheet (denoted by L[i;2]).</li>
12306 bpr 32
 <li>
2366 reyssat 33
  !insmath X_{i,j}
12306 bpr 34
  is the quality score for the exercise series \(j\) of the worksheet \(i\).</li>
35
 <li>
2366 reyssat 36
  !insmath \delta_i
12306 bpr 37
  is 1 if the worksheet \(i\) is not in the list of worksheets desactivated for the calculation of
38
  the acquisition level of the stages and \(0\) else.</li>
39
 <li> \(M(a)\) is \(1\) if \(a\) is more than the minimal score needed
40
 to consider that a series is correctly done and \(0\) else
41
 (choosing this minimal score to \(0\) neutralizes this option).
3057 bpr 42
 </li>
2366 reyssat 43
</ul>
3057 bpr 44
<p></p>
3921 bpr 45
<b><u>Remark</u></b>: if you change the status of a virtual worksheet, class participants have to exit
3066 bpr 46
the skill booklet to view change
3057 bpr 47
if they are looking at the skill booklet. If not, acquisition level will be totally wrong !!!
9565 guerimand 48
 
49
!exit
50
 
51
:color
12306 bpr 52
<p>
9565 guerimand 53
Pour chaque couleur vous pouvez définir un texte qui sera affichée dans la légende colorée en début de chaque tableau de compétences (pour les élèves et le supervisor).
12306 bpr 54
</p><p>
9565 guerimand 55
Les couleurs se retrouvant sans texte sont affichées avec la plage de pourcentage de réussite auxquelles elles correspondent.
12306 bpr 56
</p><p>
57
En cas de l'utilisation des couleurs de la classe (et non celles du livret), la légende colorée est automatiquement affectée de la plage de pourcentage de réussite correspondante.
58
</p>
9565 guerimand 59
!exit