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.
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.