Group: Awaiting Activation
Posts: 6,
Visits: 9
|
I'm sry, it's me again. I changed the syntax as you said... but while the rest of the experiment works, the experiment skips the part of the audio and the corresponding page and misses this part and starts with the next trail following the audio. Do you know, what is wrong? ...Thanks for your help and sorry for asking so much questions...
<sound mypmr> / items = ("pmr.wav") / playthrough = true </sound>
<trial tr_mypmr> / stimulusframes = [1= mypmr, mysentence] / timeout = 480000 </trial>
<text mysentence> / items = ("Bitte schließen Sie die Augen und folgen Sie der Audioaufnahme") </text>
<block bl_pmr> / trials = [1 = tr_mypmr] </block>
<expt EG_PMR> /blocks = [1= bl_Willkommen; 2 = bl_Affekt&Schwer; 3 = bl_pmr; 4 = bl_Affekt;] /subjects = (4 of 5) </expt>
|