Simon-Initiative / course-digest

Tool to produce a summary or digest of OLI course package contents
MIT License
2 stars 0 forks source link

Use iequals op for case-insensitive string match #129

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

This changes the converter output for case-insensitive string answer matches to use the new iequals matching rule, rather than mapping to a regular expression match (which does not do a full string match). Torus should be updated with #3275 addressing MER-1765 before this version of the digest tool is used.