Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!if $option iswordof newcase
2
 !changeto deduc/$module_language/form$option.phtml
3
!endif
4
 
5
!if $casefinished!=$empty
6
 The case
7
 !htmlmath $casefinished
8
 is over.
9
!endif
10
 
11
!if $casecnt>1
12
 !if $casecnt<3
13
  !if $casefinished!=$empty
14
   It remains the
15
  !else
16
   It is your
17
  !endif
18
  last case to process:
19
 !else
20
  !if $casefinished!=$empty
21
   It remains
22
  !else
23
   You have
24
  !endif
25
  !href cmd=reply&opt=newcase $[$casecnt-1] cases
26
  to process. Current case:
27
 !endif
28
 !htmlmath $caseid
29
 <p>
30
!endif
31
 
32
!form reply
33
!if $currstep=1
34
 You must solve this exercise step by step, using the step methods presented
35
 in the menu.
36
 Method for the first step:
37
!else
38
 Method for step $currstep:
39
!endif
40
 <small>[
41
 !href cmd=help&help_subject=methall&special_parm=$thisexo help
42
 ]
43
 !set random1=!randint 1,10^6
44
 !set random2=!randint 1,10^6
45
 !set random=$random1.$random2
46
 [
47
 !href cmd=help&help_subject=status&special_parm=$random status of the exercise
48
 ]</small> <br>
49
!set n_=!linecnt $m_context
50
!reset l_,t_
51
!if $n_>10 and prf/cleanhyp notitemof $mthlist
52
 !set l_=,prf/cleanhyp
53
 !set t_=,Erase useless hypotheses
54
!endif
55
!formselect method list -,$mthlist$l_ prompt $ch_choose,$mtitles$t_
56
<input type=submit value=Continue>
57
 
58
</form>
59