Compare two revisions of: number fields

... ... @@ -61,10 +61,6 @@ The precision used for correction depends on the type of the answer.
61 61 For type input.number, one uses the command
62 62 **\correctorprecision[correctorOption]{number of decimal digits}**
63 63 similar to `\displayprecision`. For details see [the wiki-page about rounding](https://wiki.mumie.net/wiki/Rounding?hl=atleast)
64 -1. **atleast** means that the answer must be typed in (rounded) with atleast the given precision. **This is the default option.**
65 -2. **rounded** means that the answer must be rounded. <p class="info">If you use this option, make sure you tell the user that they must round the result with the given precision</p>
66 -3. **truncate** means that the answer should not be rounded, and should just be typed in up to the defined number of decimal digits.
67 -
68 64
69 65 *If `\correctorprecision` is not specified, then the generic problem will use the default
70 66 value of 2.*
71 67