Compare two revisions of: Variables

... ... @@ -281,9 +281,7 @@ values inside a so called variable pool.
281 281
282 282 For developing/debugging purposes in WebMiau it's sometimes helpful to look at the variable values, especially the ones that are not displayed in the problem, but essential for the automatic correction. You can use `\debug[<comma separated list of variable names>]` within a question environment to display the random variable values in the preview of a problem. `\debug` without the optional argument will display the random values of all variables.
283 283
284 -<div class="alert">
285 284 Don't forget to remove the `\debug` command from the TeX source before publishing the problem to a server or to the problem pool.
286 -</div>
287 285
288 286 **Example**
289 287
290 288