Stroop.eksp.zadanie, Programowanie procedur badawczych


I wersja

<defaults >

/ fontstyle = ("arial", 10%, true)

</defaults>

**********

bodzce

*********

<text redblack>

/ items = ("czerwony")

</text>

<text greenblack>

/ items = ("zielony")

</text>

<text blueblack>

/ items = ("niebieski")

</text>

***

ekrany

***

<trial redblack>

/ stimulustimes = [1 = redblack]

/ validresponse = ("1","2","3")

</trial>

<trial greenlack>

/ stimulustimes = [1 = greenblack]

/ validresponse = ("1","2","3")

</trial>

<trial blueblack>

/ stimulustimes = [1 = blueblack]

</trial>

II cd

<defaults >

/ fontstyle = ("arial", 10%, true)

/ validresponse = ("1","2","3")- dać w jedno miejsce ponieważ dotyczy wszystkich bodzców

</defaults>

**********

bodzce

*********

<text redblack>

/ items = ("czerwony")

</text>

<text greenblack>

/ items = ("zielony")

</text>

<text blueblack>

/ items = ("niebieski")

</text>

**

podpowiedz

***

<text podp>

/ items = ("1 czerwony 2 zielony 3 niebieski")

</text>

***

ekrany

***

<trial redblack>

/ stimulustimes = [1 = redblack]

</trial>

<trial greenlack>

/ stimulustimes = [1 = greenblack]

</trial>

<trial blueblack>

/ stimulustimes = [1 = blueblack]

</trial>

III

<defaults >

/ fontstyle = ("arial", 10%, true)

/ validresponse = ("1","2","3")

</defaults>

**********

bodzce

*********

<text redblack>

/ items = ("czerwony")

</text>

<text greenblack>

/ items = ("zielony")

</text>

<text blueblack>

/ items = ("niebieski")

</text>

**

podpowiedz

***

<text podp>

/ items = ("1 czerwony 2 zielony 3 niebieski")

/ fontstyle = ("arial", 16pt)

/ position = (50%,90%) lokalizacja gdzie ma sie pokazać podpowiedź

</text>

***

ekrany

***

<trial redblack>

/ stimulustimes = [1 = redblack;1=podp] podpowiedź dodaję

</trial>

<trial greenlack>

/ stimulustimes = [1 = greenblack;1=podp]

</trial>

<trial blueblack>

/ stimulustimes = [1 = blueblack;1=podp]

</trial>

IV

***bloki

*****

<block czarne>

/ trials = [1-3=sequence(redblack,greenblack,blueblack)] sposób losowania

</block>

V

***bloki

*****

<block czarne>

/ trials = [1-6 =replacenorepeat (redblack, greenblack, blueblack)] sposób losowań

</block>

VI

***

eksperyment

****

<page intro>

Witamy, będą 3 kkklolklklklk...

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne]

</expt>

VI

<defaults >

/ fontstyle = ("arial", 10%, true)

/ validresponse = ("1","2","3")

</defaults>

<instruct >

/ fontstyle = ("arial", 16%)

</instruct>

VII

***

eksperyment

****

<page intro>

^Witamy,

^ będą 3 kkklolklklklk...

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne]

VIII

***bloki

*****

<page introczarne>

^Pierwsza seria:

^Słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introczarne)

/ trials = [1-6 =replacenorepeat (redblack, greenblack, blueblack)]

</block>

***

eksperyment

****

<page intro>

^Witamy,

^ będą 3 kkklolklklklk...

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne]

</expt>

end

<defaults >

/ fontstyle = ("arial", 10%, true)

/ validresponse = ("1","2","3")

</defaults>

<instruct >

/ fontstyle = ("arial", 10pt)

</instruct>

**********

bodzce

*********

<text redblack>

/ items = ("czerwony")

</text>

<text greenblack>

/ items = ("zielony")

</text>

<text blueblack>

/ items = ("niebieski")

</text>

**

podpowiedz

***

<text podp>

/ items = ("1 czerwony 2 zielony 3 niebieski")

/ fontstyle = ("arial", 16pt)

/ position = (50%,90%)

</text>

***

ekrany

***

<trial redblack>

/ stimulustimes = [1 = redblack;1=podp]

</trial>

<trial greenblack>

/ stimulustimes = [1 = greenblack;1=podp]

</trial>

<trial blueblack>

/ stimulustimes = [1 = blueblack;1=podp]

</trial>

***bloki

*****

<page introczarne>

^Pierwsza seria:

^Słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introczarne)

/ trials = [1-6 =replacenorepeat (redblack, greenblack, blueblack)]

</block>

***

eksperyment

****

<page intro>

^Witamy,

^ będą 3 kkklolklklklk...

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne]

</expt>

I

Ekrany

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

<trial redBlack>

/ stimulustimes = [1=redBlack]

</trial>

<trial greenBlack>

/ stimulustimes = [1=greenBlack]

</trial>

<trial blueBlack>

/ stimulustimes = [1=blueBlack]

</trial>

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

Bloki

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

<page introCzarne>

^Pierwsza seria:

^słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introCzarne)

/ trials = [1-6=replacenorepeat(redBlack,greenBlack,blueBlack)]

/ bgstim = (podp) bodziec który ma się pokazywać na każdym ekranie

</block>

II

Bodźce

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

<text redBlack> słowo czerwony czarną czcionką

/ items = ("czerwony")

</text>

<text redRed> wstawiam słowo czerwony czerwoną czcionką

/ items = ("czerwony")

/ txcolor = () -tu będzie zakodowany kolor

</text>

<text greenBlack>

/ items = ("zielony")

</text>

<text blueBlack>

/ items = ("niebieski")

</text>

III

<text redBlack>

/ items = ("czerwony")

</text>

<text redRed>

/ items = ("czerwony")

/ txcolor = (255,0,0)full red 0 green, 0 blue, dla czarnego 000, biały 255,255,255

</text>

<text greenBlack>

/ items = ("zielony")

</text>

<text blueBlack>

/ items = ("niebieski")

</text>

IV

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

Bodźce

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

<text redBlack>

/ items = ("czerwony")

</text>

<text redRed>

/ items = ("czerwony")

/ txcolor = (255,0,0)

</text>

<text greenBlack>

/ items = ("zielony")

</text>

<text greenGreen>

/ items = ("zielony")

/ txcolor = (0,250,0)

</text>

<text blueBlack>

/ items = ("niebieski")

</text>

<text blueBlue>

/ items = ("niebieski")

/ txcolor = (0,0,250)

</text>

V

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

Ekrany

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

<trial redBlack>

/ stimulustimes = [1=redBlack]

</trial>

<trial redRed>

/ stimulustimes = [1=redRed]

</trial>

<trial greenBlack>

/ stimulustimes = [1=greenBlack]

</trial>

<trial greenGreen>

/ stimulustimes = [1=greenGreen]

</trial>

<trial blueBlack>

/ stimulustimes = [1=blueBlack]

</trial>

<trial blueBlue>

/ stimulustimes = [1=blueBlue]

</trial>

VI

Bloki

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

<page introCzarne> blok 1 z czrnymi

^Pierwsza seria:

^słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introCzarne)

/ trials = [1-6=replacenorepeat(redBlack,greenBlack,blueBlack)]

/ bgstim = (podp)

</block>

<page introZgodne> blok z kolorowymi

^Druga seria:

^słowa ZGODNE

</page>

<block zgodne>

/ preinstructions = (introZgodne)

/ trials = [1-6=replacenorepeat(redRed,greenGreen,blueBlue)]

/ bgstim = (podp)

</block>

VI

Eksperyment

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

<page intro>

^Witamy w badaniu!

^Będą 3 serie ....

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne; 2=zgodne]dodajemy drugą serię z kolorowymi

słowami

</expt>

****

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

Bodźce

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

<text redBlack>

/ items = ("czerwony")

</text>

<text redRed>

/ items = ("czerwony")

/ txcolor = (255,0,0)full red 0 green, 0 blue, dla czarnego 000, biały

255,255,255

</text>

<text redGreen>

/ items = ("czerwony")

/ txcolor = (255,0,0)full

</text>

<text redBlue>

/ items = ("czerwony")

/ txcolor = (255,0,0)full

</text>

<text greenBlack>

/ items = ("zielony")

</text>

<text greenGreen>

/ items = ("zielony")

/ txcolor = (0,250,0)

</text>

<text greenRed>

/ items = ("zielony")

/ txcolor = (0,250,0)

</text>

<text greenBlue>

/ items = ("zielony")

/ txcolor = (0,250,0)

</text>

<text blueBlack>

/ items = ("niebieski")

</text>

<text blueBlue>

/ items = ("niebieski")

/ txcolor = (0,0,250)

</text>

<text blueRed>

/ items = ("niebieski")

/ txcolor = (0,0,250)

</text>

<text blueGreen>

/ items = ("niebieski")

/ txcolor = (0,0,250)

</text>

****

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

Bodźce

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

<text redBlack>

/ items = ("czerwony")

</text>

<text redRed>

/ items = ("czerwony")

/ txcolor = (255,0,0)full red 0 green, 0 blue, dla czarnego 000, biały

255,255,255

</text>

<text redGreen>

/ items = ("czerwony")

/ txcolor = (0,250,0)full

</text>

<text redBlue>

/ items = ("czerwony")

/ txcolor = (0,0,250)full

</text>

<text greenBlack>

/ items = ("zielony")

</text>

<text greenGreen>

/ items = ("zielony")

/ txcolor = (0,250,0)

</text>

<text greenRed>

/ items = ("zielony")

/ txcolor = (250,0,0)

</text>

<text greenBlue>

/ items = ("zielony")

/ txcolor = (0,0,250)

</text>

<text blueBlack>

/ items = ("niebieski")

</text>

<text blueBlue>

/ items = ("niebieski")

/ txcolor = (0,0,250)

</text>

<text blueRed>

/ items = ("niebieski")

/ txcolor = (250,0,0)

</text>

<text blueGreen>

/ items = ("niebieski")

/ txcolor = (0,250,0)

</text>

***

Ekrany

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

<trial redBlack>

/ stimulustimes = [1=redBlack]

</trial>

<trial redRed>

/ stimulustimes = [1=redRed]

</trial>

<trial redGreen>

/ stimulustimes = [1=redGreen]

</trial>

<trial redBlue>

/ stimulustimes = [1=redBlue]

</trial>

<trial greenBlack>

/ stimulustimes = [1=greenBlack]

</trial>

<trial greenGreen>

/ stimulustimes = [1=greenGreen]

</trial>

<trial blueBlack>

/ stimulustimes = [1=blueBlack]

</trial>

<trial blueBlue>

/ stimulustimes = [1=blueBlue]

</trial>

******

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

Ekrany

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

<trial redBlack>

/ stimulustimes = [1=redBlack]

</trial>

<trial redRed>

/ stimulustimes = [1=redRed]

</trial>

<trial redGreen>

/ stimulustimes = [1=redGreen]

</trial>

<trial redBlue>

/ stimulustimes = [1=redBlue]

</trial>

<trial greenBlack>

/ stimulustimes = [1=greenBlack]

</trial>

<trial greenGreen>

/ stimulustimes = [1=greenGreen]

</trial>

<trial greenRed>

/ stimulustimes = [1=greenRed]

</trial>

<trial greenBlue>

/ stimulustimes = [1=greenBlue]

</trial>

<trial blueBlack>

/ stimulustimes = [1=blueBlack]

</trial>

<trial blueBlue>

/ stimulustimes = [1=blueBlue]

</trial>

<trial blueRed>

/ stimulustimes = [1=blueRed]

</trial>

<trial blueGreen>

/ stimulustimes = [1=blueGreen]

</trial>

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

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

Bloki

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

<page introCzarne> blok 1 z czrnymi

^Pierwsza seria:

^słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introCzarne)

/ trials = [1-6=replacenorepeat(redBlack,greenBlack,blueBlack)]

/ bgstim = (podp)

</block>

<page introZgodne> blok z kolorowymi

^Druga seria:

^słowa ZGODNE

</page>

<block zgodne>

/ preinstructions = (introZgodne)

/ trials = [1-6=replacenorepeat(redRed,greenGreen,blueBlue)]

/ bgstim = (podp)

</block>

<page introNiezgodne>

^Trzecia seria:

^słowa NIEZGODNE

</page>

<block niezgodne>

/ preinstructions = (introNiezgodne)

/ trials =

[1-6=replacenorepeat(redGreen,redBlue,greenBlue,greenRed,blueRed,blueGreen)]

/ bgstim = (podp)

</block>

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

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

Eksperyment

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

<page intro>

^Witamy w badaniu!

^Będą 3 serie ....

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne; 2=zgodne;3=niezgodne]

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

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

Ekrany (tutaj definiujemy jaka jest prawidłowa odpowiedz

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

<trial redBlack>

/ stimulustimes = [1=redBlack]

/ correctresponse = ("1")

</trial>

<trial redRed>

/ stimulustimes = [1=redRed]

/ correctresponse = ("1")

</trial>

<trial redGreen>

/ stimulustimes = [1=redGreen]

/ correctresponse = ("2")

</trial>

<trial redBlue>

/ stimulustimes = [1=redBlue]

/ correctresponse = ("3")

</trial>

<trial greenBlack>

/ stimulustimes = [1=greenBlack]

/ correctresponse = ("2")

</trial>

<trial greenGreen>

/ stimulustimes = [1=greenGreen]

/ correctresponse = ("1")

</trial>

<trial greenRed>

/ stimulustimes = [1=greenRed]

/ correctresponse = ("2")

</trial>

<trial greenBlue>

/ stimulustimes = [1=greenBlue]

/ correctresponse = ("3")

</trial>

<trial blueBlack>

/ stimulustimes = [1=blueBlack]

/ correctresponse = ("3")

</trial>

<trial blueBlue>

/ stimulustimes = [1=blueBlue]

/ correctresponse = ("3")

</trial>

<trial blueRed>

/ stimulustimes = [1=blueRed]

/ correctresponse = ("1")

</trial>

<trial blueGreen>

/ stimulustimes = [1=blueGreen]

/ correctresponse = ("2")

</trial>

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

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

Podpowiedzi

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

<text podp>

/ items = ("1 czerwony 2 zielony 3 niebieski")

/ fontstyle = ("arial", 16pt)

/ position = (50%, 90%)

</text>

<text dobrze>

/ items = ("ok")

/ txcolor = (180,180,180) szary

</text>

<text zle>

/ items = ("??")

/ txcolor = (180,180,180) szary

</text>

***********

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

Bloki

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

<page introCzarne> blok 1 z czarnymi

^Pierwsza seria:

^słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introCzarne)

/ trials = [1-6=replacenorepeat(redBlack,greenBlack,blueBlack)]

/ bgstim = (podp)

</block>

<page introZgodne> blok z kolorowymi

^Druga seria:

^słowa ZGODNE

</page>

<block zgodne>

/ preinstructions = (introZgodne)

/ trials = [1-6=replacenorepeat(redRed,greenGreen,blueBlue)]

/ bgstim = (podp)

</block>

<page introNiezgodne>

^Trzecia seria:

^słowa NIEZGODNE

</page>

<block niezgodne>

/ preinstructions = (introNiezgodne)

/ trials =

[1-6=replacenorepeat(redGreen,redBlue,greenBlue,greenRed,blueRed,blueGreen)]

/ bgstim = (podp)

/ correctmessage = true (dobrze,500)jaki bodziec pokazywać w przypadku

złej odpowiedzi, format bodzca jest w dpowiedzi

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

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

Bloki

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

<page introCzarne> blok 1 z czrnymi

^Pierwsza seria:

^słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introCzarne)

/ trials = [1-6=replacenorepeat(redBlack,greenBlack,blueBlack)]

/ bgstim = (podp)

/ correctmessage = true (dobrze,500)

/ errormessage = true (zle,500)

</block>

<page introZgodne> blok z kolorowymi

^Druga seria:

^słowa ZGODNE

</page>

<block zgodne>

/ preinstructions = (introZgodne)

/ trials = [1-6=replacenorepeat(redRed,greenGreen,blueBlue)]

/ bgstim = (podp)

/ correctmessage = true (dobrze,500)

/ errormessage = true (zle,500)

</block>

<page introNiezgodne>

^Trzecia seria:

^słowa NIEZGODNE

</page>

<block niezgodne>

/ preinstructions = (introNiezgodne)

/ trials =

[1-6=replacenorepeat(redGreen,redBlue,greenBlue,greenRed,blueRed,blueGreen)]

/ bgstim = (podp)

/ correctmessage = true (dobrze,500)

/ errormessage = true (zle,500)

</block>

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

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

Eksperyment

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

<page intro>

^Witamy w badaniu!

^Będą 3 serie ....

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne; 2=zgodne;3=niezgodne]

</expt>

<page podsumowanie >

^Procent prawidłowych odpowiedzi w seriach:

^

^CZARNE: <% block.czarne.percentcorrect %> procent

^ZGODNE: <% block.zgodne.percentcorrect %> procent

^NIEZGODNE: <% block.niezgodne.percentcorrect %> procent

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

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

Eksperyment

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

<page intro>

^Witamy w badaniu!

^Będą 3 serie ....

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne; 2=zgodne;3=niezgodne]

/ postinstructions = (podsumowanie)

</expt>

<page podsumowanie >

^Procent prawidłowych odpowiedzi w seriach:

^

^CZARNE: <% block.czarne.percentcorrect %> procent

^ZGODNE: <% block.zgodne.percentcorrect %> procent

^NIEZGODNE: <% block.niezgodne.percentcorrect %> procent

</page>

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

CAŁość

<defaults >

/ fontstyle = ("arial", 10%, true)

/ validresponse = ("1","2","3")

</defaults>

<instruct >

/ fontstyle = ("arial", 16pt)

</instruct>

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

Bodźce

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

<text redBlack>

/ items = ("czerwony")

</text>

<text redRed>

/ items = ("czerwony")

/ txcolor = (255,0,0)

</text>

<text redGreen>

/ items = ("czerwony")

/ txcolor = (0,250,0)

</text>

<text redBlue>

/ items = ("czerwony")

/ txcolor = (0,0,250)

</text>

<text greenBlack>

/ items = ("zielony")

</text>

<text greenGreen>

/ items = ("zielony")

/ txcolor = (0,250,0)

</text>

<text greenRed>

/ items = ("zielony")

/ txcolor = (250,0,0)

</text>

<text greenBlue>

/ items = ("zielony")

/ txcolor = (0,0,250)

</text>

<text blueBlack>

/ items = ("niebieski")

</text>

<text blueBlue>

/ items = ("niebieski")

/ txcolor = (0,0,250)

</text>

<text blueRed>

/ items = ("niebieski")

/ txcolor = (250,0,0)

</text>

<text blueGreen>

/ items = ("niebieski")

/ txcolor = (0,250,0)

</text>

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

Podpowiedzi

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

<text podp>

/ items = ("1 czerwony 2 zielony 3 niebieski")

/ fontstyle = ("arial", 16pt)

/ position = (50%, 90%)

</text>

<text dobrze>

/ items = ("ok")

/ txcolor = (180,180,180) szary

</text>

<text zle>

/ items = ("??")

/ txcolor = (180,180,180) szary

</text>

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

Ekrany (tutaj definiujemy jaka jest prawidłowa odpowiedz

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

<trial redBlack>

/ stimulustimes = [1=redBlack]

/ correctresponse = ("1")

</trial>

<trial redRed>

/ stimulustimes = [1=redRed]

/ correctresponse = ("1")

</trial>

<trial redGreen>

/ stimulustimes = [1=redGreen]

/ correctresponse = ("2")

</trial>

<trial redBlue>

/ stimulustimes = [1=redBlue]

/ correctresponse = ("3")

</trial>

<trial greenBlack>

/ stimulustimes = [1=greenBlack]

/ correctresponse = ("2")

</trial>

<trial greenGreen>

/ stimulustimes = [1=greenGreen]

/ correctresponse = ("1")

</trial>

<trial greenRed>

/ stimulustimes = [1=greenRed]

/ correctresponse = ("2")

</trial>

<trial greenBlue>

/ stimulustimes = [1=greenBlue]

/ correctresponse = ("3")

</trial>

<trial blueBlack>

/ stimulustimes = [1=blueBlack]

/ correctresponse = ("3")

</trial>

<trial blueBlue>

/ stimulustimes = [1=blueBlue]

/ correctresponse = ("3")

</trial>

<trial blueRed>

/ stimulustimes = [1=blueRed]

/ correctresponse = ("1")

</trial>

<trial blueGreen>

/ stimulustimes = [1=blueGreen]

/ correctresponse = ("2")

</trial>

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

Bloki

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

<page introCzarne> blok 1 z czrnymi

^Pierwsza seria:

^słowa CZARNE

</page>

<block czarne>

/ preinstructions = (introCzarne)

/ trials = [1-6=replacenorepeat(redBlack,greenBlack,blueBlack)]

/ bgstim = (podp)

/ correctmessage = true (dobrze,500)

/ errormessage = true (zle,500)

</block>

<page introZgodne> blok z kolorowymi

^Druga seria:

^słowa ZGODNE

</page>

<block zgodne>

/ preinstructions = (introZgodne)

/ trials = [1-6=replacenorepeat(redRed,greenGreen,blueBlue)]

/ bgstim = (podp)

/ correctmessage = true (dobrze,500)

/ errormessage = true (zle,500)

</block>

<page introNiezgodne>

^Trzecia seria:

^słowa NIEZGODNE

</page>

<block niezgodne>

/ preinstructions = (introNiezgodne)

/ trials =

[1-6=replacenorepeat(redGreen,redBlue,greenBlue,greenRed,blueRed,blueGreen)]

/ bgstim = (podp)

/ correctmessage = true (dobrze,500)

/ errormessage = true (zle,500)

</block>

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

Eksperyment

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

<page intro>

^Witamy w badaniu!

^Będą 3 serie ....

</page>

<expt >

/ preinstructions = (intro)

/ blocks = [1=czarne; 2=zgodne;3=niezgodne]

/ postinstructions = (podsumowanie)

</expt>

<page podsumowanie >

^Procent prawidłowych odpowiedzi w seriach:

^

^CZARNE: <% block.czarne.percentcorrect %> procent

^ZGODNE: <% block.zgodne.percentcorrect %> procent

^NIEZGODNE: <% block.niezgodne.percentcorrect %> procent

</page>

/ errormessage = true (zle,500)

</block>



Wyszukiwarka

Podobne podstrony:
zadanienia-programowanie, smf, , programowanie
ZADANIA Z PROGRAMOWANIA
Java Zadania z programowania z przykładowymi rozwiązaniami
6 2 Zadania programowania liniowego
AM, Liniowe zadanie decyzyjne, Model matematyczny zadania programowania liniowego
Browary, Zadania programowania kwadratowego
C++ Zadania z programowania z przykładowymi rozwiązaniami [PL]
Nowe wzory i przypisy, Procedura badawcza
Zadanie PROGRAMOWANIE, Informatyka
tp-zadania cz3, Szkoła, Programowanie, C++, Zadania z programowania cz.3
C Zadania z Programowania
Algorytmy-zadania, Programowanie, wykłady C++
Procedura badawcza, Metody Badań
C Zadania z programowania 9788324637072
27.2 wskazniki - zadania, Programowanie, Klasa III
Optymalizacja Cw 3 Zadanie programowania nieliniowego bez ograniczeń algorytmy optymalizacji lokaln
mathcad, Podstawy Informatyki - zadania z programu Mathcad

więcej podobnych podstron