PennController for IBEX › Forums › Support › Modifying SendResults() › Reply To: Modifying SendResults()
December 2, 2020 at 3:49 pm
#6429
Jeremy
Keymaster
Hi Brianna,
Try editing the file other_includes/main.js and find line 204, t.options._finishedCallback(); and insert a new line before that:
allResults = [];
I haven’t tested it so you should do so yourself, but if things work as I expect them to, you should see a new entry in your results file for each SendResults, as if it were coming from a new participant, but which should only contain lines for the unsaved trials so far
Let me know if this solution worked
Jeremy