All Collections
Assessment Authoring Guides
Scoring with Math Engine
What Are The Different Scoring Methods Available?
What Are The Different Scoring Methods Available?
Daniel Santamaria avatar
Written by Daniel Santamaria
Updated over a week ago

Learnosity Math auto-scores math Questions using various scoring methods. The methods fall in to two categories; evaluation types and form checking. 

Evaluation type methods cover the main three methods you will need to know about for authoring math in Learnosity. Most of the time, you will be using one of these methods in Question validation.

Form checking covers the rest of the scoring methods; the primary purpose of these methods is to check that the student response matches a particular form specified by the author.

The scoring methods can be used alone, and you can also combine methods for more thorough validation.

Evaluation Types

equivSymbolic (symbolic equivalence)

Checks that the student response and the answer set by the author are symbolically equivalent in meaning even if they are in different forms.

equivLiteral (literal equivalence)

Checks that the student response and the answer set by the author are equivalent and in the same form.

equivValue (value equivalence)

Checks that the student response value and the value set by the author are equivalent - differs from equivSymoblic because it can be used with units of measurement and does not work with variables.

Form Checking

isSimplified (simplification)

Checks that the student response is in the most simplified form of the expression entered in validation by the author.

isFactorised (factorization)

Checks that the student response is in a factorized form of the expression entered in validation by the author.

isExpanded (expansion)

Checks that the student response is in an expanded form of the expression entered in validation by the author.

isTrue (Boolean evaluation)

Checks that the student's response is true; this is mainly used with Boolean operators.

isUnit (unit comparison)

Checks that the student's response is in a specified form of units set by the author.

Did this answer your question?