JanV
About
- Username
- JanV
- Joined
- Visits
- 9
- Last Active
- Roles
- Member
Comments
-
Aha! I changed the Back-end in the experiment file from xpyriment to legacy, and now it works :)
-
I'm sorry - I just found out that I receive the same error when I use "1.jpg" now.
-
Please ignore, I think I'm getting there. While I'm still not sure why the problem didn't crop up when manually going through the code, I'm now literally copy-paste every line of the inline script and using the print() command to see where things go…
-
Very much so, thank you!
-
Quick follow-up:At the end of the inline script, I've now added global sentencesitems_picked.reverse() # the "pop" method used later works from the back to the front,so just reverse the list heresentences = [i[0] for i in items_picked]glo…
-
Hello, I haven't fully implemented the following solution in OpenSesame yet, but this Python code generates lists that satisfy the constraint (see OP): # This script generates a pseudorandom order of stimuli.# We need the shuffle function from the…