$Zeit = Time
I have an excel file included in my experiment with the time when the cross should appear
Offline it does work, but online its not showing the cross. When i set the fixation cross on a specific time it works online. But using the excel file via $zeit does not work.
has anyone any recommendation for that problem?
Or another Solution to randomize the time of the fixation cross?
Is zeitt a column name in your spreadsheet? If so then that print statement shouldn’t give an error if you put it inside the loop reading the spreadsheet. (Begin Routine)
Another solution for randomisation would be to use random() in the start field (generated random number between 0 and 1 so if you want an isi of between 1 and 2 for example you would use 1+random()