XimeraProject / ximeraLatex

Author tools for creating Ximera activities
LaTeX Project Public License v1.3c
40 stars 35 forks source link

Given... #102

Open bartsnapp opened 7 months ago

bartsnapp commented 7 months ago

\answer needs to do

\notgiven after given

here

bartsnapp commented 7 months ago

The bad behavior is:

\[
\answer[given]{2} \qquad \answer{2}
\]

Will present both (and all following) as given, as opposed to just the first, which is the correct behavior.

JNowellUF commented 6 months ago

Would it be better to make the "given" a key-value pair with default to "given=false" so that it must be over-ridden with "given=true" in order to actually have the "given" flag apply?