DPrec
About
- Username
- DPrec
- Joined
- Visits
- 50
- Last Active
- Roles
- Member
Comments
-
Hi All, Some time ago I had a similar problem, and (with Eduard's help) we fixed it by adding the following lines at the beginning of the the inline script (on the run sequence) that produces every trial: ### Hide Mouse ms = mouse() ms.s…
-
Update (& solution): After coming across this post, I figured I could try simply None; rather than u'None' or "None", and now it works: while self.get("question1") == None or self.get("question2") == None or self.g…
-
Hey Daniel! Sorry I could not provide any more information, I didn't really know how to get anything else useful... Anyway, I deleted, rebooted and reinstalled OpenSesame, and it seems to work now, or at least I have not been able to reproduce that…
-
Hi Sebastian, I disabled the checkbox you mentioned, and now it works perfectly. All variables are calculated and logged just fine. I also understand better how the feedback item works, so I have changed it for text displays in the trial by trial f…
-
Hey Edwin, That will do nicely, good idea! I'II will have to break down my trial inlines to make it work (I usually have the entire trial sequence scripted in a single inline), but I agree, by implementing it like you recommended definitely makes i…
-
Hi Edwin! Sorry I did not answer before, thank you so much! Worked like a charm, as usual. Cheers, Daniel
-
Hi Edwin, Just a quick update, in the end I wrote my own workaround for the acc and RT calculations, so I guess you could mark the discussion as "Solved" if you want to. Still, is just a workaround, and the problem is still a mystery (for…
-
Hi Edwin, Here is the link to one experiment showing the mentioned behaviour. Let me know if you need anything else from my side, and thank you very much for your help! Daniel
-
Hi Edwin, Regarding your question, this is the bit of code that defines self.Target on the fist inline code: #Target Displayself.Target = self.offline_canvas()self.Target.set_font('mono', 40)self.Target.image(exp.get_file(exp.Trial_BG + ".png…
-
Hello again, Here is the pastebin link. I hope it helps! Also, could you please let me know when you figure out what the issue was? Just out of curiosity (and especially in case it was something odd about the code I can learn from, and keep in mi…
-
Hi Sebastiaan, Very puzzling indeed! That is correct, if I skip the middle part of the experiment it logs both variables just fine, but if I run it complete the Cont_Recheck variable is missing from the log (That is, altogether missing, not even 'N…
-
Hi Sebastiaan, As for your question, yes, it had the check on "Include variables with missing values". Also went through the logger Anyway, to make sure that I did not mixed up anything with the logger (creating variables and so on) I del…
-
Hi Edwin, Worked like a charm, thanks a lot! Cheers, Daniel
-
Hi Sebastiaan, Well, the experiment itself is divided in 3 stages,each one with its own loop/sequence (Conditioning phase; attentional capture-training phase; and attentional capture - experimental phase). I uploaded a screenshot of the experimenta…
-
Hello, I am also having some troubles with logging and forms. In my program, I use the form to ask 1 question with a 3 option answer (defined as rating scale) at a certain point of the experiment, and then again at the end of the experiment. Both …