Display format for numeric variables
Updated 30 Aug 2024
After you define numeric and numeric list variables and insert them in item content, you can preview variable values to see the randomized numeric values as students might see them (Standard View Randomized).
- By default, the values in numeric variables display to their full calculated precision (up to 8 digits) in student view. For values where less than 8 digits conveys full precision, less digits are shown.
- For example, if you define the variable "mass" with a minimum of 1.00 and a maximum of 5.00 using a step of 0.5, the value will display to 1 digit for 1 g, but two digits for 1.5 g.
Some sample values with their full calculated precisions are shown here.
Value | Default numeric display (full precision) |
---|---|
pi | 3.1415927 |
2 | 2 |
Round (pi, -4) | 3.1416 |
sigdig (1234.5, 3) | 1230 |
1.001 | 1.001 |
See also: