Subversion Repositories wimsdev

Rev

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

Rev 1262 Rev 1409
Line 1... Line 1...
1
!nocache
1
!nocache
-
 
2
<!-- Begin nl/form.phtml-->
2
!if $oefsteps!=$empty
3
!if $oefsteps!=$empty
3
 !set fieldtot=!itemcnt $thisstep
4
 !set fieldtot=!itemcnt $thisstep
4
!else
5
!else
5
 !set fieldtot=$[$choicecnt+$replycnt]
6
 !set fieldtot=$[$choicecnt+$replycnt]
6
!endif
7
!endif
Line 11... Line 12...
11
 
12
 
12
!set N_=!itemcnt $embedded
13
!set N_=!itemcnt $embedded
13
!if $fieldtot<=$N_
14
!if $fieldtot<=$N_
14
 !goto send
15
 !goto send
15
!endif
16
!endif
16
 
-
 
17
!if $hasembedding!=yes
-
 
18
 <a name=oefform id=oefform> </a>
-
 
19
 !form reply name=replyform onsubmit="return formcheck();"
-
 
20
!endif
17
<legend>
21
 
-
 
22
!if $error=$empty
18
!if $error=$empty
23
Voer hier je antwoord in:
19
Voer hier je antwoord in:
24
!else
20
!else
25
 <b>Corrigeer</b> je antwoord :
21
 <b>Corrigeer</b> je antwoord :
26
!endif
22
!endif
-
 
23
</legend>
-
 
24
 
-
 
25
!if $hasembedding!=yes
-
 
26
 <a name=oefform id=oefform> </a>
-
 
27
 !form reply name="replyform" onsubmit="return formcheck();"
-
 
28
!endif
-
 
29
 
27
!if $oefsteps!=$empty and $oefstepcnt>1
30
!if $oefsteps!=$empty and $oefstepcnt>1
28
 !if $dynsteps=yes
31
 !if $dynsteps=yes
29
  (stap $oefstep)
32
  (stap $oefstep)
30
 !else
33
 !else
31
  (stap $oefstep/$oefstepcnt)
34
  (stap $oefstep/$oefstepcnt)
32
 !endif
35
 !endif
33
!endif
36
!endif
34
<br><table border=0>
37
<br><table border=0>
35
!distribute item 1,1 into cntr,cntc
38
!distribute item 1,1 into cntr,cntc
36
!for t in $ansorder
39
!for t in $ansorder
37
 !if $oefsteps=$empty or $t$(cnt$t) isitemof $thisstep
40
 !if $oefsteps=$empty or $t$(cnt$t) isitemof $thisstep
Line 41... Line 44...
41
!next t
44
!next t
42
</table>
45
</table>
43
:send
46
:send
44
!if $wims_fill_list!=$empty and $fillcnt>0 and $wims_fill_type!=$empty
47
!if $wims_fill_list!=$empty and $fillcnt>0 and $wims_fill_type!=$empty
45
 !read anstype/$wims_fill_type.after
48
 !read anstype/$wims_fill_type.after
-
 
49
!endif
-
 
50
!if $hasembedding!=yes
-
 
51
</fieldset>
-
 
52
<!-- </fieldset> end of "oefform" fieldset-->
46
!endif
53
!endif
47
!if $oef_formnosubmit!=yes
54
!if $oef_formnosubmit!=yes
48
 <center>
55
 <center>
49
 <input type=submit value="OK en VERSTUREN">
56
 <input type=submit value="OK en VERSTUREN">
50
 </center>
57
 </center>
Line 52... Line 59...
52
</form>
59
</form>
53
 
60
 
54
!if $qcmgood<1 and $choicecnt>0
61
!if $qcmgood<1 and $choicecnt>0
55
 <small><b>Opmerking.</b> Kies '$ch_none', als je denkt dat het goede antwoord er niet bijzit.</small> <p>
62
 <small><b>Opmerking.</b> Kies '$ch_none', als je denkt dat het goede antwoord er niet bijzit.</small> <p>
56
!endif
63
!endif
57
 
-
 
-
 
64
<!-- End nl/form.phtml-->
58
 
65