floor_30
About
- Username
- floor_30
- Joined
- Visits
- 3
- Last Active
- Roles
- Member
Comments
-
Nevermind, I found a way which works! (after a little bit of testing). for those who are interested: after exp.set('image', image) write: if image.endswith('3.JPG'): exp.set("correct_answer", 3) Thanks again for your help Sebastiaa…
-
so, to clarify: can I implement something that says "if the filename ends with 3.jpg the correct keybord response is 3"?
-
Yes, thank you! This helps a lot. However, with each photo, there is also a correct keyboard response. Is there a way to link a correct keyboard response to a particular picture this way?
-
Hi Sebastiaan, yes, thank you for your help! Problem solved :)
-
Hi Sebastiaan, Thank you for your answer! Let's say, the experiment has to stop once current == 8. Is there some way to put that in an inline script in the loop? Thanks, Floor