Group: Awaiting Activation
Posts: 20,
Visits: 100
|
Thank you, the experiment is running however, it is appending only the first item and not a random trial. And on the payout page, it is saying that trial number picked at random is trial 1 and it does not show the payout. I'm not sure if its a problem with the script in the trials above or an error with the trials for the payout page that i've posted here.
<trial chosenslide> /stimulusframes = [1=endslide] /inputdevice = keyboard /validresponse = ("q") </trial>
<picture endslide> / items = endslide / select = current(payout) / size = (50%,50%) / position = (50%,55%) </picture>
<trial payouttrial> / stimulusframes = [1=payoutmsg, payout, trialmsg] /inputdevice = keyboard / validresponse = ("q") </trial>
<text payoutmsg> / items = ("Your payout is") / position = (50%, 40%) </text>
<text payout> / items = storedwinnings </text>
<text trialmsg> / items = ("which is the amount you won in trial #<%text.payout.currentitemnumber%>.") / position = (50%, 60%) </text>
<item storedwinnings> </item>
<item endslide> </item>
|