Update Randomization using TeX: added instructions for usage of \true authored by Florian Krach's avatar Florian Krach
......@@ -29,6 +29,7 @@ Importantly, you should have complied with the following formatting rules (if no
should be randomized (using different ways for the answers is ok, however, then
the answers are not randomized as explained in the next point).
- Each answer option needs to start in a new line with ```\item``` (whitespaces before are ok).
- Use the command ```\true``` right after ```\item``` s.t. "TRUE" is printed in front of this item when generating the solution. You can additionally use the command ```\false``` for wrong answers if wanted (but this is not necessary).
- Answers can be over multiple lines (all lines until the next ```\item``` are appended for the "current" answer option).
- Questions which do not have an enumerate environment for the answers are not
randomized but kept identical in the new version. E.g. this can be questions with
......
......