Hello,
I have an open ended question with the following syntax.
<block distimp1>
/ trials = [1=distimp1]
/ screencolor = (255,255,255)
</block>
<openended distimp1>
/ stimulusframes = [1=distimp1]
/ position= (50, 150)
/ charlimit = 100000
/ numlines = 15
/ linelength = 90
/ mouse = true
/ timeout = 65000
/ isvalidresponse = [openended.distimp1.latency >= 90000]
/ buttonlabel = ""
/ trialdata = [distimp1]
</openended>
<text distimp1>
/size = (750, 370)
/items = ("Now, mentally revisit the memory cued below.
Describe in words the thoughts that flow through your mind as you picture the situation.
You will have 60 seconds.
Cue 1")
/position = (50, 30)
/halign = center
/select = sequence
/ fontstyle = ("Arial", -15, true, false, false, false, 5, 0)
</text>
For some reason, I am unable to keep typing once I get to the end of the first line of the textbox. It does not automatically wrap to the next line. Do you know what I need to change to prevent this problem?