Group: Forum Members
Posts: 14,
Visits: 73
|
Hello, I am trying to ask some questions in a surveypage, and then present a trial with instructions. However, the caption for the last survey question remains on the screen in the background even during the later instruction trials. (This happens if the last question is a textbox, but not radiobuttons. It seems to disappear if I include another surveypage after it also.)
Here is a simple example that recreates the problem. Any help on how to fix this would be appreciated! Thanks!
<textbox q1> / caption = "Question 1 caption." </textbox>
<textbox q2> / caption = "Question 2 caption." </textbox>
<surveypage demographics> / caption = "Please answer the following questions." / fontstyle = ("Verdana", -16, true, false, false, false, 5, 0) / questions = [1=q1;2=q2] </surveypage>
<text instructions> / items = ("some text") / size = (20%, 20%) </text>
<trial instructions> / stimulusframes = [1=instructions] / validresponse = (anyresponse) </trial>
<block intro> / trials = [1= surveypage.demographics; 2=instructions] </block>
<expt> / blocks = [1 = intro;] </expt>
|