Merel
About
- Username
- Merel
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
Hi Lotje, Thanks a lot for your help! My experiment is working now! I changed your example a little by using the list of dictionaries directly instead of making it a list of lists. # Pop one dictionairy from the list of dictionairies. This is with…
-
Thanks! I will look at your example first!
-
Also, I get an error that lEq is not defined .. :(
-
Hi Lotje, Thanks for your response! I still have a question: In the inline script you made, one equation will be shown to the participant, but how do you loop through the list of equations to show them all, one by one, to the participant? Or is th…
-
Jeej adding an extra button and replace the while loop with this works :) : var.response = ''while True: labelResponse.text = 'Response: %s' % var.response button_clicked = form._exec() if button_clicked == 'enter': break if butt…
-
Nice addition to show the participants their response! :) Maybe I should also add something that they can change their response if they accidentally press the wrong button, with a 'backspace' button or something like that. Otherwise it may be a bit …
-
Hi Sebastiaan, Thanks for your reaction! Ah, allright that explains why it didn't work. I have a new idea, maybe I can make it work by showing a numpad made out of butons a couple of times in a row, which gives the participants the 'illusion' of us…