Simon-Initiative / course-digest

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

Handle custom DND xml layout format #122

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

This handles the different XML (Flash) format Drag and Drop layouts by converting them to the nested div HTML form already handled and used within Torus. Adds an example from the Discrete Math Primer to the migration test course.

Also fixes some small issues in the building of the ID map the DND coversion uses (correct answers may have score != 1; initiator ids may contain underscores) and elsewhere (custom tag may lack id attribute).