Subversion Repositories wimsdev

Rev

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

Rev 13419 Rev 13424
Line 196... Line 196...
196
Here are some examples of testing conditions. (<span class="tt wims_code_variable">ans1</span> and
196
Here are some examples of testing conditions. (<span class="tt wims_code_variable">ans1</span> and
197
<span class="tt wims_code_variable">ans2</span> are undefined variables appearing in freestyle answers, as
197
<span class="tt wims_code_variable">ans2</span> are undefined variables appearing in freestyle answers, as
198
described above.)
198
described above.)
199
!href target=wims_mhelp cmd=help&special_parm=if Complete list of relations
199
!href target=wims_mhelp cmd=help&special_parm=if Complete list of relations
200
</p>
200
</p>
201
 
-
 
202
$table_header
201
$table_header
203
$table_hdtr<th>Condition</th><th>meaning</th></tr>
202
$table_hdtr<th>Condition</th><th>meaning</th></tr>
204
$table_tr<td><tt class="wims_code_variable">ans1>=0 and \ans1<=1</tt></td>
203
$table_tr<td><tt class="wims_code_variable">ans1>=0 and \ans1<=1</tt></td>
205
    <td>Good if <span class="tt wims_code_words">ans1</span> is within the interval [0,1].</td></tr>
204
    <td>Good if <span class="tt wims_code_words">ans1</span> is within the interval [0,1].</td></tr>
206
$table_tr<td class="tt wims_code_variable">ans1=1 or \ans1=3 or \ans1=5</td>
205
$table_tr<td class="tt wims_code_variable">ans1=1 or \ans1=3 or \ans1=5</td>
Line 212... Line 211...
212
    <td>Good if <span class="tt wims_code_words">ans1</span> is a multiple of $m_pi.</td></tr>
211
    <td>Good if <span class="tt wims_code_words">ans1</span> is a multiple of $m_pi.</td></tr>
213
$table_end
212
$table_end
214
<p>See
213
<p>See
215
!href cmd=help&special_parm=oef help on oef format
214
!href cmd=help&special_parm=oef help on oef format
216
 for the syntax for defining replies.</p>
215
 for the syntax for defining replies.</p>
217
 
-