Thank you for your feedback!
I have decided to choose for 24 different trials. Could you give me small piece of advice on how to incorperate the meanlatency property for each of the respective trial elements. I have also found that it is possible to record the total mean latency per trial. I assume this would be overal mean latencies for the trial (when repeated). So far I have this for one of the trials 'IdealismeBeterewereld', with recording the total mean latency 'IdealismeBeterewereldreactie'.. I have read in an earlier pos (http://www.millisecond.com/forums/Topic685.aspx#685) t that you have to make the text element in the same colour as the background and in a different position, so the totalmeanlatency is registered but not noticable.
***********************************************************************
Total Mean Latency
***********************************************************************
<text IdealismeBeterewereldreactie>
/ items= ("totalmeanlatency = <% trial.IdealismeBeterewereld.totalmeanlatency %>")
/ valign = top
/ halign = right
/ position = (95%, 10%)
/ fontstyle = ("Agency FB", 1.56%, false, false, false, false, 5, 1)
/ txcolor = (255, 255, 255)
/ fontstyle = ("Arial", 5%)
</text>
***********************************************************************
Trials
***********************************************************************
<trial IdealismeBeterewereld>
/ validresponse = ("E", "I", noresponse)
/ response = timeout (5000)
/ stimulusframes = [1 = IdealismeBeterewereldreactie, IdealismeBeterewereld]
</trial>
***********************************************************************
Blocks
***********************************************************************
<block Test>
/ bgstim = (attributeAleft, attributeBright, reminder, merk)
/ trials = [1-96=noreplace(IdealismeBeterewereld, LoyaalMoreel, VerbondenSamen, WarmZorgzaam, OrdeStructuur, VeiligBeschermd, OntspannenZorgeloos, SpeelsPlezier, OngebondenOnafhankelijk, CreatiefFantasie, IndividueelUniek, OntdekkenNieuwsgierig, VaardigTalent, PrestatieVooruitgang, UitdagingWinnen, TrotsZelfverzekerd, WaarderingErkenning, AanzienPrestige, BezitVerzamelen, InvloedLeiderschap, FitSportief, GezondheidVoeding, MooiSchoonheid, SexyOpwindend)]
/ responsemode = correct
/ ontrialend = [if(block.test.latency <= 10000) values.sum1b = values.sum1b + block.test.latency]
/ ontrialend = [if(block.test.latency <= 10000) values.n1b = values.n1b + 1]
/ ontrialend = [if(block.test.latency <= 10000) values.ss1b = values.ss1b + (block.test.latency * block.test.latency)]
</block>
- In theearlier post it states that now, the data column "stimulusitem1" will contain the running mean latency for each type of trial. I must be doing something wrong, or understanding it wrongly, but when I add "stimulusitem1" to the data column, it doesn't seem like the overall mean latency for the specific trial. I am aiming to gain the overal mean latencies for each trial (so that would be 24 mean latencies) and also present these in a summary to the participant at the end. If possible a top 5 (the 5 smallest).
I would truly appreciate it if you could check this small part of script and give me some advice on how to gain the mean latencies for the 24 trials in my data column. Is it true that incorperating a summery data including the mean latencies would make my data easier to read, as the data columns keep on tracking data per trial and therefore I can not find the overal mean latencies.
Thank you very very much for your help. Any tips/advise would be very much appreciated.
Celeste