Here is a link to my document. I would like to add spacing in between each question to help it look more appealing. Can anyone help?
It looks like the <br/> (linebreak) component is not available in version 0.6 (which is what is running on the original doenet.org site). You can wrap your component in a <p> so that is has a bit more spacing, such as <li><p>stuff </p></li>.
A really bad hack is to add an empty paragraph with a non-breaking space <p><nbsp/></p>, but don’t let anyone know I made that bad suggestion. It’s also creates a lot of space.