Femke
About
- Username
- Femke
- Joined
- Visits
- 18
- Last Active
- Roles
- Member
Comments
-
Hi Eduard, I tried running the experiment first, but that also didn't work. Can I email you the experiment? It needs excel files to run, so emailing would be easier I think. Regards, Femke
-
I also saw this in the debug window: UserWarning: var name is stored as attribute of item experiment % (var, self.item.name)
-
I tried, it it gives me an error: `self.experiment.acc = 10 * (self.experiment.total_correct / self.experiment.total_responses) print 'acc: ', self.experiment.acc print 'total_correct: ', self.experiment.total_correct print 'total_responses: ',self…
-
Hi Eduard, Thanks for your suggestion, but it still doesn't work. It seems to me that something goes wrong with the (self.experiment.total_correct / float(self.experiment.total_responses)) part. Maybe it always returns 1 for some reason. Femke
-
No, I'm using mostly canvas' via inline scripts. But I'll check out your suggestion though. Thanks!
-
I had the reversed problem and added this inline script as the very first item of my experiment. If you were to change True to False that might work. Don't forget to paste this to the run phase though. from openexp.mouse import mouse my_mouse = mo…