Now I have this here:
<page intro1>
^^
ZAJĘCIE ZASOBÓW MANUALNYCH A PAMIĘĆ OBIEKTÓW.^^
^^
XXX XXX
^^
pod kierunkiem
^^
dr XXX XXX^^
</page>
*********************************************
Items
*********************************************
<item question>
/1 = "Jak bardzo obrzydza Cię poniższe stwierdzenie?"
/2 = "Jak bardzo obrzydza Cię poniższe stwierdzenie?"
/3 = "Jak bardzo obrzydza Cię poniższe stwierdzenie?"
</item>
<item stories>
/1 = "Widzisz osobę, która polewa ketchupem lody waniliowe i je zjada."
/2 = "Masz zamiar wypić szklankę mleka, kiedy wyczuwasz, że jest zepsute."
/3 = "Widzisz larwy na kawałku mięsa na zewnątrz w koszu na śmieci."
</item>
*********************************************
text
*********************************************
<text rsq_stories>
/items = stories
/ txbgcolor = = (238, 238, 233)
/ fontstyle = ("calibri", 3.5%, true, false, false, false, 5, 0)
/ size = (75%,30%)
/ vjustify = center
/ position = (50%, 20%)
</text>
<text rsq_question >
/ items = question
/ position = (50%,65%)
/ size = (90%,10%)
/ fontstyle = ("calibri", 3.5%, true, false, false, false, 5, 0)
</text>
*********************************************
likert options
*********************************************
<likert rsq_questionlikert>
/ anchors = [1 = "w ogóle"; 2 = "lekko" 3 = "bardzo"]
/ anchorwidth = 100
/ mouse= true
/ numpoints = 3
/ position = (50%,80%)
/ fontstyle = ("calibri", 2.5%, true, false, false, false, 5, 0)
/ stimulusframes = [1 = rsq_stories, rsq_question]
/ showmousecursor = true
</likert>
*********************************************
Blocks
*********************************************
<block rsq>
/ trials = [1-3=noreplace(rsq_questionlikert)]
</block>
*********************************************
EXPT
*********************************************
<expt rsq>
/ preinstructions = (intro1)
/ blocks = [1 = rsq]
/ preinstructions = (intro2)
/ blocks = [1 = myblock]
/ postinstructions = (end)
</expt>
-------------------------------------------------------------------------------------------------------------
------------------------------------------------BLOK------------------------------------------------------
-------------------------------------------------------------------------------------------------------------
<page intro2>
Teraz Twoim zadaniem jest przesunięcie bloku po Twojej prawej stronie do przodu tak daleko, aż pojawi się komunikat podziękowania.
</page>
<expressions>
/ size = 100%*(trial.drawbar.responsey/display.height)
/ vpos = 1px*trial.drawbar.responsey
</expressions>
<picture bar>
/ items = ("bar.bmp")
/ size = (expressions.size, expressions.size)
/ hposition = 50%
/ vposition = expressions.vpos
/ erase = false
</picture>
<shape blank>
/ shape = rectangle
/ size = (100%, 100%)
/ color = white
/ erase = false
</shape>
<trial drawbar>
/ stimulusframes = [1=blank, bar]
/ inputdevice = mousekey
/ validresponse = (mousemove)
/ branch = [trial.drawbar]
/ numframes = 1
/ recorddata = true
</trial>
<block myblock>
/ trials = [1=drawbar]
</block>
<page end>
^^KONIEC BADANIA.^^^
Dziękuję za udział w badaniu.^^
Press ENTER to finish.
</page>
---------------------------------------------------------------------------------------------------------------------------------------------------------
When the black block will reach the top of the screen I need to see end screen to finish this research. Where I need to put something to control the end of the black block?