[solved] First response not being recorded
Hi, I have an issue using the parallel feature. The first keyboard response in a loop does not get recorded. I have not used this method for a while and can only test it with the latest versions 0.27.4 to 3.0.0. Has the functionality of the parallel feature changed recently? I have created a minimum version to demonstrate the problem.
The result I get is shown here - http://img.cogsci.nl/?q=5628cd7fd4d76
Please download is here - https://drive.google.com/file/d/0B2TostZTZQnYWlN5ZVJSODg4VFk/view?usp=sharing

Comments
Is this original issue causing the problem?
http://forum.cogsci.nl/index.php?p=/discussion/comment/977#Comment_977
Hi,
What probably happens is that sequence finishes before keyboard_response. Therefore, the logger at the end of sequence is called before any key has been collected.
If I understand your structure correctly, you'll want to take logger out of the parallel item, and append it as the last item to main_sequence. That way logging happens only after all the parallel stuff is done. Does that make sense?
Cheers,
Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Hi Sebastiaan, Makes perfect sense. I have just tried moving the logger out of the parallel item and it now works as you suggested. Thanks once again for your excellent support.
Anthony McGuffie