Rev 18472 | Blame | Compare with Previous | Last modification | View Log | RSS feed
!set ans_require=
!set anstype=yes
!set anstyle=numeric
!if $wims_read_parm=def
!exit
!endif
!if debug iswordof $m_oefenv and ?analyze notin $(replygood$i)
!set replydefaulted=yes
!if $oef_default=yes
!default reply$i=$(replygood$i)
!endif
!endif
!if $wims_read_parm!=noprompt
<tr><td><label for="reply$i">$(replyname$i)</label> =</td><td>
!endif
!read anstype/inputcss.inc
!if vector_left isin $(replyoption$i) or vector_right isin $(replyoption$i)
!set vector_left_=!getopt vector_left in $(replyoption$i)
!set vector_right_=!getopt vector_right in $(replyoption$i)
!endif
!default vector_left_=(
!default vector_right_=)
!bound inputsize between integer 1 and 100 default 30
$vector_left_
<input list="emptylist" id="reply$i" size="$inputsize" name="reply$i" value="$(reply$i)" autocapitalize="none" $inputoption>
$vector_right_
!if symbols isin $(replyoption$i)
!read anstype/symbols.inc
!endif
!if $wims_read_parm!=noprompt
</td></tr>
!endif
!reset inputsize inputoption option vector_left_ vector_right_