The Mathematically true (isTrue) scoring method evaluates whether a learner’s entry is a true equation or inequality, without requiring a correct answer. Since it’s a form-checking method rather than a comparison-based one, any expression that evaluates to a valid mathematical truth is accepted. This makes isTrue ideal for open-ended validation questions, such as asking learners to enter any pair of numbers that sum to 10.
This demo uses Mathematically true, which checks whether a statement or expression evaluates to true. It is ideal for true/false style logic, inequalities, and open-ended expressions that must satisfy a condition rather than match a single answer. Authors only need to define the condition, not every correct phrasing, saving time and complexity.