Tried looking at your other posts first but wasn't able to really figure it out, I'm on the helper-functions.php at around line 430. I need to make the questions/answer appear on a different line, for example:
1) First Name & Last Name - bobby
I would like it to look like:
1) First Name & Last Name<br>
bobby
<br>
Where do I insert these breaks so it puts the answer on a new line and separates the questions by a blank line?