Subversion Repositories wimsdev

Rev

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

Rev 11636 Rev 12721
Line 23... Line 23...
23
!set o_statement=!reinput $oef_statement
23
!set o_statement=!reinput $oef_statement
24
<textarea class="nowrap" rows="6" cols="$sizex" required="required" name="oef_statement">$o_statement</textarea>
24
<textarea class="nowrap" rows="6" cols="$sizex" required="required" name="oef_statement">$o_statement</textarea>
25
</div>
25
</div>
26
!if $oef_answercnt>0
26
!if $oef_answercnt>0
27
$table_header
27
$table_header
28
 <caption>$name_free
28
 <caption>$name_free</caption>
29
$table_tr<th>$wims_name_name</th><th>$name_goodsol</th><th>$wims_name_Type</b>
29
$table_tr<th>$wims_name_name</th><th>$name_goodsol</th><th>$wims_name_Type</b>
30
 !set wims_ref_class=wims_button_help
30
 !set wims_ref_class=wims_button_help
31
 !href target=wims_mhelp cmd=help&special_parm=reply#freestyle $wims_name_help
31
 !href target=wims_mhelp cmd=help&special_parm=reply#freestyle $wims_name_help
32
 </th></tr>
32
 </th></tr>
33
 !for i=1 to $oef_answercnt
33
 !for i=1 to $oef_answercnt
Line 49... Line 49...
49
 </p>
49
 </p>
50
!endif
50
!endif
51
 
51
 
52
!if $oef_condcnt>0
52
!if $oef_condcnt>0
53
 $table_header
53
 $table_header
54
 <caption>$name_condition_numeric,
54
 <caption>$name_condition_numeric,</caption>
55
 $table_tr<th>$name_name_condition</th><th>$name_definition</th></tr>
55
 $table_tr<th>$name_name_condition</th><th>$name_definition</th></tr>
56
 !for i=1 to $oef_condcnt
56
 !for i=1 to $oef_condcnt
57
  !set p_=!reinput $(Condname$i)
57
  !set p_=!reinput $(Condname$i)
58
   $table_tr<td><input size="$promptlim" maxlength="$promptlim" name="Condname$i" value="$p_" /></td>
58
   $table_tr<td><input size="$promptlim" maxlength="$promptlim" name="Condname$i" value="$p_" /></td>
59
  !set p_=!reinput $(Condtest$i)
59
  !set p_=!reinput $(Condtest$i)
Line 62... Line 62...
62
$table_end
62
$table_end
63
!endif
63
!endif
64
 
64
 
65
!if $oef_choicecnt>0
65
!if $oef_choicecnt>0
66
 $table_header
66
 $table_header
67
 <caption>$name_multiple
67
 <caption>$name_multiple</caption>
68
  $table_tr<th>$wims_name_name</th><th>$name_goodchoice</th><th>$name_badchoice</th></tr>
68
  $table_tr<th>$wims_name_name</th><th>$name_goodchoice</th><th>$name_badchoice</th></tr>
69
 !for i=1 to $oef_choicecnt
69
 !for i=1 to $oef_choicecnt
70
  !set p_=!reinput $(choiprompt$i)
70
  !set p_=!reinput $(choiprompt$i)
71
 $table_tr<td> <input size="$promptlim" maxlength="$promptlim" name="choiprompt$i" value="$p_" /></td>
71
 $table_tr<td> <input size="$promptlim" maxlength="$promptlim" name="choiprompt$i" value="$p_" /></td>
72
  !set p_=!reinput $(choigood$i)
72
  !set p_=!reinput $(choigood$i)