mstachowsky / Klein-Clientside

A client-side instructional material framework
GNU General Public License v3.0
2 stars 4 forks source link

Multiple choice questions should default one option per line #22

Open mstachowsky opened 4 years ago

mstachowsky commented 4 years ago

Multiple choice questions should default to one option per line without the user having to automatically add extra breaks. This is an issue for GUI development, NOT parseToJSON. Users should never be editing the markdown directly, and if we force one option per line at parse time then we never have the option of changing it if someone wants a single line multiple choice question.