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] Use simple text for dropdown choices #37

Closed darrensiegel closed 2 years ago

darrensiegel commented 2 years ago

This PR adjusts how choices are stored for dropdown parts. We do not want to wrap these in paragraphs like other choices, since ultimately these choices render inside of an HTML <select> dropdown and thus need to be simple text.

Tested against master on oli-torus with the pcard course. I now see the choices rendering correctly for an ingested multi-input dropdown question.