The stringMatch method is used for literal string comparison. This compares the value set by authors the learners response and checks whether they are the same or not. For instance, it would mark x+1 and 1+x differently.
StringMatch is similar to equivLiteral, but is a more basic comparison method as it does not take the syntax (form) or data type into account.
Additional options for using stringMatch
Ignore leading and trailing spaces
βIgnores spaces before and after a value, i.e. " a " will be treated as "a".
βTreat multiple spaces as one
βMultiple spaces will be ignored and treated as one, i.e "a b" is the same as "a b".