Subversion Repositories wimsdev

Rev

Rev 10271 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10271 Rev 14643
Line 2... Line 2...
2
 
2
 
3
:signification
3
:signification
4
It is possible to embed (include) answers into the statement of your
4
It is possible to embed (include) answers into the statement of your
5
exercises under html format. The embedded replies and choices should be
5
exercises under html format. The embedded replies and choices should be
6
defined usually.
6
defined usually.
7
 
-
 
8
 
7
 
9
:example
8
:example
10
 <span class="wims_help_example">Examples</span>
9
 <span class="wims_help_example">Examples</span>
11
 <ul>
10
 <ul>
12
  <li><span class="tt wims_code_words">\embed{reply 1}</span> insert the first freestyle reply into the text.</li>
11
  <li><span class="tt wims_code_words">\embed{reply 1}</span> insert the first freestyle reply into the text.</li>
Line 19... Line 18...
19
Special case. If the type of <span class="tt wims_code_words">reply 1</span> is among <span class="tt wims_code_words">checkbox</span>,
18
Special case. If the type of <span class="tt wims_code_words">reply 1</span> is among <span class="tt wims_code_words">checkbox</span>,
20
<span class="tt wims_code_words">click</span>, <span class="tt wims_code_words">radio</span>, <span class="tt wims_code_words">\embed{reply 1,2}</span>
19
<span class="tt wims_code_words">click</span>, <span class="tt wims_code_words">radio</span>, <span class="tt wims_code_words">\embed{reply 1,2}</span>
21
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
22
clickable (<span class="tt wims_code_words">click</span>) or with a button for marking it. This allows
21
clickable (<span class="tt wims_code_words">click</span>) or with a button for marking it. This allows
23
insertions of the choices in versatile text structures.
22
insertions of the choices in versatile text structures.
-
 
23
 
-
 
24
<p>
-
 
25
In the case of the <span class="tt wims_code_words>"menu</spn> type,
-
 
26
it is obligatory to put <span class="tt wims_code_words">\embed{reply 1}</span>
-
 
27
without a second argument.
-
 
28
</p>