All Collections
Tasks
More on maths
IsFactorised marking method for maths cloze
IsFactorised marking method for maths cloze

An explanation and examples of the IsFactorised form checking marking method for math formula cloze tasks

Caitlin Foran avatar
Written by Caitlin Foran
Updated over a week ago

The isFactorised method checks that a mathematical expression is in factorised form. It can handle polynomials up to degree 2, with a single variable.

For example, if you set 3(x+2) as the the Value with equivSymbolic then add the isFactorised method, a learner would be marked incorrect for 3x + 6, as that expression is not factorised.

isFactorised doesn’t take any value which means when used alone it will validate any mathematical expression presented in its factorised form. For example, 3, x, (x-2), (x+3)(4-5) and so on would all be marked as correct if only using isFactorised.

IsFactorised is generally used as a supporting method in conjunction with equivSymbolic.

Examples

Example 1 - Basic factorising

In this example, we use isFactorised with equivSymbolic. The whole expression is entered into the equivSymbolic Value field to ensure learners' responses are factorised and also match the expression.

Screenshot showing how author can select equivSymbolic along with isFactorised under methods drop down

In the image below we can see that x(x-3) + 2 - although equivalent to x^2-3x+2 - has been marked incorrect as it is not fully factorised. (x-2)(x-1) and (x-1)(x-2) have both been marked as correct as the order does not matter for this task.

Screenshot showing learner's submission for task with 2 out of 3 correct submission

Example 2 - Complex numbers

In this example, we use the same approach as above, but set the Field for isFactorised to Complex numbers.

Screenshot showing learner's submission for task with 1 out of 3 correct submission

Additional Options with the isFactorised method

Allow thousands separator

Authors can specify what separators learners can use. From the Thousand Separator drop-down menu, you can select dot, comma, and/or space. The Decimal Separator menu contains the option for either a dot or a comma.

Note: Allow decimal marks has to be selected for these options to show and that the specified thousand separators and decimal separator cannot be the same, e.g. both dot.

Screenshot showing author can set Decimal and Thousand separators under response.

Did this answer your question?