Subversion Repositories wimsdev

Rev

Rev 3921 | Rev 9565 | Go to most recent revision | 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
6148 bpr 5
<p>
2366 reyssat 6
The skills booklet allows to synthetically read the whole scored work of the participants of the class.
3057 bpr 7
It consists of skills (at most $maxcomp), each one can possess several stages (up to $maxpalier).
6148 bpr 8
</p><p>
2366 reyssat 9
 
3057 bpr 10
For each stage, the teacher can define the list of series of exercises in the class for which the
11
score is used for computing the level of acquisition of the stage.
6148 bpr 12
</p><p>
2366 reyssat 13
 
3921 bpr 14
The teacher of the class can decide that some virtual worksheets are neutralized when computing the 
3057 bpr 15
degree of acquisition of the stages in the notebook of skills (it allows to keep the educational 
16
data from one year to the next while allowing to begin validating some skills).
6148 bpr 17
</p><p>
2366 reyssat 18
The computation of the level of acquisition is done as follows :
6148 bpr 19
</p><p class="wimscenter">
2366 reyssat 20
!insmath 10 \times \frac{\sum_{i=1}^{N} NM(x_{L[i;1],L[i;2]})}{\sum_{i=1}^{N} \delta_{L[i;1]}}
6148 bpr 21
</p>
2366 reyssat 22
where
23
<ul>
3057 bpr 24
 <li> <i>N</i> is the number of exercise series occuring in the stage.</li>
25
 <li> <i>L</i> is the list of exercise series occuring in the stage. Each element of this list contains 
3921 bpr 26
 the number of the worksheet (denoted by  L[i;1]) and the number of the exercise series 
27
 in the worksheet (denoted by L[i;2]).</li>
2366 reyssat 28
 <li> 
29
  !insmath X_{i,j}
3921 bpr 30
  is the quality score for the exercise series <i>j</i> of the worksheet <i>i</i>.</li>
2366 reyssat 31
 <li> 
32
  !insmath \delta_i
3921 bpr 33
  is 1 if the worksheet <i>i</i> is not in the list of worksheets desactivated for the calculation of 
3057 bpr 34
  the acquisition level of the stages and <i>0</i> else.</li>
35
 <li> NM(a) is <i>1</i> if  and <i>a</i> is more than the minimal score needed 
36
 to consider that a series is correctly done and <i>0</i> else 
37
 (choosing this minimal score to <i>0</i> neutralizes this option).
38
 </li>
2366 reyssat 39
</ul>
3057 bpr 40
<p></p>
3921 bpr 41
<b><u>Remark</u></b>: if you change the status of a virtual worksheet, class participants have to exit
3066 bpr 42
the skill booklet to view change
3057 bpr 43
if they are looking at the skill booklet. If not, acquisition level will be totally wrong !!!