Hello Inquisit community,
Part of my experiment involves seeing a series of three pictures that come at different speeds forming a video. After that, participants are supposed to answer five questions, including Likert and Sliding/VAS scales. I have been able to successfully add the pictures into the trials and having each one going at different speeds in sequence.
What my graduate student mentor wanted me to do was to include both the pictures and the questions into an <item> element; this way, we can do all 24 series of picture sequences + five questions in one item.
Is it possible with the way my script is looking? I'm not sure where to start, though; if i try to add pictures to my <item practiceacc>, the experiment won't run, accusing that it can't find practiceacc (?).
=========================
*********
Pratice Video Stimuli
*********
<picture practiceint1>
/items = ("3p_i2_bathit_frame001_int_blue.bmp")
</picture>
<picture practiceint2>
/items = ("3p_i2_bathit_frame002_int_blue.bmp")
</picture>
<picture practiceint3>
/items = ("3p_i2_bathit_frame003_int_blue.bmp")
</picture>
<picture practiceacc1>
/ items = ("bowling_acc_1_orange.bmp")
</picture>
<picture practiceacc2>
/ items = ("bowling_acc_2_orange.bmp")
</picture>
<picture practiceacc3>
/ items = ("bowling_acc_3_orange.bmp")
</picture>
*****************
Items
*****************
<item practiceacc1>
/1 = "bowling_acc_1_orange.bmp"
/2 = "bowling_acc_2_orange.bmp"
/3 = "bowling_acc_3_orange.bmp"
</item>
<item practiceint1>
/1 = "3p_i2_bathit_frame001_int_blue.bmp"
/2 = "3p_i2_bathit_frame002_int_blue.bmp"
/3 = "3p_i2_bathit_frame003_int_blue.bmp"
</item>
***************
Intro Page
***************
<page practice1>
^Before we continue to the next part of the experiment, we will now ask that you correctly identify the social status of the next 10 images.
^To proceed to the next part of the experiment, you must get a score of 100%.
^Please press any ENTER when you are ready to continue.
</page>
***************
Trials
***************
<trial practiceacc1>
/ validresponse = (57)
/ stimulustimes = [0=practiceacc1;1000=practiceacc2;1200=practiceacc3]
</trial>
<trial practiceint1>
/ validresponse = (57)
/ stimulustimes = [0=practiceint1;1000=practiceint2;1200=practiceint3]
</trial>
<block practicevideo>
/ trials = [1-6 = noreplace (practiceacc1, practiceint1)]
/ preinstructions = (practice1)
/ recorddata = true
</block>