Compare two revisions of: Quick Checks

... ... @@ -7,6 +7,8 @@ and clicks a "Check" button to see whether the answer is correct or not.
7 7 The user can also click a "Show solution" button to see the solution and, if existing, an explanation.
8 8 In contrast to normal problems, no data is stored on the server, neither personalized data, nor answers, nor corrections.
9 9
10 +Notice: For more than one language use only ONE Quick-Check. For each text use a seperate lang-environment (see below).
11 +
10 12 The reader of this document is supposed to have a basic knowledge of generic problems.
11 13
12 14 # TeX description
... ... @@ -34,7 +36,12 @@ The TeX description of Quick-Checks is very similar to that of generic TeX probl
34 36 Bogenmaß = Gradmaß / 180 $\cdot$ $\pi$, also $\var{deg}/180\cdot\pi$, also, da $\pi = 3.14159\ldots$,
35 37 Bogenmaß gerundet auf drei Stellen = $\var{rad}$.
36 38 }
39 + \lang{en}{\text{...}
40 + Answer: \ansref}
41 + \explanation{...}
37 42 }
43 +
44 +
38 45 \begin{answer}
39 46 \solution{rad}
40 47 \end{answer}
41 48