Hi Dave,
Ok, so now I tried to define those elements according to your advice. If I include two trial attributes inside the block, I receive a warning saying that the trial attribute of the block element is unassigned and could not be located.
<values>
/ score=0
</values>
<text feedback>
/ items= ("value = <% values.score %>")
</text>
<trial feedback>
/ pretrialpause= 300
/ trialcode = "feedback"
/ responsemode = timeout (2500)
/ stimulustimes = [0=feedback]
/ responseinterrupt = trial
/ posttrialpause= 300
</trial>
********** blocks *************************
<block intro_gametask>
/ screencolor = (0,0,0)
/ preinstructions = (intro_gametask)
/ trials = [1-12 = random (CSneu, CSpun)]
/ trials = [1 = (feedback)]
/ blockfeedback = (meanlatency, correct)
</block>
However, if I include the feedback inside the same trial attribute of the block (see below), the task plays BUT I do not get any feedback score page at the end of the block.
<block intro_gametask>
/ screencolor = (0,0,0)
/ preinstructions = (intro_gametask)
/ trials = [1-12 = random (CSneu, CSpun) feedback]
/ blockfeedback = (meanlatency, correct)
</block>
What important step am I missing? Thank you again.
Ana