Subversion Repositories wimsdev

Rev

Rev 2337 | Rev 4021 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2337 Rev 3049
Line 27... Line 27...
27
 <caption>$name_scoreexam</caption>
27
 <caption>$name_scoreexam</caption>
28
 $table_tr<th>$wims_name_Exercise<th>$wims_name_title</th><th>$name_coeff<th>$name_Score
28
 $table_tr<th>$wims_name_Exercise<th>$wims_name_title</th><th>$name_coeff<th>$name_Score
29
 !for i=1 to $exocnt
29
 !for i=1 to $exocnt
30
  !set ex=!record $i of wimshome/log/classes/$wims_class/exams/.exam$exam
30
  !set ex=!record $i of wimshome/log/classes/$wims_class/exams/.exam$exam
31
  !distribute lines $ex into we,li,ti
31
  !distribute lines $ex into we,li,ti
32
   $table_tr<td align=center>$i
32
   $table_tr<td align="center">$i
33
  <td align=center>$ti
33
  <td align="center">$ti
34
  <td align=center>$we<td align=center>
34
  <td align="center">$we<td align="center">
35
  !if $(replied$i)>0
35
  !if $(replied$i)>0
36
   $(got$i)
36
   $(got$i)
37
  !else
37
  !else
38
   <small>$name_pending</small>
38
   <small>$name_pending</small>
39
  !endif
39
  !endif
40
 !next i
40
 !next i
41
  $table_tr<td align=center colspan=4>
41
  $table_tr<td align="center" colspan=4>
42
 !default score=$sprime
42
 !default score=$sprime
43
$name_scoreexam2: <b>$score</b> <small>/ 10</small>.
43
$name_scoreexam2: <b>$score</b> <small>/ 10</small>.
44
 $table_end
44
 $table_end
45
!endif
45
!endif
46
<p>
46
<p>