Subversion Repositories wimsdev

Rev

Rev 20 | Rev 1664 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!nocache
2
!if bad_exo iswordof $error
3
 !exit
4
!endif
5
 
6
!set indgood=<font color=green><b>pravilen odgovor</b></font>
7
!set indbad =<font color=red><b>napačen odgovor</b></font>
8
!set indprec=<font color=red><b>premajhna natančnost</b></font>
9
!set condgood=<font color=green><b>DA</b></font>
10
!set condbad =<font color=red><b>NE</b></font>
11
!set indsee =<small>preberi spodnje besedilo</small>
12
 
13
<table border=0>
14
<tr><th colspan=3>Analiza vašega odgovora.
15
!distribute item 1,1 into cntr,cntc
16
!for t in $ansorder
17
 !set i=$(cnt$t)
18
 !if $oefsteps=$empty or $t$i isitemof $gotsteps
19
  !read oef/answer$t.phtml
20
 !endif
21
 !advance cnt$t
22
!next t
23
 
24
!if $conditioncnt>0
25
 !if $embedded_bracket!=$empty
26
  <tr><td align=left colspan=2 nowrap><small>$embedded_bracket</small></td></tr>
27
 !endif
1049 bpr 28
 !!<tr></tr><tr></tr>
20 reyssat 29
!endif
30
!for i in $condlist
31
 <tr><td colspan=2><b>$(condname$i)</b>:<td>
32
 !item $(condtest$i)+1 of $condbad,$condgood
33
!next i
34
 
35
</table>
36
 
37
!if $feedbackcnt>0
38
 !read $deffile feedback
39
!endif
40
 
41
!if $solution!=$empty and ($presentsol>1 or ($presentsol=1 and $score<10))
42
 <p><b>Solution.</b>
43
 !if $solution!=$executed_str or $oef2wims_version<3.10
44
  $solution
45
 !else
46
  !read $deffile solution
47
 !endif
48
!endif
49