How to change the sequence in my experiment


Author
Message
JeroenW
JeroenW
Respected Member (322 reputation)Respected Member (322 reputation)Respected Member (322 reputation)Respected Member (322 reputation)Respected Member (322 reputation)Respected Member (322 reputation)Respected Member (322 reputation)Respected Member (322 reputation)Respected Member (322 reputation)
Group: Forum Members
Posts: 9, Visits: 1

Hi


I am doing an experiment on the evaluations of faces. With some help from other discussions I managed to make a start. But there is two things ( for now) I don't get.


First, I asked questions in a specific order, but when I run the experiment, the order is different. What did I do wrong?


And secondly, now all the faces are shown with the same question. So you answer the same question for all the faces, and then you go to the next question and you answer that for all the faces. How can I change this? What I want is to ask all the questions for face1, then all the questions for face2 etc.


This is my script:





<expt>


/ preinstructions = (intro) 


/ blocks = [1-7=noreplace(q1block,q2block,q3block,q4block,q5block,q6block,q7block); 8=einde]


/ postinstructions = (end)


</expt>



<instruct>


/nextkey=(" ")


/prevkey=("a")


/font = ("Verdana", -16, 400, 0, 49)


</instruct>      



<page intro>Welkom bij dit onderzoek.^^Fijn dat je mee wilt werken.^Lees de onderstaande teks even goed door.^^^Dit onderzoek bestaat uit verschillende delen.^Als eerst zul je gezichten moeten beoordelen.


Vervolgens krijg je korte filmpjes te zien van 10 seconden. Deze filmpjes laten een persoon zien, die langzaam van Nederlander in een Marrokaan


veranderd, of andersom. Het is aan jou de taak om te drukken wanneer jij vind dat de persoon veranderd is. Tot slot zullen er nog enkele algemene gegevens aan je gevraagd worden.^^^Druk op de spatiebalk om door te gaan


</page>



<picture faces>


/ items = faces


/ position = (50%,23%)


</picture>



<item faces>


/ 1 = "Man1D.BMP"


/ 2 = "Vrouw1ND.BMP"


/ 3 = "Man2ND.BMP"


/ 4 = "Vrouw2D.BMP"


/ 5 = "Man3D.BMP"


/ 6 = "Vrouw3ND.BMP"


/ 7 = "Man4ND.BMP"


/ 8 = "Vrouw4D.BMP"


/ 9 = "Man5D.BMP"


/ 10 = "Vrouw5ND.BMP"


/ 11 = "Man6ND.BMP"


/ 12 = "Vrouw6D.BMP"


/ 13 = "Man1ND.BMP"


/ 14 = "Vrouw1D.BMP"


/ 15 = "Man2D.BMP"


/ 16 = "Vrouw2ND.BMP"


/ 17 = "Man3ND.BMP"


/ 18 = "Vrouw3D.BMP"


/ 19 = "Man4D.BMP"


/ 20 = "Vrouw4ND.BMP"


/ 21 = "Man5ND.BMP"


/ 22 = "Vrouw5D.BMP"


/ 23 = "Man6D.BMP"


/ 24 = "Vrouw6ND.BMP"


</item>



<likert q1>


/ stimulusframes = [1=q1txt, faces]


/ position = (50%,75%)


/ anchors = [1="Helemaal niet";  4="neutraal";  7="Heel erg"]


/ mouse=true


/ numpoints=7


/ position= (50, 80)


/ fontstyle = ("Verdana", 9pt, false, false, false, false, 5)


</likert>



<likert q2>


/ stimulusframes = [1=q2txt, faces]


/ position = (50%,75%)


/ anchors = [1="Helemaal niet";  4="neutraal";  7="Heel erg"]


/ mouse=true


/ numpoints=7


/ position= (50, 80)


/ fontstyle = ("Verdana", 9pt, false, false, false, false, 5)


</likert>



<likert q3>


/ stimulusframes = [1=q3txt, faces]


/ position = (50%,75%)


/ anchors = [1="Helemaal niet";  4="neutraal";  7="Heel erg"]


/ mouse=true


/ numpoints=7


/ position= (50, 80)


/ fontstyle = ("Verdana", 9pt, false, false, false, false, 5)


</likert>



<likert q4>


/ stimulusframes = [1=q4txt, faces]


/ position = (50%,75%)


/ anchors = [1="Helemaal niet";  4="neutraal";  7="Heel erg"]


/ mouse=true


/ numpoints=7


/ position= (50, 80)


/ fontstyle = ("Verdana", 9pt, false, false, false, false, 5)


</likert>



<likert q5>


/ stimulusframes = [1=q5txt, faces]


/ position = (50%,75%)


/ anchors = [1="Helemaal niet";  4="neutraal";  7="Heel erg"]


/ mouse=true


/ numpoints=7


/ position= (50, 80)


/ fontstyle = ("Verdana", 9pt, false, false, false, false, 5)


</likert>



<likert q6>


/ stimulusframes = [1=q6txt, faces]


/ position = (50%,75%)


/ anchors = [1="Helemaal niet";  4="neutraal";  7="Heel erg"]


/ mouse=true


/ numpoints=7


/ position= (50, 80)


/ fontstyle = ("Verdana", 9pt, false, false, false, false, 5)


</likert>



<likert q7>


/ stimulusframes = [1=q7txt, faces]


/ position = (50%,75%)


/ anchors = [1="Helemaal niet";  4="neutraal";  7="Heel erg"]


/ mouse=true


/ numpoints=7


/ position= (50, 80)


/ fontstyle = ("Verdana", 9pt, false, false, false, false, 5)


</likert>



<text q1txt>


/ items = ("In hoeverre vind je dat deze glimlach blijdschap laat zien")


</text>



<text q2txt>


/ items = ("In hoeverre vind je dat deze glimlach authentiek")


</text>



<text q3txt>


/ items = ("Hoe intens vind je deze glimlach")


</text>



<text q4txt>


/ items = ("Hoe spontaan vind je deze glimlach")


</text>



<text q5txt>


/ items = ("Hoe betrouwbaar vind je deze persoon")


</text>



<text q6txt>


/ items = ("Hoe aantrekkelijk vind je deze persoon")


</text>



<text q7txt>


/ items = ("Hoe dominant vind je deze persoon")


</text>



<block q1block>


/ trials = [1-2=q1]


</block>



<block q2block>


/ trials = [1-2=q2]


</block>



<block q3block>


/ trials = [1-2=q3]


</block>



<block q4block>


/ trials = [1-2=q4]


</block>



<block q5block>


/ trials = [1-2=q5]


</block>



<block q6block>


/ trials = [1-2=q6]


</block>



<block q7block>


/ trials = [1-2=q7]


</block>



*****************************************



<block einde>


/ trials = [1=einde]


</block>



<surveypage einde>


/ questions = [1=sex; 2=age; 3=onderzoek]


/ fontstyle = ("Verdana, -20")


/ finishlabel = "Klik hier om het onderzoek te beëindigen"


</surveypage>



<dropdown sex>


/ caption = "Geslacht"


/ options = ("vrouw", "man")


</dropdown>



<textbox age>


/ caption = "Leeftijd"


/ mask = positiveinteger


/ range = (0,100)


</textbox>



<textbox onderzoek>


/ multiline = true


/maxchars = 1000


/ caption = "Waar denk je dat het onderzoek over ging?"


/ textboxsize = (50,20)


</textbox>



<page end>


Bedankt voor je deelname!^^^Je hoeft niet meer op de spatiebalk te drukken, dit scherm kan zo blijven staan.


</page>




I hope someone can help me



Thanks!


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Reading This Topic

Explore
Messages
Mentions
Search