I am new to using PsychoPy and have only a little bit of experience with Python. I am running an experiment that was created in Builder Mode and have encountered an issue. One of the trials of the experiments had the “Is trials” box unchecked, and as such responses from participants for that trial do not appear in the output csv files.
Reading about the .psydat file and looking at the experiment in coder view, I suspect that the data for this trial may still be stored in the .psydat file and therefore recoverable. Am I correct? I tried using the csvFromPsydat tool but unfortunately it created a csv file with the same trial missing from the data. If anyone could help me find a way to get the missing data it would be greatly appreciated! Thanks in advance.