Je bent je ingevulde velden bij deze pagina aan het verwijderen. Ben je zeker dat je dit wilt doen?
You are erasing your filled-in fields on this page. Are you sure that is what you want?
Nieuwe Versie BeschikbaarNew Version Available
Er is een update van deze pagina. Als je update naar de meest recente versie, verlies je mogelijk je huidige antwoorden voor deze pagina. Hoe wil je verdergaan ?
There is an updated version of this page. If you update to the most recent version, then your current progress on this page will be erased. Regardless, your record of completion will remain. How would you like to proceed?
A description of how the answer box behaves in the compiled pdf
Answer behavior in the PDF
In the PDF, the default behavior is showing all answers and solutions.
Using \documentclass[handout]{ximera} suppresses the answers.
In the PDF version, $\answer{x^2 + 3x + 1}$ is by default rendered as , and in
handout mode normally as . With $\answer[given]{x^2 + 3x + 1}$ you get by
default , but in handout mode .
Note: in order to make sense of this, you’ll have to consult the PDF version of this
manual!
This behavior can be changed by setting \defaultAnswerFormat, \handoutAnswerFormat
and \givenAnswerFormat.
Note: only in the PDF interesting things can be seen. Online these settings should
not have any effect.
The format of the output of \answer can be adapted. Following code
\begin{tabular}{ll}
long: & $\answer{1234567890}$, and [given]: $\answer[given]{1234567890}$. \\
short:& $\answer{15}$, and [given]: $\answer[given]{12}$.
\end{tabular}
gives by default :
Handout:
long:
and [given]: .
short:
and [given]: .
Default:
long:
and [given]: .
short:
and [given]: .
But could e.g. be changed to (handout: flexible box, default: boxed, and given: plain)
with