Candice
About
- Username
- Candice
- Joined
- Visits
- 41
- Last Active
- Roles
- Member
Comments
-
Update: I think the issue is that it's not uploading the data because it's registering screens that are not run. There is a loop that contains one items and is set to run 100 times but only if the participant presses the wrong button (which doesn't …
-
Hi Lotje, That seems to work!!! Thank you so much!!! Cheers, Candice
-
Hi Lotje, Thank you very much for your response! I sent you a simplified version of the experiment. I need participants to either skip the loop (if the participant pressed D immediately) or repeat the loop as many times as the participant provides …
-
Alright, thanks anyway! Cheers, Candice
-
Hi all! Alternatively, is there any way to prevent the screen from stretching or to get it to stretch proportionately? I believe that Opensesame stretches the screen to a size that's proportional to the original, whereas OSWeb seems to stretch full…
-
Hi! Is there a way I can fix this on the newer version of OpenSesame?
-
Hi Eduard, I'm not sure I'm tech savvy enough to change the source code :( I'm using a "touch response" item with a grid (13x8). Is there any way to change it on the item itself? Thank you!
-
Hi Sebastiaan, I think for the time being, I'll stick to the two monitors and see if later on I can adapt my study to only require the broadcast. Thank you so much!
-
Hi Sebastiaan and Pascal, Thank you so much for your responses! What I want to do is actually much simpler. I just want to use the tablets as screen extensions (just like I would additional monitors), but I want the participants to be able to use …
-
Scratch that. I was missing the form._exec() line! :s
-
Hi! I'm having the same issue where the screen is not shown, but it is not fixed by putting a keyboard response after. Here is the code for that particular screen: Import the widgets library from libopensesame import widgets Create a form form …
-
Hi Sebastiaan, I feel very silly... I didn't think of looking in the debugging file. I think what's happening is that sometimes the tablet gets slow and the timeout goes 5-10 ms over what it should be, so it makes the timeout on the next part (whic…
-
Hi! I was wondering if there's a list of functionalities that are currently available in the web version. I tried a few of my experiments and they all seem to have things that aren't available in the web version yet, but I would like to modify them…
-
Hi Eduard, I´m trying to make the checkboxes bigger so that they are easier to press on a touch screen. They probably look fine on yours because I changed my image in the \opensesame_resources\widgets\gray folder in an attempt to make them bigger. …
-
Hi! The links on your comment (Sebastiaan) don´t work anymore. Is there anyway you could update them? Is there an explanation somewhere on how to compile into a .exe file? Thank you!
-
Hi Eduard, I uploaded a simplified version of the experiment. :) Thanks! Candice
-
Sorry, eduard, I missed your last message. What happens is that Opensesame seems to evaluate all variables in a sequence right when it starts running it, unless you use inline script. So, if you tell it n=5 in the beginning of the sequence, then cha…
-
Lotje, Yes I did. :) DahmSF, I´m not sure I understand. They are separate base forms, unlinked. I ended up just writing the code in python and inserting it as an inline script, but I would still like to know if there is any way of fixing it with…
-
Hi Pascal, Yup, exactly!
-
When I sent it it wrecked the formatting, maybe this is easier to see: N N N N N N N N N 1 1 N N 2 2 N N 1 1 N N 2 2 N N N N N N N N N N N N N N N N N N 3 3 N N 4 4 N N 3 3 N N 4 4 N N N N N N N N N
-
Hi Pascal, The number stays the same, but there is a different set of correct answers for each trial. Yes, the allowed quadrants stays constant. Basically the idea is: N N N N N N N N N Y1 Y1 N N Y2 …
-
Hi Pascal, Yes, the participant would only give one response. If that response was in the list of correct responses, then it would be considered correct. I'm not a good python coder (or in general). I've tried a couple of times but was not able to …
-
When I changed the resolution and the soudn files to .ogg it worked. Thank you so much!!
-
Hi Laurent, Thank you! I attached the debug file and the settings file. I feel like it might be a settings issue. I tried the changes you suggested, nothing. I tried one of the examples included in the PC version (attentional_capture_android) and …
-
Also, I made it doing point and click, but here is the script, in case it helps: Generated by OpenSesame 2.9.7 (Hesitant Heisenberg) Fri Jan 13 13:58:06 2017 (nt) http://www.cogsci.nl/opensesame set background "black" set bidi "no…