Rev 14258 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14258 | Rev 14983 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! Level 3 happens when an exercice file has been submitted |
1 | !! Level 3 happens when an exercice file has been submitted |
2 | 2 | ||
3 | <div class="wims_msg success">$name_success.</div> |
3 | <div class="wims_msg success">$name_success.</div> |
4 | !set rr=$[$replycnt+$choicecnt] |
4 | !set rr=$[$replycnt+$choicecnt] |
5 | $table_header |
5 | $table_header |
6 | <caption> |
6 | <caption>$name_techanalysis</caption> |
7 | $table_tr<th width="50%" scope="row">$wims_name_title</th><td>$title</td></tr> |
7 | $table_tr<th width="50%" scope="row">$wims_name_title</th><td>$title</td></tr> |
8 | $table_tr<th scope="row">$name_parameter_cnt</th><td>$varcnt</td></tr> |
8 | $table_tr<th scope="row">$name_parameter_cnt</th><td>$varcnt</td></tr> |
9 | $table_tr<th scope="row">$name_answer_cnt</th><td>$rr</td></tr> |
9 | $table_tr<th scope="row">$name_answer_cnt</th><td>$rr</td></tr> |
10 | $table_end |
10 | $table_end |
11 | 11 |