Subversion Repositories wimsdev

Rev

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

Rev 8825 Rev 10950
Line 145... Line 145...
145
</pre>
145
</pre>
146
 
146
 
147
<h3>Le paramètre optionnel <span class="tt wims_code_words">option</span></h3>
147
<h3>Le paramètre optionnel <span class="tt wims_code_words">option</span></h3>
148
 <a id="option"></a>
148
 <a id="option"></a>
149
 Dans le cas de plusieurs options, elles sont séparées par des espaces.
149
 Dans le cas de plusieurs options, elles sont séparées par des espaces.
150
 For example, <span class="tt wims_code_words">option=default noanalyzeprint</span>
150
 For example, <span class="tt wims_code_words">option=default noanalyzeprint</span>.
151
 
151
 
152
Les options possibles à la suite d'une instruction <span class="tt wims_code_variable">answer</span>
152
Les options possibles à la suite d'une instruction <span class="tt wims_code_variable">answer</span>
153
ou <span class="tt wims_code_variable">condition</span> sont
153
ou <span class="tt wims_code_variable">condition</span> sont
154
<ul>
154
<ul>
155
<li><span class="tt wims_code_words">option=default</span> : The option <span class="tt wims_code_words">default</span> is common for all free answers :
155
<li><span class="tt wims_code_words">option=default</span>: The option <span class="tt wims_code_words">default</span> is common for all free answers :
156
This option can take
156
This option can take
157
the form <span class="tt wims_code_words">default="default_value"</span>. If the
157
the form <span class="tt wims_code_words">default="default_value"</span>. If the
158
user gives an empty reply, it is the default_value that will take place.
158
user gives an empty reply, it is the default_value that will take place.
159
</li>
159
</li><li>
160
<li>
-
 
161
<span class="tt wims_code_words">option=split</span> : In case of type <span class="tt wims_code_words">correspond</span>, <span class="tt wims_code_words">checkbox</span> or <span class="tt wims_code_words">mark</span>,
160
<span class="tt wims_code_words">option=split</span>: In case of type <span class="tt wims_code_words">correspond</span>, <span class="tt wims_code_words">checkbox</span> or <span class="tt wims_code_words">mark</span>,
162
there will be partial score.
161
there will be partial score.
163
</li>
162
</li><li>
164
<li>
-
 
165
<span class="tt wims_code_words">option=nonstop</span> : In case of step exercises,
163
<span class="tt wims_code_words">option=nonstop</span> : In case of step exercises,
166
following questions are asked even if the answer is false.
164
following questions are asked even if the answer is false.
167
</li>
165
</li>
168
<li><span class="tt wims_code_words">option=noanalyzeprint</span> : Le texte automatique d'analyse de réponses n'est
166
<li><span class="tt wims_code_words">option=noanalyzeprint</span>: Le texte automatique d'analyse de réponses n'est
169
pas affiché. C'est donc à l'auteur de l'exercice de fournir un feedback convenable.
167
pas affiché. C'est donc à l'auteur de l'exercice de fournir un feedback convenable.
170
Cela est utile dans certains types comme le type <span class="tt wims_code_words">mark</span> où le texte automatique
168
Cela est utile dans certains types comme le type <span class="tt wims_code_words">mark</span> où le texte automatique
171
est souvent inadéquat. Attention, l'analyse des conditions n'est pas non plus affichée.
169
est souvent inadéquat. Le score subsiste ainsi que l'indication sur la justesse de la réponse.
172
Seul le score subsiste.</li>
170
</li><li>
173
<li>Following the instruction <span class="tt wims_code_words">condition</span>,
171
Following the instruction <span class="tt wims_code_words">condition</span>,
174
<span class="tt wims_code_words">option=hide</span> :The condition is used to analyze the
172
<span class="tt wims_code_words">option=hide</span>: The condition is used to analyze the
175
answer but will not be printed.
173
answer but will not be printed.
176
</li>
174
</li>
177
</ul>
175
</ul>
178
D'autres options peuvent être utilisables dans des types particuliers de réponses.
176
D'autres options peuvent être utilisables dans des types particuliers de réponses.
179
 
177