Millisecond Forums

Extra percentage symbol using blockfeedback

https://forums.millisecond.com/Topic11535.aspx

By thomasdangvo - 10/28/2013

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

By Dave - 10/28/2013

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).

By thomasdangvo - 10/28/2013

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!

By thomasdangvo - 10/28/2013

Updated. Fixed!


Thanks

By Dave - 10/29/2013

Great, that's what I expected. Thanks for reporting back.