Subversion Repositories wimsdev

Rev

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

Rev 1198 Rev 1262
Line 2... Line 2...
2
!!<body $wims_htmlbody>
2
!!<body $wims_htmlbody>
3
!header1
3
!header1
4
<p><center><h3>
4
<p><center><h3>
5
!href module=$module&cmd=intro WIMS
5
!href module=$module&cmd=intro WIMS
6
 $module_title<br>
6
 $module_title<br>
7
<font size=-1>--- Printbare versie ---</font></h3></center> <p>
7
<font size=-1>--- Printbare versie ---</font></h3></center> <br>
8
!!<div class=wimsbody>
8
!!<div class=wimsbody>
9
 
9
 
10
!if $error!=$empty
10
!if $error!=$empty
11
 !changeto oef/msg.phtml
11
 !changeto oef/msg.phtml
12
!endif
12
!endif
13
 
13
 
14
!for i=1 to $n
14
!for i=1 to $n
15
 <p>
15
 <br>
16
 <b>Oefening</b> $i. (<u><em>$(title_$i)</em></u>)
16
 <b>Oefening</b> $i. (<u><em>$(title_$i)</em></u>)
17
 !if $(question_$i)=$empty
17
 !if $(question_$i)=$empty
18
  (Niet Printbaar)
18
  (Niet Printbaar)
19
 !else
19
 !else
20
  !if __EXECUTED_ isin $(question_$i) and _EXERCISE__ isin $(question_$i)
20
  !if __EXECUTED_ isin $(question_$i) and _EXERCISE__ isin $(question_$i)
Line 35... Line 35...
35
 
35
 
36
!if $wims_user!=$empty and $wims_user!=supervisor
36
!if $wims_user!=$empty and $wims_user!=supervisor
37
 !goto noans
37
 !goto noans
38
!endif
38
!endif
39
 
39
 
-
 
40
!if $test_print=1
40
<p><hr>
41
    <br><hr>
41
<div class="wims_solution">
42
    <div class="wims_solution">
42
<center><h3>Antwoorden</h3></center> <p>
43
    <center><h3>Antwoorden</h3></center> <br>
43
!for i=1 to $n
44
    !for i=1 to $n
44
 !set t=!linecnt $(ans_$i)
45
        !set t=!linecnt $(ans_$i)
45
 !if $t>0
46
        !if $t>0
-
 
47
            <br>
46
  <p><b>Antwoord op vraag $i.</b><ul>
48
            <b>Antwoord op vraag $i.</b>
-
 
49
            <ul>
47
  !for k=1 to $t
50
            !for k=1 to $t
48
   <li>
51
                <li>
49
   !line $k of $(ans_$i)
52
                    !line $k of $(ans_$i)
50
   </li>
53
                </li>
51
  !next k
54
            !next k
52
  </ul>
55
            </ul>
53
 !endif
56
        !endif
54
!next i
57
    !next i
55
</div>
58
    </div>
-
 
59
!endif
56
 
60
 
57
:noans
61
:noans
58
</div>
62
</div>
59
!!<div class="wims_print"><
63
!!<div class="wims_print"><
60
!!!href cmd=reply&print=yes Opnieuw
64
!!!href cmd=reply&print=yes Opnieuw
Line 64... Line 68...
64
!!</body></html>
68
!!</body></html>
65
!set wims_menu_tail=!append line renew,1,cmd=reply&print=yes\
69
!set wims_menu_tail=!append line renew,1,cmd=reply&print=yes\
66
back2,1,module=$module&cmd=intro\
70
back2,1,module=$module&cmd=intro\
67
to $wims_menu_tail
71
to $wims_menu_tail
68
!tail
72
!tail
-
 
73
 
-
 
74