The only way I found to have fields with a new line is to use the <br>
tag. For example:
Something.<br>Something else.
The field above is rendered as:
Something.
Something else.
However the issue is that when doing the quiz, I’m actually required to input the the following:
Something.<br>Something else.
Instead of:
Something. Something else.