| 
	Group: Forum MembersPosts: 26, 
    Visits: 103
 
 | 
                    
			            Hi Dave,I tried the fix and it solved the overlapping problem, however the script does not see those answers as an valid response anymore (i.e. I can't click the next bottom to proceed to the next trial). I apologize for the re-post, but I didn't realize the original post was 6-months old.
 Thank you!
 
 
 <surveypage practice>
 / caption = "Practice Question: ~r
 Which word best describes what the person in the picture is thinking or feeling?"
 / fontstyle = ("Arial", 3%)
 / questions = [1=practice; 2=prac_radio]
 / showpagenumbers = false
 / showquestionnumbers = false
 / finishlabel = "Next"
 / nextlabel = "Next"
 / nextbuttonposition = (46%, 82%)
 </surveypage>
 
 <radiobuttons prac_radio>
 / correctresponse = ("panicked~t")
 / options = ("hateful~t", "jealous~t", "full of himself", "panicked~t")
 / order = random
 / validresponse = ("hateful~t", "jealous~t", "full of himself", "panicked~t")
 / position = (44.5%, 65%)
 / orientation = vertical
 / responsefontstyle = ("Arial", 3%)
 </radiobuttons>
 
 <image practice>
 / items = ("prac.png")
 / position = (19%, 20%)
 / imagesize = (110%, 110%)
 </image>
 
 |