Hello everybody and thanks f0r your help in advance.
I am new to inquisit and need help as i don't really know how to connect lists or how to randomize my stimuli the way i want too.
The structure of my main task should be the following:
ConditionA
1.Fixation Cross
2. Manipulation (50sec Video (gif)
3. Fixation Cross
4. Stimuli Product with either a high or low nutritional label
5. Question item (7-Likert Scale)
6. Open Question as manipulation check
ConditionB
1.Fixation Cross
2. Manipulation 2 (50sec Video (gif)
3. Fixation Cross
4. Stimuli Product with either a high or low nutritional label
5. Question item (7-Likert Scale)
6. Open Question as manipulation check
(repeated 6 times)
For every condition I have 6 videos - so in total 12 for both conditions. The order of the 6 videos should be randomized.
Both conditions will use 6 products. 3 of these products are supposed to be displayed with a high nutrional label and 3 with a low nutritional label.
When inquisit randomly selects video 1 from condition a, it also needs to display product 1 as this stimuli is also part of the video i created.
In comparison when it selects video 4 from condition b, participants are supposed to see product 4 after the video is over.
Moreover 3 of those product should be displayed with the high label and 3 with the low label (this should also bei random.
This is what i did so far:
<instruct>
/ txcolor = (0, 0, 0)
/ screencolor = (255, 255, 255)
/ nextkey = (" ")
/ prevkey = ("p")
/ nextlabel = "(Leertaste) Next page…"
/ prevlabel = "(p) Previous page…"
</instruct>
<page welcome>
Liebe Teilnehmerin, lieber Teilnehmer,^^^
herzlichen Dank für Ihre Bereitschaft, an unserer Studie teilzunehmen.^
^Die Studie wird vom Arbeitsbereich Angewandte Sozialpsychologie und Konsumentenverhaltensforschung der Universität Wien durchgeführt. und dient ausschließlich wissenschaftlichen Zwecken. Ihre Angaben werden vertraulich behandelt und anonymisiert ausgewertet, so dass keine Rückschlüsse auf Ihre Person möglich sind. Falls nach der Beendigung der Studie noch Fragen aufkommen, können Sie sich jederzeit unter
a1204970@univie.ac.at melden.
^In der folgenden Studie werden wir Ihnen einige Produkte zeigen und möchten Sie bitten, diese zu betrachten und zu beurteien.
^Bei Fragen können Sie sich gerne an den Versuchsleiter wenden.
^^Wenn Sie damit einverstanden sind, klicken Sie auf "Weiter".
</page>
<page vorgehensweise>
Im Folgenden werden Ihnen verschiedene Produkte vorgestellt. Vor jedem Produkt wird ein kurzes circa 40 sekündiges Video gezeigt. Bitte fixieren sie vor und nach dem Video jeweils das angezeigte Fixationskreuz in der Mitte der Bildschirms.
^Bei Fragen melden Sie sich bitte jetzt beim Versuchsleiter
^^Wenn Sie bereit sind, dann klicken Sie auf "Weiter" und beginnen Sie mit der Studie.
</page>
<page end>
Vielen Dank für ihre Hilfe, bitte wenden Sie sich an den Versuchsleiter
</page>
------ Stimuli------------
<item Productwithoutlabel>
/1 = "Bar ohne label.jpg"
/2 = "Marmelade ohne label.jpg"
/3 = "Müsli ohne label.jpg"
/4 = "Smoothie ohne label.jpg"
/5 = "Yoghurt ohne label.jpg"
/6 = "Dressing ohne label.jpg"
</item>
<item labelhigh>
/1 = "Bar high label transparent.png"
/2 = "Marmelade high label transparent.png"
/3 = "Müsli high label transparent.png"
/4 = "Smoothie high label transparent.png"
/5 = "Yoghurt high label transparent.png"
/6 = "Dressing high label transparent.png"
</item>
<item labellow>
/7 = "Bar low label transparent.png"
/8 = "Marmelade low label transparent.png"
/9 = "Müsli low label transparent.png"
/10 = "Smoothie low label transparent.png"
/11 = "Yoghurt low label transparent.png"
/12 = "Dressing low label transparent.png"
</item>
---------Manipulationen
<item manip1>
/1 = "Cereal Bar.gif"
/2 = "Marmelade.gif"
/3 = "Müsli.gif"
/4 = "Smoothie.gif"
/5 = "Yoghurt.gif"
/6 = "Dressing.gif"
</item>
<item manip2>
/1 = "Cereal bar Kontrollgruppe.gif"
/2 = "Marmelade Kontrollgruppe.gif"
/3 = "Müsli Kontrollgruppe.gif"
/4 = "Smoothie Kontrollgruppe.gif"
/5 = "Yoghurt Kontrollgruppe.gif"
/6 = "Dressing Kontrollgruppe.gif"
</item>
<list productwithoutlabel>
/ items = (picture.Productwithoutlabel1, picture.Productwithoutlabel2, picture.Productwithoutlabel3, picture.Productwithoutlabel4, picture.Productwithoutlabel5, picture.Productwithoutlabel6)
</list>
<list highlabel>
/ items = (picture.label1, picture.label2, picture.label3, picture.label4, picture.label5, picture.label6)
</list>
<list lowlabel>
/ items = (picture.label7, picture.label8, picture.label9, picture.label10, picture.label11, picture.label12)
</list>
<list manip1>
/ items = (video.manip1a,video.manip1b,video.manip1c,video.manip1d,video.manip1e,video.manip1f)
</list>
<list manip2>
/ items = (video.manip2a,video.manip2b,video.manip2c,video.manip2d,video.manip2e,video.manip2f)
</list>
---------------Produkte ohne label--------------------
<picture Productwithoutlabel1>
/ items = ("Bar ohne label.jpg")
/ size = (100%, 100%)
</picture>
<picture Productwithoutlabel2>
/ items = ("Marmelade ohne label.jpg")
/ size = (100%, 100%)
</picture>
<picture Productwithoutlabel3>
/ items = ("Müsli ohne label.jpg")
/ size = (100%, 100%)
</picture>
<picture Productwithoutlabel4>
/ items = ("Smoothie ohne label.jpg")
/ size = (100%, 100%)
</picture>
<picture Productwithoutlabel5>
/ items = ("Yoghurt ohne label.jpg")
/ size = (100%, 100%)
</picture>
<picture Productwithoutlabel6>
/ items = ("Dressing ohne label.jpg")
/ size = (100%, 100%)
</picture>
--------------------------Labels high calorie---------------------------------
<picture label1>
/ items = ("Bar high label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label2>
/ items = ("Marmelade high label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label3>
/ items = ("Müsli high label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label4>
/ items = ("Smoothie high label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label5>
/ items = ("Yoghurt high label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label6>
/ items = ("Dressing high label transparent.png")
/ size = (100%, 100%)
</picture>
--------------------------labels low calorie-------------------------
<picture label7>
/ items = ("Bar low label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label8>
/ items = ("Marmelade low label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label9>
/ items = ("Müsli low label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label10>
/ items = ("Smoothie low label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label11>
/ items = ("Yoghurt low label transparent.png")
/ size = (100%, 100%)
</picture>
<picture label12>
/ items = ("Dressing low label transparent.png")
/ size = (100%, 100%)
</picture>
--------- Manipulation: Experimental Condition---
<video manip1a>
/ items = ("Cereal Bar.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip1b>
/ items = ("Marmelade.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip1c>
/ items = ("Müsli.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip1d>
/ items = ("Smoothie.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip1e>
/ items = ("Yoghurt.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip1f>
/ items = ("Dressing.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
--------- Manipulation: Kontrollgruppe----
<video manip2a>
/ items = ("Cereal Bar Kontrollgruppe.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip2b>
/ items = ("Marmelade Kontrollgruppe.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip2c>
/ items = ("Müsli Kontrollgruppe.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip2d>
/ items = ("Smoothie Kontrollgruppe.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip2e>
/ items = ("Yoghurt Kontrollgruppe.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
<video manip2f>
/ items = ("Dressing Kontrollgruppe.gif")
/ playthrough = true
/ position = (50, 50)
/ size = (100%, 100%)
</video>
-----Fixation Cross--------
<item fixation>
/1 = "Fixaton Cross.jpg"
</item>
<picture fixation>
/ items = ("Fixation Cross.jpg")
/ size = (100%, 100%)
</picture>
----Question open end-----
<text Manipulationcheck>
/ items = ("Bitte beschreiben Sie, was Sie innerhalb des zuvor gezeigten Videos gesehen haben.")
/ position = (50%, 30%)
</text>
<openended Manipulationcheck>
/ stimulusframes=[1=Manipulationcheck]
/ position = (50, 80)
/ linelength = 90
/ numlines = 15
/required = true
</openended>
-------------------Question Kaufintention---------------------------------
<radiobuttons Kaufintention>
/caption = "Wie wahrscheinlich wäre es, dass Sie das Produkt kaufen würden?"
/ options = (" 1 ~nsehr unwahrscheinlich", " 2 ", " 3 ", " 4 ", " 5 ", " 6 ", " 7 ~nsehr wahrscheinlich")
/ optionvalues = ("1", "2", "3", "4", "5", "6", "7")
/required = true
/orientation = horizontalequal
</radiobuttons>
<surveypage Kaufintention>
/ questions = [1 = Kaufintention]
</surveypage>
-----trial Exp------------------
<trial manip1>
/stimulustimes = [1=fixation; 2000=list.manip1; 60000=fixation; 65000=list.productwithoutlabel,list.highlabel]
/ trialduration = 90000
/pretrialpause = 500
</trial>
<trial manip2>
/stimulustimes = [1=fixation; 2000=list.manip2; 60000=fixation; 65000=list.productwithoutlabel,list.highlabel]
/ trialduration = 90000
/pretrialpause = 500
</trial>
------------
<block 1>
/trials = [1=manip1,Kaufintention,Manipulationcheck]
/preinstructions = (vorgehensweise)
</block>
<block 2>
/trials = [1=manip2,Kaufintention,Manipulationcheck]
/preinstructions = (vorgehensweise)
</block>