Rev 3797 | Rev 5903 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3797 | Rev 4091 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | 7 | ||
8 | 8 | ||
9 | :example |
9 | :example |
10 | <span class="wims_help_example">Examples</span> |
10 | <span class="wims_help_example">Examples</span> |
11 | <ul> |
11 | <ul> |
12 | <li><tt>\embed{reply 1}</tt> insert the first freestyle reply into the text.</li> |
12 | <li><tt class="wims_code_words">\embed{reply 1}</tt> insert the first freestyle reply into the text.</li> |
13 | <li><tt>\embed{reply 2,10}</tt> insert the second freestyle reply into the text, |
13 | <li><tt class="wims_code_words">\embed{reply 2,10}</tt> insert the second freestyle reply into the text, |
14 | with an input field of size 10.</li> |
14 | with an input field of size 10.</li> |
15 | <li><tt>\embed{choice 1}</tt> insert the first multiple choice into the text.</li> |
15 | <li><tt class="wims_code_words">\embed{choice 1}</tt> insert the first multiple choice into the text.</li> |
16 | </ul> |
16 | </ul> |
17 | 17 | ||
18 | Special case. If the type of <tt>reply 1 |
18 | Special case. If the type of <tt class="wims_code_words">reply 1</tt> is among <tt class="wims_code_words">checkbox</tt>, |
19 | <tt>click |
19 | <tt class="wims_code_words">click</tt>, <tt class="wims_code_words">radio</tt>, <tt class="wims_code_words">\embed{reply 1,2}</tt> |
20 | inserts only one of the choices (here the number 2 in this case), either |
20 | inserts only one of the choices (here the number 2 in this case), either |
21 | clickable (<tt>click</tt>) or with a button for marking it. This allows |
21 | clickable (<tt class="wims_code_words">click</tt>) or with a button for marking it. This allows |
22 | insertions of the choices in versatile text structures. |
22 | insertions of the choices in versatile text structures. |