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] prevent crash on multi-select hotspot [MER-1929] #146

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

Error was causing crash on conversion of multiple-selection image-hotspot question. Common buildCataPart routine being used to build part in this case did not fill in legacyMatch attribute later accessed by question conversion.

andersweinstein commented 1 year ago

Handled by MER-1931 fix.