Hi,
When using the blockfeedback function I am getting an extra percentage symbol when I run the experiment.
My block looks like this
<block array>
/ trials = [1-3=noreplace(definite_stop, definite_pass, probable_stop, probable_pass, ambiguous_stop, ambiguous_pass)]
/ blockfeedback = (correct)
</block>
Any idea whats going on? A bug? My codes are wrong?
Thanks
I am unable to reproduce this using Inquisit 4.0.3. Is your installation up to date? If not, please update. If it is, what's your OS?
FWIW,
<trial a>/ validresponse = (0,57)/ correctresponse = (57)/ timeout = 3000</trial><trial b>/ validresponse = (0,57)/ correctresponse = (57)/ timeout = 3000</trial><block myblock>/ trials = [1-10=noreplace(a,b)]/ blockfeedback = (correct)</block>
gives the expected result on my system (see attached screenshot).
Hi Dave,
I'm on Windows 7 Ultimate.
Looks like I'm using 4.0.2, I'll update and see if that fixes it.
Thanks for the quick reply!
Updated. Fixed!
Great, that's what I expected. Thanks for reporting back.