Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
23 reyssat 1
 
2
!form reply
3
<input type=hidden name=level value=2>
4
Donnez un titre à l'exercice que vous voulez créer&nbsp;:<br>
5
<input size=40 maxlength=40 name=oef_title value="$oef_title"> <p>
6
Format de l'énoncé du problème&nbsp;:
7
!formselect oef_format list tex,html
8
 [
2391 bpr 9
 !href target=wims_mhelp cmd=help&special_parm=format $wims_name_help
23 reyssat 10
 ]<p>
11
Cet exercice demandera
12
!formselect oef_answercnt from 0 to 10
13
réponses libres et
14
!formselect oef_choicecnt from 0 to 10
15
réponses en choix multiples.
16
Les réponses numériques non calculées (telle <tt>3*5-sin(pi/3)</tt>)
17
!formselect oef_computeanswer list yes,no prompt sont, ne sont pas
18
admises.
19
!formselect oef_condcnt from 0 to $condlim
20
conditions seront utilisées pour tester les réponses libres.
21
 [
2391 bpr 22
 !href target=wims_mhelp cmd=help&special_parm=reply $wims_name_help
23 reyssat 23
 ]
24
<p><table border=0><tr><td align=right>
2391 bpr 25
$wims_name_Author<td><input size=30 maxlength=60 name=oef_author value="$oef_author">
23 reyssat 26
<tr><td align=right>
2391 bpr 27
$wims_name_email<td><input size=30 maxlength=80 name=oef_email value="$oef_email">
23 reyssat 28
</table>
29
<p><center>
2391 bpr 30
<input type=submit value="$name_continue">
23 reyssat 31
</center>
32
</form>
1260 bpr 33
 
23 reyssat 34
!if $wims_user=supervisor
35
 !read wimshome/log/classes/$wims_class/Exindex
36
 !if $exototal>0
37
  <p>
38
  !form new
1022 bpr 39
  <input type=hidden name=module value="$module">
2391 bpr 40
  $name_modify
23 reyssat 41
  !formselect existing list $exolist prompt $titlelist
2391 bpr 42
  <input type=submit value="$wims_name_tosave"></form>
23 reyssat 43
 !endif
44
!endif
45