Simon-Initiative / course-digest

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

[BUGFIX] Fix conversion of ordering questions [MER-1801] #141

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

Correct response's match rule was not being converted correctly on ordering questions. Legacy notation uses comma-separated list of choice ids. This converts them to torus' space-separated form.

Also allows white space in legacy list because apparently legacy tolerated this (seen in one case).