URL of experiment:
Description of the problem:
Hello I am experiencing a weird error from pavlovia. Any suggestion could help a lot.
I am pulling out the stimuli and stimuli position from a condition list. Locally, both stimuli and stimuli position information were recorded in the final output. But the online experiment final output only provides the information for stimuli, not the stimuli position. Though it creates the columns for the stimuli position, but left them empty.
This is my condition files:
This is the final output from online experiment:
note: this conditional file is pulled from a nested loop, see below; The condition file information that is not saved is from discounting_trials (the inner loop). Not the outer loop.
I also tried manually save data using: thisExp.addData (). However, this also worked locally. It does not even create the column in the final result in the online experiments.
Thanks!