IsSimilar¶
Supported Response Area Types
This evaluation function is supported by the following Response Area components:
NUMBER
TEXT
Use this evaluation function to check if the student's reponse is within a tolerance range defined in params
. Works exactly like the numpy.isclose function. Valid params include atol
and rtol
(absolute and relative tolerances) which can be used in combination, or alone.