Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
20 reyssat 1
 
2
!form reply
3
Etape $currstep : $methexp.
4
<p>
5
!if $shcontext!=$empty
6
 Quelle est la condition d'application de cette méthode ?
7
 !set n=!itemcnt $shcontext
8
 !formselect repcontext from 0 to $n prompt $ch_choose,$listcontext
9
 <p>
10
!endif
11
!if $shresult!=$empty
12
 Qu'est ce que la méthode donne ? <ul>
13
 !set n=!itemcnt $shresult
14
 !for i=1 to $n
15
  !set b=!item $i of $listresult
3866 bpr 16
  <li><input type="radio" name="represult" value="$i"
20 reyssat 17
  !if $i=$represult
18
   checked
19
  !endif
5763 bpr 20
  />
20 reyssat 21
  !insmath $b
22
 !next i
23
 </ul><p>
24
!endif
25
 
5763 bpr 26
<center><input type="submit" value="Envoyer"/>
5928 bpr 27
</center>
28
!formend
20 reyssat 29