<h4>Embed answers into the statements</h4>
:signification
It is possible to embed (include) answers into the statement of your
exercises under html format. The embedded replies and choices should be
:example
<span class="wims_help_example">Examples</span>
<ul>
<li><tt class="wims_code_words">\embed{reply 1}</tt> insert the first freestyle reply into the text.</li>
<li><tt class="wims_code_words">\embed{reply 2,10}</tt> insert the second freestyle reply into the text,
with an input field of size 10.</li>
<li><tt class="wims_code_words">\embed{choice 1}</tt> insert the first multiple choice into the text.</li>
</ul>
Special case. If the type of <tt class="wims_code_words">reply 1</tt> is among <tt class="wims_code_words">checkbox</tt>,
<tt class="wims_code_words">click</tt>, <tt class="wims_code_words">radio</tt>, <tt class="wims_code_words">\embed{reply 1,2}</tt>
inserts only one of the choices (here the number 2 in this case), either
clickable (<tt class="wims_code_words">click</tt>) or with a button for marking it. This allows
insertions of the choices in versatile text structures.