Group: Forum Members
Posts: 5,
Visits: 25
|
Hi everyone. I have a small problem with my experiment and I'm hoping someone can help me figure this out.
In my survey the background stimulus covers the entire window, i.e. the question has to appear in front of the bg stimulus in order to be visible. When I run the experiment, the radio button options are visible. However the caption of my radiobutton element is being covered by the bg stimulus when I run the experiment. I can tell the caption is hidden underneath the image because when i run the experiment and move back and forth between the pages of the survey the caption appears for a fraction of a second before dissapearing behind the image. Does anyone have any idea how I can force the caption to stay visible?
Here is my code:
<picture pictureconditioningbase> / items = itemconditioningbase </picture>
<item itemconditioningbase> / 1 = "conditioningbase.jpg" </item>
<radiobuttons rbcond1> / position = (240px, 490px) / caption = "Which of these candidates do you think would be best for the position of: MINISTER OF DEFENSE" / options = ( "Candidate W", "Candidate X", "Candidate Y", "Candidate Z" ) / optionvalues = ("W", "X", "Y", "Z") / required = true </radiobuttons>
<surveypage cond1> / fontstyle = ("Arial", -14, false, false, false, false, 5, 0) / questions = [1=rbcond1] / stimulusframes = [ 1 = pictureconditioningbase ] </surveypage>
<survey conditioning> / recorddata = true / pages = [1=cond1] / responsefontstyle = ("Arial", -16, false, false, false, false, 5, 0) / itemfontstyle = ("Arial", -13, false, false, false, false, 5, 0) / itemspacing = 10% / showpagenumbers = false / finishlabel = "Continue" </survey>
<expt> / blocks = [1=conditioning] </expt>
|