Rev 10541 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10541 | Rev 12306 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 3 | ||
4 | !let help_isread=yes |
4 | !let help_isread=yes |
5 | !if $wims_read_parm!=$empty |
5 | !if $wims_read_parm!=$empty |
6 | !goto $wims_read_parm |
6 | !goto $wims_read_parm |
7 | !endif |
7 | !endif |
- | 8 | !set wims_backslash_insmath=yes |
|
8 | <p> |
9 | <p> |
9 | The skills booklet allows to synthetically read the whole scored work of the participants of the class. |
10 | The skills booklet allows to synthetically read the whole scored work of the participants of the class. |
10 | It consists of skills (at most $maxcomp), each one can possess several stages (up to $maxpalier). |
11 | It consists of skills (at most $maxcomp), each one can possess several stages (up to $maxpalier). |
11 | </p><p> |
12 | </p><p> |
12 | 13 | ||
13 | For each stage, the teacher can define the list of series of exercises in the class for which the |
14 | For each stage, the teacher can define the list of series of exercises in the class for which the |
14 | score is used for computing the level of acquisition of the stage. |
15 | score is used for computing the level of acquisition of the stage. |
15 | </p><p> |
16 | </p><p> |
16 | 17 | ||
17 | The teacher of the class can decide that some virtual worksheets are neutralized when computing the |
18 | The teacher of the class can decide that some virtual worksheets are neutralized when computing the |
18 | degree of acquisition of the stages in the notebook of skills (it allows to keep the educational |
19 | degree of acquisition of the stages in the notebook of skills (it allows to keep the educational |
19 | data from one year to the next while allowing to begin validating some skills). |
20 | data from one year to the next while allowing to begin validating some skills). |
20 | </p><p> |
21 | </p><p> |
21 | The computation of the level of acquisition is done as follows : |
22 | The computation of the level of acquisition is done as follows : |
22 | </p><p class="wimscenter"> |
23 | </p><p class="wimscenter"> |
23 | !insmath 10 \times \frac{\sum_{i=1}^{N} |
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]}} |
24 | </p> |
25 | </p> |
25 | where |
26 | where |
26 | <ul> |
27 | <ul> |
27 | <li> |
28 | <li> \(N\) is the number of exercise series occuring in the stage.</li> |
28 | <li> |
29 | <li> \(L\) is the list of exercise series occuring in the stage. Each element of this list contains |
29 | the number of the worksheet (denoted by L[i;1]) and the number of the exercise series |
30 | the number of the worksheet (denoted by L[i;1]) and the number of the exercise series |
30 | in the worksheet (denoted by L[i;2]).</li> |
31 | in the worksheet (denoted by L[i;2]).</li> |
31 | <li> |
32 | <li> |
32 | !insmath X_{i,j} |
33 | !insmath X_{i,j} |
33 | is the quality score for the exercise series |
34 | is the quality score for the exercise series \(j\) of the worksheet \(i\).</li> |
34 | <li> |
35 | <li> |
35 | !insmath \delta_i |
36 | !insmath \delta_i |
36 | is 1 if the worksheet |
37 | is 1 if the worksheet \(i\) is not in the list of worksheets desactivated for the calculation of |
37 | the acquisition level of the stages and |
38 | the acquisition level of the stages and \(0\) else.</li> |
38 | <li> |
39 | <li> \(M(a)\) is \(1\) if \(a\) is more than the minimal score needed |
39 | to consider that a series is correctly done and |
40 | to consider that a series is correctly done and \(0\) else |
40 | (choosing this minimal score to |
41 | (choosing this minimal score to \(0\) neutralizes this option). |
41 | </li> |
42 | </li> |
42 | </ul> |
43 | </ul> |
43 | <p></p> |
44 | <p></p> |
44 | <b><u>Remark</u></b>: if you change the status of a virtual worksheet, class participants have to exit |
45 | <b><u>Remark</u></b>: if you change the status of a virtual worksheet, class participants have to exit |
45 | the skill booklet to view change |
46 | the skill booklet to view change |
46 | if they are looking at the skill booklet. If not, acquisition level will be totally wrong !!! |
47 | if they are looking at the skill booklet. If not, acquisition level will be totally wrong !!! |
47 | 48 | ||
48 | !exit |
49 | !exit |
49 | 50 | ||
50 | :color |
51 | :color |
- | 52 | <p> |
|
51 | 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). |
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). |
52 | < |
54 | </p><p> |
53 | Les couleurs se retrouvant sans texte sont affichées avec la plage de pourcentage de réussite auxquelles elles correspondent. |
55 | Les couleurs se retrouvant sans texte sont affichées avec la plage de pourcentage de réussite auxquelles elles correspondent. |
54 | < |
56 | </p><p> |
55 | 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. |
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. |
56 | 58 | </p> |
|
57 | !exit |
59 | !exit |