Post by lazzy on Sept 2, 2021 12:43:56 GMT
Hi everyone,
i set up an experiment and everything went fine. Now i am trying to interpret the results I got from the test I did with a couple of participants.
When I look in the results of the experiments (the .txt file) this is what I see:
1 TestBewertung runTest_maskulin1 -3 3967 1
1 TestBewertung runTest_maskulin3 -3 839 3
1 TestBewertung runTest_maskulin2 -3 893 2
1 TestBewertung runTest_maskulin4 -3 737 4
1 Bewertung runGruppe_maskulin2 -3 1438 14
1 Bewertung runGruppe_maskulin1 -3 346 5
1 Bewertung2 runGruppe_maskulin3 -3 572 21
can someone help me with the interpretation? To make things a bit clearer: In the experiment the participants have to click on one of 7 bitmaps. The bitmaps show different numbers (-3, -2, -1, 0, 1, 2, 3) The fourth column shows that the participant has clicked on -3 every time right? this can not be true because I did it myself.
This is the syntax I was using:
task runGruppe_gekränkt1
table gekränkt1
delay 500
clear 1
show bitmap @1 0 -100
sound @2
show bitmap zahlminus3 -150 200
show bitmap zahlminus2 -100 200
show bitmap zahlminus1 -50 200
show bitmap zahl0 0 200
show bitmap zahl1 50 200
show bitmap zahl2 100 200
show bitmap zahl3 150 200
readmouse l 1 20000 range 2 8
set $b under MOUSE_X MOUSE_Y
set $score expression $b - 4
set $p expression ( $score - 1 ) * 50 - 150
delay 300
clear screen
delay 300
save BLOCKORDER BLOCKNAME TASKNAME $score RT @2
Is there a mistake in the Syntax?
Thank you in advance for your help.
Best regards.
i set up an experiment and everything went fine. Now i am trying to interpret the results I got from the test I did with a couple of participants.
When I look in the results of the experiments (the .txt file) this is what I see:
1 TestBewertung runTest_maskulin1 -3 3967 1
1 TestBewertung runTest_maskulin3 -3 839 3
1 TestBewertung runTest_maskulin2 -3 893 2
1 TestBewertung runTest_maskulin4 -3 737 4
1 Bewertung runGruppe_maskulin2 -3 1438 14
1 Bewertung runGruppe_maskulin1 -3 346 5
1 Bewertung2 runGruppe_maskulin3 -3 572 21
can someone help me with the interpretation? To make things a bit clearer: In the experiment the participants have to click on one of 7 bitmaps. The bitmaps show different numbers (-3, -2, -1, 0, 1, 2, 3) The fourth column shows that the participant has clicked on -3 every time right? this can not be true because I did it myself.
This is the syntax I was using:
task runGruppe_gekränkt1
table gekränkt1
delay 500
clear 1
show bitmap @1 0 -100
sound @2
show bitmap zahlminus3 -150 200
show bitmap zahlminus2 -100 200
show bitmap zahlminus1 -50 200
show bitmap zahl0 0 200
show bitmap zahl1 50 200
show bitmap zahl2 100 200
show bitmap zahl3 150 200
readmouse l 1 20000 range 2 8
set $b under MOUSE_X MOUSE_Y
set $score expression $b - 4
set $p expression ( $score - 1 ) * 50 - 150
delay 300
clear screen
delay 300
save BLOCKORDER BLOCKNAME TASKNAME $score RT @2
Is there a mistake in the Syntax?
Thank you in advance for your help.
Best regards.