Small Query on Multiple Choice Form Item
Hi guys,
I was just wondering if there is a way to have a response option that is more than one line

here answer A, B, C are more than one line but if I hit enter when typing them in the response option of the form_multiple_choice item it obviously creates a new answer for each line i.e answer A would have four answers
1
1 2
1 2 3
1 2 3 4
Comments
Hi,
As can be seen here; http://osdoc.cogsci.nl/forms/textinput-functions/, there is a
return_acceptsparameter (set toTrueby default), that decides whether pressing enter will close the form or not. You can set this toFalseand have participants proceed by clicking a button with the mouse.Cheers,
Josh
Hi Roderick,
If i read it correctly you want to add breaks while defining the answer options? Not when the participants must answer them?
In that case you could html's line break tag:
Best,
Laurent
Hi Laurent,
Yes this is exactly it.
I thought I needed \n
Many Thanks