Knante
About
- Username
- Knante
- Joined
- Visits
- 220
- Last Active
- Roles
- Member, Moderator
Comments
-
(Quote) Excellent explanation, it makes sense now =) I've decided to stick with creating file objects as new log files and with some minor alterations both work fine now but i still don't understand why the logging stopped working in the first plac…
-
Hi Sebastiaan, Thanks for the quick reply, it makes more sense now. What remains is a beginners question: How can i write the variables to the new log file? At the moment i create a list like in the previous post and i use log.write_vars([var_list]…
-
I got it working, you can mark it as solved! :)
-
Hi, Looking at the script you posted in the previous thread i think the fastest option is to manually log your pointer value since it changes with each button press. Insert in your inline after the middle button has been pushed: self.log(pointer)…
-
Hi Sebastiaan, I've tried out a few and it seems that both the GO Keyboard and the Smart Keyboard Trial from lexicog LLC work. I would recommend the latter as it covers less screen area. How is it going with the portrait oriented version of the ap…
-
Hello everyone, Unfortunately, the keyboard response on my Oneplus One (5.0.2) is not working. It does show up but no proper response is collected. I use the swiftkey app to work around this exact issue but it seems to not longer work. I also tried…
-
Hi Sesbastiaan, Thank you for the reply. I managed to get it to work now by specifying the folder and changing the input from string to decimal. I also created a manual logger instead of the standard item because the files were starting to get mess…
-
The error message is gone now but log file does not work properly since it does not update the new file. When i run OpenSesame on the tablet it automatically starts the experiment. This is what is have at the start of the experiment to close and re-…
-
This is what i mean, i used just words in the example but you can substitute them with pictures: (Image)
-
Hi Sabine, Have you tried adding a custom variable in the logger item? It's on the right side of the screen, i believe you can log all the variables create during the experiment by hand there. * Laurent
-
Hi Dani, I'm by no means an expert in Python but let me try to help as a way to learn some things myself as well. First of all, i think you are trying to create too many sequences. Every trial you want to present has the same procedure so you can …
-
Hi Sebastiaan, Thank you for the answer, bypassing the menu works like a charm with the .yml file. If anyone else wants to use it: it only works if the experiment is saved as a .opensesame file and not as .opensesame.tar The second part, increment…
-
I have rewritten the entire experiment and tested it step for step and it seems to work now. I still have no clue what caused it but it was probably some variable conflict. Anyway, this thread can be deleted/closed :)