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!