The Arithmetic question type is a great way to present unique questions to each user. Numbers can be randomly chosen for each variable in the question based on specified number ranges.
Example “2 trains are traveling away from each other at {x} miles per hour and {y} miles per hour respectively. How far apart are they after 15 minutes?”
Example If you create variable X with Min=100, Max=200 and Step=5, the system will only choose values for X that are increments of 5 above 100 (105, 110, 115, etc., up to 200) when generating questions.
Example ({x}+{y})/4
Enumerations | Description |
---|---|
+,-,*,/,\,^,% |
Basic mathematical operators |
{x}^{y} |
x to the power of y |
abs({n}) |
Absolute value of n |
cos({n}) |
The cosine of n (in radians) |
sin({n}) |
The sine of n (in radians) |
sqr({n}) |
The square root of n |
tan({n}) |
The tangent of n (in radians) |
log({n}) |
The log base 10 of n |
ln({n}) |
The log base e of n |
atan({n}) |
The inverse tangent of n |
sec({n}) |
The secant of n |
cosec({n}) |
The cosecant of n |
cotan({n}) |
The cotangent of n |
Factorial |
Factorials |
exp |
The power of natural log (e) |
The following constants are supported:
Example If 50% is chosen in the Worth drop-down list, the user would receive 50% of the points for the question for answering with the correct value, and would receive the other 50% if they answered using the correct unit. Note that if you have selected the case sensitive option, users must type the unit in the proper letter case to have their answer considered correct.