Group: Forum Members
Posts: 12,
Visits: 42
|
Hi all, I am currently tryind to add a digital consent form into my experiment but I'm having trouble. I think there is a problem with the way I am trying to call up the consent form on to the survey page. I've attached my script below. If anyone has advice it would be greatly appreciated!
<dropdown agree> / caption = "Agree" / options = ("I agree", "I do not agree") </dropdown>
<image consent> /items = ("consent.gif") /position =(0,0) </image>
<surveypage consent> / fontstyle = ("Verdana", -16, true, false, false, false, 5, 0) / questions = [1=agree] / image = "consent" </surveypage>
<survey consent> / pages = [1=consent] / responsefontstyle = ("Verdana", -12, false, false, false, false, 5, 0) / itemfontstyle = ("Verdana", -13, false, false, false, false, 5, 0) / itemspacing = 2% / showpagenumbers = false </survey>
|