URL of experiment: https://pavlovia.org/Aparna11/wordsound
Description of the problem: I have nested loop in my experiment. inner loop is to repeat trials and outer is to go to next row from the condition file. It is working fine but while saving data it does not save the last trial information(which row in condition was the last), but when I give as extra key press outside the inner loop, it saves last trial info. Now I have extra key presses for each trial.
Can I somehow avoid these extra key presses and save the data for the last trial also?
I thought of adding a key press from code component but I am not able to do it successfully.
Can anyone help me in this?