I need help in developing procedure to use in my master thesis, I have less than a month to get it done. Yesterday I tried to make a simple procedure, but it doesn't work. Im begging for mercy !
<item prostokaty>
/ 1= "D:\hazard\obrazki\blok1\VGO.bmp"
/ 2= "D:\hazard\obrazki\blok1\VNOGO.bmp"
/ items = (vgo,vnogo)
</item>
<picture prostokaty>
/ halign = center
/ height = 30%
/ items = prostokaty
/ position = (50%,50%)
/ size = (400, 400)
/ valign = center
/ width = 30%
/ select = list.poprawne_proba
</picture>
<trial vgo>
/ beginresponsetime =0
/ inputdevice = keyboard
/ posttrialpause = 700
/ recorddata = true
/ responsetime =1000
/ timeout =1000
/ validresponse = (spacebar, noresponse)
/ correctresponse = (spacebar)
</trial>
<trial vnogo>
/ beginresponsetime =0
/ inputdevice = keyboard
/ recorddata = true
/ responsetime =1000
/ timeout =1000
/ validresponse = (spacebar, noresponse)
/ correctresponse = (noresponse)
</trial>
<trial interwal>
/ timeout = 700
/ correctresponse = (noresponse)
/ validresponse = ( " ", noresponse)
/ recorddata = false
/ branch = [if (trial.interwal.response == " ") trial.interwal.recorddata = true]
</trial>
<expressions>
/ expression1 = trial.interwal.response == (" ")
</expressions>
WYNIKI
<data>
/ columns = [date, time, group, subject, trialcode, blockcode, trialnum, latency, correct, error, meanlatency, minilatency, maxlatency, sdlatency, numcorrect, percentcorrect, count, totalminlatency, totalmaxlatency, totalpercentcorrect, totalcount, stimulusnumber, stimulusonset]
/ file = "D:\hazard\RESULTS.iqdat"
/ separatefiles = true
</data>
<instruct>
/ fontstyle = ("Comic Sans MS", 2.33%, true, false, false, false, 5, 1)
/ inputdevice = keyboard
/ finishlabel = "Naciśnij spację"
/ nextlabel = "Naciśnij spację"
/ prevkey = (noresponse)
/ timeout = 10000
/ wait = 3000
/ windowsize = (100%,100%)
</instruct>
<page intro>
Za chwilę rozpocznie się sesja probna
blalblalbalblalbalblballballba
Powodzenia !
</page>
<page end>
Za chwilę przejdziesz do właściwej części badania
blalblablalbalbla
</page>
BLOKI
<block PROBA>
/ onblockbegin = [list.poprawne_proba]
/ postinstructions = (intro)
/ preinstructions = (wlasciwy)
/ trials = [1= vgo; 2= vnogo; 3= interwal]
</block>
EKSPERYMENT
<expt HAZARD>
/ blocks = [1=proba]
/ groupassignment = subjectnumber
</expt>
LISTA
<list poprawne_proba>
/ items = (1, 2)
/ itemprobabilities = (0.8, 0.2)
/ maxrunsize =2
/ poolsize =1
/ replace = true
/ selectionmode = random
</list>