Reply To: NULL results, ignoring trials, and error messages

PennController for IBEX Forums FAQ / Tips NULL results, ignoring trials, and error messages Reply To: NULL results, ignoring trials, and error messages

#8159
Jeremy
Keymaster

Hi Meri,

1) If you look at the comments in your results file (lines starting with #) you will see that the last column’s name is “Comments”: in your case, you get NULL in every line because there’s no comments to report. It’s not always the case: for example, if you use log on a Scale element without wait and the trial ends without the participant making any selection on the scale, you will get a line where that column reads “No selection happened”

2) One or multiple buffering events happening in the middle of a trial could indicate that the participant encountered difficulty playing back the audio, which could matter for some time sensitive tasks like primed lexical recognition. If that’s not relevant in your case, then you don’t have to log that information

3) I’m not sure what you are referring to. I tried opening your experiment multiple times, running as different groups, and the Sequence tab of the debugger always showed 25 trials. Maybe that used to happen in an earlier version of your project that had an extra value in the group column of the CSV table, or where there was a typo somewhere in the script that prevented part of the code from being evaluated?

4) This error message comes from the original Ibex: whenever an error prevents the script from filling the shuffleSequence variable (and there are many types of errors that can have that consequence, particularly syntax typos like missing a comma somewhere, which make the javascript parser crash) then Ibex complains that there’s no items in the running order. PennController adds a layer trying to catch as many errors as it can detect before Ibex kicks in, but some errors (again, particularly syntax errors) are harder to handle

Best,
Jeremy