Rev 16377 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
17069 | bpr | 1 | <div class="wims_msg warning"> |
23 | reyssat | 2 | !if dontknow iswordof $error |
16377 | bpr | 3 | In feite, is de laatste stap |
4 | !if $step_reason=OK |
||
5 | goed. $step_remark |
||
6 | !else |
||
7 | foutief. $step_remark |
||
8 | <div> |
||
9 | !read reasons/$step_reason.det |
||
10 | </div> |
||
11 | De correcte versie van de laatste stap moest zijn; |
||
12 | <div class="wimscenter"> |
||
13 | !line $step of $good |
||
14 | </div> |
||
15 | !endif |
||
23 | reyssat | 16 | <p> |
16377 | bpr | 17 | het is wel jammer, dat je dat niet doorzag... |
18 | </p> |
||
19 | !goto gnext |
||
23 | reyssat | 20 | !endif |
21 | |||
17069 | bpr | 22 | <b>$wims_name_Error.</b> |
23 | reyssat | 23 | |
24 | !if step_error iswordof $error |
||
16377 | bpr | 25 | !if $step_reason=OK |
26 | Maar deze stap is <b>echt</b> wel goed ! |
||
27 | $step_remark |
||
23 | reyssat | 28 | !else |
16377 | bpr | 29 | !if $ask_reason>0 and $step_reason!=$ans |
30 | Neen, de laatste stap is foutief, maar niet vlgs jouw verklaring. |
||
31 | !else |
||
32 | Maar nee , er is wel degelijk een fout in de laatste stap. |
||
33 | !endif |
||
34 | $step_remark |
||
35 | <div> |
||
36 | !read reasons/$step_reason.det |
||
37 | </div> |
||
38 | De correcte versie van de laatste stap moest zijn |
||
39 | <div class="wimscenter"> |
||
40 | !line $step of $good |
||
41 | </div> |
||
23 | reyssat | 42 | !endif |
16377 | bpr | 43 | :gnext |
17069 | bpr | 44 | </div> |
23 | reyssat | 45 | <p> |
16377 | bpr | 46 | !if $step<$stepcnt |
17069 | bpr | 47 | !set wims_ref_class=wims_button |
16377 | bpr | 48 | !href cmd=reply&ans=next Naar de volgende stap. |
49 | !else |
||
50 | Dit is het einde van deze oefening.Jouw score: $module_score/10. |
||
51 | !endif |
||
52 | </p> |
||
53 | !exit |
||
23 | reyssat | 54 | !endif |
55 | |||
56 | !if bad_step iswordof $error |
||
16377 | bpr | 57 | !if $badstep=0 |
58 | Je denkt dat alle stappen goed zijn.. |
||
23 | reyssat | 59 | !else |
16377 | bpr | 60 | Je denkt dat de eerste foutieve stap nummer $badstep heeft. |
23 | reyssat | 61 | !endif |
16377 | bpr | 62 | !if $bad_steps=$empty |
63 | Je hebt het mis: alle stappen zijn correct. |
||
64 | <p> |
||
65 | !line $badstep of $remarks |
||
66 | </p> |
||
67 | !else |
||
68 | Nee, de <em>eerste</em> foutieve stap is nummer $sss. <p> |
||
69 | !if $badstep>0 |
||
70 | !if $badstep isitemof $bad_steps |
||
71 | Step nummer $badstep is inderdaad foutief, maar het is niet de <em>eerste</em> foutieve stap. |
||
72 | !else |
||
73 | In tegenstelling, stap $badstep is gewoon goed. |
||
74 | !endif |
||
75 | !else |
||
76 | $bad_reason |
||
77 | <div> |
||
78 | !set rrr=!item 1 of $bad_reasons |
||
79 | !read reasons/$rrr.det |
||
80 | </div> |
||
81 | !endif |
||
82 | !endif |
||
17069 | bpr | 83 | </div> |
16377 | bpr | 84 | <p>Je score: $module_score/10.</p> |
85 | !exit |
||
23 | reyssat | 86 | !endif |
87 | |||
10482 | bpr | 88 | !msg $error |