Sannee
About
- Username
- Sannee
- Joined
- Visits
- 17
- Last Active
- Roles
- Member
Comments
-
Hi Sebastiaan! Thanks for your quick answer! I have tried turning the num pad on and off while in the OSweb experiment version, but I cannot see anything happening sadly. My browser is Firefox, but I also cannot get it to work in the quick run envir…
-
Hi! It does indeed work! I didn't notice at first that the link that was given here differed from the one that they give in Prolific, so for others please indeed copy the link that Jasper provided! Kind regards, Sanne
-
Hi Eduard, Yeah of course! The current plan is to run the experiment at the end of this week/beginning of next week, so I'll let you know by then if it works! Kind regards, Sanne
-
Hi Elisa! Thanks for your reply! I'll make sure to post this on the OSWeb forum as well. Kind regards, Sanne
-
Hi Lotje! No worries at all! And this indeed works exactly as I wanted it too! Such a simple solution but in all honesty I would never have found it myself. Thanks so much for your help not just on this question but all the others as well! Kind reg…
-
Hi Sebastiaan! I wanted to load in a JavaScript specific library in JavaScript (although DataFrame.js is basically Python's Pandas). In the end I did indeed work around it! I just created a big list of lists and looped through that and it worked fin…
-
Hi! Thanks for the reply! This is not entirely what I meant. The entire rating screen needs to stay up for 12 seconds, which does indeed happen if nothing is clicked. However when people click on for example the rating boxes to fill things in, the c…
-
Hi! Oh that totally makes sense! I interpreted the repeat if as in hey repeat this whole loop if this is true. But it's hey repeat this single thing until this is true and THEN continue on to the next trial! Thanks so much!! I do have a small quest…
-
Oh I just noticed that in this version of BasisClickerExperiment.osexp I still have the Rating000 set to 5 seconds, it should be 0!
-
Hi! Thank you so much for your clear and extensive answer! In terms of the mouse and the logger extending over the conditions, I'm aware, but currently for debug purposes I implement things in the first condition only and then when it works I copy…
-
Hi! I’m currently creating an experiment in JavaScript in which people will have to rate how likely they think a certain outcome will be according to stimuli they see. I’ve finished it in Python, but we want to run it online so I’m translating it to…
-
Hi Eduard, This does indeed seem to be exactly what I'm looking for! Thank you so much! Kind regards, Sanne
-
Hi! I had one more question about JavaScript and its functionalities. I've seen the survey templates that have been uploaded, but is there any way to create text boxes that people can fill in values in with a Javascript/Sketchpad combination? Kind r…
-
Hi! Thanks for the suggestion! It works fine for some people I tested it with, but not for others sadly. It seems like, if there is already an older version of Python on the computer, OpenSesame will run with that version of Python and then crash …
-
Hi Lotje, Thank you so much for your clear answer! Sadly enough most of my experiment is build on a form, so I think I'd either have to rebuild the entire experiment from the ground up then or find another way to distribute it. (although that is als…
-
Hi Eduard, Thank you so much for all the help! I read your simplifications in the code and they make it a lot cleaner and better to read and I learned a lot from them! I didn't know you did not explicitly have to set things and it makes it much clea…
-
Here is the experiment file! In the notepad "Current_Problems" I described the problems. If you want to run the experiment set the subject number to 1, the order of conditions depends on subject number. https://we.tl/t-dmymx9d3MU Kind reg…
-
Hi Eduard, I would love to upload my experiment! However when I try I sadly get an error message: "Request failed with status code 413", and I cannot upload it. Would there be any way to go around that? Kind regards, Sanne
-
Hi Lotje, I modified your solution to the grid and it did indeed work, thank you so much! I had one last question if that is alright? It's more about how OpenSesame works, so if I should open a new discussion for this please do say so! Right now I …
-
Hi! Apologies for the late reply, I hadn't been able to get to programming this week yet. Sadly enough I cannot upload the file I'm working with, it exits with code 413. I also cannot see your example experiment though, so maybe it is something else…
-
Hi Lotje, This has the same result as the Regex for me. If I put print(ch) behind the regex or this line, it says that ch is a number (so the num_ has been removed successfully). However it still won't fill anything in in the textbox itself. Kind re…
-
Hi Eduard, Thanks so much for answering! This already helped me get a lot further with everything. I am currently using a python inline script to create the form page and it works really well. I do have some other questions that have popped up. My …
-
Hi! Sorry for my late comment, thank you for the suggestion! I am not super familiar with using python scripts. Could you maybe show me a quick example of how I could use it? And could I just say then in the "source" part of the OpenSesa…
-
Hi! The strange thing is, someone told me to create a new project which is exactly the same things in it and then try again. I did this (my old project was ExperimentRoughDraft, while the current one is ExperimentDemo) and weirdly enough while my o…
-
I have solved the problem for now! I had my duration on the sketchpads for "Keypress", but when I changed them to "0" I no longer had the problem. Kind regards, Sanne