Rev 5947 | Rev 10822 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5947 | Rev 6249 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | <small> |
36 | <small> |
37 | !href target=wims_mhelp cmd=help&special_parm=if complete list |
37 | !href target=wims_mhelp cmd=help&special_parm=if complete list |
38 | </small> |
38 | </small> |
39 | </caption> |
39 | </caption> |
40 | $table_hdtr<th>condition</th><th>when it is met</th></tr> |
40 | $table_hdtr<th>condition</th><th>when it is met</th></tr> |
41 | $table_tr<td |
41 | $table_tr<td class="tt wims_code_words">\reply1=5</td><td>first freestyle reply is exactly equal to 5</td></tr> |
42 | $table_tr<td |
42 | $table_tr<td class="tt wims_code_words">\reply1>\reply2+2</td><td>first freestyle reply is > second one plus 2</td></tr> |
43 | $table_tr<td |
43 | $table_tr<td class="tt wims_code_words">\choice1=Yes and \choice2=No</td> |
44 | <td>first multiple choice is Yes and second is No (<b>attention</b> the |
44 | <td>first multiple choice is Yes and second is No (<b>attention</b> the |
45 | comparison in multiple choices is case-sensitive!) |
45 | comparison in multiple choices is case-sensitive!) |
46 | </td></tr> |
46 | </td></tr> |
47 | $table_tr<td |
47 | $table_tr<td class="tt wims_code_words">\reply1<5 or \reply1>8</td> |
48 | <td>first reply is outside the range from 5 to 8. |
48 | <td>first reply is outside the range from 5 to 8. |
49 | </td></tr>$table_tr<td><tt class="wims_code_words">3 isitemof \reply1 |
49 | </td></tr>$table_tr<td><tt class="wims_code_words">3 isitemof \reply1 |
50 | <td>the first reply, of type "set" or "vector", contains a component "3". |
50 | <td>the first reply, of type "set" or "vector", contains a component "3". |
51 | </td></tr> |
51 | </td></tr> |
52 | $table_end |
52 | $table_end |