Millisecond Forums

Checkbox in IAT

https://forums.millisecond.com/Topic10469.aspx

By Verena3711 - 5/14/2013

Hello,


as an Inquisit Newbie I'm wondering if it is possible to include a checkbox in my IAT preinstruction page.


I've defined the checkbox


<checkboxes question>
/ caption = "What was the scenario about?"
/defaultresponse = ("dogs", "fisch", "chicken")
/correctresponse = ("change")
/fontstyle = verdana, 5%
</checkboxes>


and now I'd like to insert it in the page 'Scenario' which I use as a preinstruction


<expt>
/preinstructions = (scenario)
/ blocks = [1=attributepractice; 2=block2; 3=block3; 4=block4; 5=block5; 6=block6; 7=block7; 8=block8; 9=block9; 10=block10]
/ postinstructions = (summary)
</expt>



Is this somehow possible?



Thanks for your support!

By Dave - 5/14/2013

You cannot put a <checkboxes> element on a <page>. You need to set up a <surveypage> and run that via the <block> element's /trials attribute.