Eva
About
- Username
- Eva
- Joined
- Visits
- 16
- Last Active
- Roles
- Member
Comments
-
Ok solved it too; as Felix said: custom variables. Note that what he's referring to is adding a custom variable to the logger I assumed he meant some inline script which would create a variable hence my initial confusion.
-
Sorry I'm confused. I just used the regular multiple choice items and set my options as opensesame allows you to do but like "Felixthealleycat" it only logs count and time (though actually it gives NA) I'm confused as to why this is not lo…
-
Hi @sebastiaan thanks :) ! I checked with a colleague and basically found out which is also clear from your post that you need to do some real python coding to make it work rather than to have a sneaky way to do it quickly in sketchpad. Though I rea…
-
Hi Guys, I have a similar question but couldn't directly figure out what to do exactly. So basically this is my code (i didn't set up a custom form but I just used a sketchpad) (Image) So basically: "draw textline center=1 color=black font…
-
Hi Sebastian, Oh god.. how dumb .. -.-" always the stupidest stuff when programming isn't it... that basically solved the whole thing, thanks! Eva p.s. Hugo, nice to hear it solved your problem too :)
-
Ok somehow it works today -- guess just had to restart the pc.. always the same
-
Hi all, I didn't have time to look at it again until now but I also get similar issues as Hugo has I think. If I run it as above it seems to not see subject_group as one thing but rather as "subject"_"group" which it then doesn't…
-
Ahhh ok, no i know what python is, but didn't realise i should use the inline_script item to implement it. Thanks! Eva
-
Hi Patrica, something seems weird in your file. it's not all in the same format. As in its a csv but actually it's not all comma-delimnated some things are in columns. This makes it hard to read into e.g R or wherever to see what your output may be…
-
I think so, one of the variables that opensesame logs normally is "counts" -- I normally don't have incorrect responses so I don't know the exact variable but I would assume that it counts the incorrect responses and what you would need to…
-
Ok I tried some more, I just programmed a totally new experiment that essentially worked without crashing (though I just piloted a very simple test version). It could be that since for this experiment I basically adapted an old experiment script tha…
-
Quick question, I added "var.subject_group = var.subject_nr % 3" to the general script but this seems to cause problems. When I run it I get the following error: "' "subject"_"group" == 1' is not a valid condition…
-
Hi Sebastiaan, Of course! * Windows * Latest version of OpenSesame (checked for updates and then it reaffirms there are none) * Yes, immediately basically on the first "instructions page" which is a form_text_display, it loads normally bu…
-
Thanks, can I do this via the opensesame intrface? I'm trying to find it but can't..
-
I'm not that familiar with the task but I'm sure you need to implement this using a "Loop" object. Don't know if that takes an .xlsx object. If you know Python I'm sure you can implement this in the script, if not copy/paste may be the eas…
-
Hi, Thanks! Yes ! Will try and implement it but should be straight forward :)
-
Hi, thnx! In the beginning (earlier scripts) I had loggers everywhere but then parsed them out. Never had this issue before untill this one dataset. But you're right should've tested this one too to make sure. Also didn't realize that you can have t…
-
OK great! Glad you were able to solve it :)
-
Hi miles, In the loop where you have the word colum make a sound column where you specify which word goes with which sound. So in my example above e.g. word sound happy beep angry crying flower rain w…
-
Thanks Jarik, I looked at that but it didnt really solve my issue. But its fixed now :)
-
Ok just solved it. All you need to do is to put in the loop the "repeat" from 1 to 0,5. it counterintuitive but it works :)
-
Hi Miles, An easier way to do this is to create one sketchpad and then define the words in your loop. In your sketchpad where you want the word to appear type instead of "happy" e.g. [word]. Then you create a loop with the colum called …
-
No I just want to have either condition 1 run or condition 2. Since I dont want participants to be in both :)
-
Hi Josh, Great! Thanks. Knew it should be an easy implementation but somehow I missed this solution haha. Thanks again, Eva
-
Hi Eduard, Great! thanks that indeed solved it :)