Rev 13826 | Rev 14042 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13826 | Rev 13838 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | !exit |
35 | !exit |
36 | !endif |
36 | !endif |
37 | 37 | ||
38 | :statut |
38 | :statut |
39 | <h2 id="statut">Status of a worksheet</h2> |
39 | <h2 id="statut">Status of a worksheet</h2> |
40 |
|
40 | There are four possible values for a sheet status: |
41 | <span class="wims_emph"> |
41 | <span class="wims_emph"> |
42 | !replace internal , by ,$ $ in $(wims_name_shstatus). |
42 | !replace internal , by ,$ $ in $(wims_name_shstatus). |
43 | </span> |
43 | </span> |
44 | <p> |
44 | <p> |
45 | <span class="wims_emph">$(wims_name_shstatus[1]) :</span> |
45 | <span class="wims_emph">$(wims_name_shstatus[1]) :</span> |
Line 263... | Line 263... | ||
263 | 263 | ||
264 | :score |
264 | :score |
265 | !changeto adm/lang/help.score.en |
265 | !changeto adm/lang/help.score.en |
266 | 266 | ||
267 | :exotrymax |
267 | :exotrymax |
- | 268 | <h2 id="exotrymax">Maximal number of attempts</h2> |
|
- | 269 | This parameter defines a maximal number <span class="tt">n</span> |
|
- | 270 | of attempts to be used in the calculation of grades when score recording is open on the sheet. |
|
- | 271 | <p> |
|
- | 272 | If you do not want to set a maximum value, leave this field empty. |
|
- | 273 | </p> |
|
- | 274 | <p> |
|
- | 275 | <strong>Attempt or try</strong>: working on a series of exercices counts |
|
- | 276 | as an attempt whether or not an answer is supplied |
|
- | 277 | and whether or not score recording is enabled. |
|
- | 278 | </p> |
|
- | 279 | If a postive number <span class="tt">n</span> is supplied |
|
- | 280 | <ul><li> |
|
- | 281 | one still may work on the exercise after this number is attained; |
|
- | 282 | </li><li> |
|
- | 283 | the attempt counter is incremented only when score recording is open on the sheet by the teacher. |
|
- | 284 | </li><li> |
|
- | 285 | the grade calculation uses only the scores for the <span class="tt">n</span> |
|
- | 286 | first attempts with score recording activated. Therefore, the required point number for the exercice |
|
- | 287 | cannot exceed <span class="tt">10 x n,</span> as this is the maximum number of points |
|
268 |
|
288 | a participant might obtain for the exercice. |
- | 289 | </li></ul> |
|
269 | !exit |
290 | !exit |
270 | 291 | ||
271 | :weight |
292 | :weight |
272 | !read lang/help.phtml. |
293 | !read lang/help.phtml.en weight |
273 | !exit |
294 | !exit |
274 | 295 | ||
275 | :weightexo |
296 | :weightexo |
- | 297 | !set wims_backslash_insmath=yes |
|
- | 298 | <h2 id="weightexo">Weight of an exercise in the sheet</h2> |
|
- | 299 | The weight of an exercise in the sheet is used in the calculation of three work |
|
- | 300 | estimators on a sheet |
|
- | 301 | - <span class="wims_code_variable">$(wims_name_thsheet[5]), |
|
- | 302 | $(wims_name_thsheet[10]), $(wims_name_thsheet[13])</span> |
|
- | 303 | and in the calculation of the score <span class="wims_code_variable">$(wims_name_thsheet[7])</span> de la feuille. |
|
- | 304 | <ul><li> The value of the indicator <span class="wims_code_variable">$(wims_name_thsheet[5])</span> |
|
- | 305 | is the weighted arithmetic mean of the scores from the exercises of the sheet, |
|
276 |
|
306 | each weight being the product of the weight |
- | 307 | of the exercise in the sheet by the required points number. |
|
- | 308 | A similar rule is used to compute the value of |
|
- | 309 | <span class="wims_code_variable">$(wims_name_thsheet[10])</span> |
|
- | 310 | and <span class="wims_code_variable">$(wims_name_thsheet[13])</span>. |
|
- | 311 | </li><li> The grade <span class="wims_code_variable">$(wims_name_thsheet[7])</span> |
|
- | 312 | on the sheet is a weighted mean of the quality note obtained for each exercise, |
|
- | 313 | the weight being the product of the the weight of the exercise in the sheet by the |
|
- | 314 | the running total estimator on the exercise. |
|
- | 315 | </li></ul> |
|
- | 316 | <p> |
|
- | 317 | A value of 0 means you do not want the scores from this exercise to be used. |
|
- | 318 | </p> |
|
- | 319 | Example: This spreadsheet shows the results for a student on a sheet with 3 exercises: |
|
- | 320 | $table_header |
|
- | 321 | <thead> |
|
- | 322 | $table_hdtr |
|
- | 323 | <th scope="col" data-sort-method="number">$(wims_name_thsheet[1])</th> |
|
- | 324 | <th scope="col">$(wims_name_thsheet[2])</th> |
|
- | 325 | <th scope="col" data-sort-method="number">$(wims_name_thsheet[3])</th> |
|
- | 326 | <th scope="col" data-sort-method="number">$(wims_name_thsheet[4])</th> |
|
- | 327 | !!qualite |
|
- | 328 | <th scope="col" data-sort-method="number">$(wims_name_thsheet[7])</th> |
|
- | 329 | <th scope="col" data-sort-method="number">$(wims_name_thsheet[5])</th> |
|
- | 330 | </tr> |
|
- | 331 | </thead> |
|
- | 332 | <tbody> |
|
- | 333 | <tr><td> 1 </td><td>Exo 1</td><td>20</td><td>2</td><td>5.5</td><td>60%</td></tr> |
|
- | 334 | <tr><td> 2 </td><td>Exo 2</td><td>10</td><td>3</td><td>6.5</td><td>25%</td></tr> |
|
- | 335 | <tr><td> 3 </td><td>Exo 3</td><td>10</td><td>0</td><td>8.5</td><td>100%</td></tr> |
|
- | 336 | </tbody> |
|
- | 337 | $table_end |
|
- | 338 | <ul><li> |
|
- | 339 | The score $(wims_name_thsheet[5]) on the sheet is |
|
- | 340 | \(\frac{2\times 20 \times 60 + 3 \times 10 \times 80 + 0}{2\times 20 + 3 \times 10}\% = 68.57\%\) |
|
- | 341 | </li><li> |
|
- | 342 | The score $(wims_name_thsheet[7]) on the sheet is |
|
- | 343 | \(\frac{2\times 60 \times 5.5 + 3 \times 80 \times 6.5 + 0}{2\times 60 + 3 \times 80} = 6.17\) |
|
- | 344 | </li></ul> |
|
- | 345 | !if $wims_read_parm!=$empty |
|
- | 346 | !exit |
|
277 | !exit |
347 | !exit |
278 | 348 | ||
279 | :exodescshow |
349 | :exodescshow |
- | 350 | If you check <span class="tt">$wims_name_yes</span>, the exercise description |
|
- | 351 | will appear in the exercise header, not only in the list of the exercise in the sheet |
|
280 |
|
352 | !if $wims_read_parm!=$empty |
- | 353 | !exit |
|
281 | !exit |
354 | !exit |