ChristianB
About
- Username
- ChristianB
- Joined
- Visits
- 30
- Last Active
- Roles
- Member
- Thanked
- 1
Comments
-
Awesome! Thank you so much for your work! Best, Christian
-
Hi Sebastiaan, Thank you for your reply! In the majority of cases, these notifications do indeed go away, however, that is not always the case. If I hover over them quickly (to be able to get to the script view), it often happens that one or two …
-
Hi everyone! This would just be a small thing and maybe it exists already somewhere hidden: a way to get rid off the message "Variable xy is unknown. Placeholder color is used" (roughly translated from german). Especially when there are a lot of …
-
Hi Sebastiaan, Thank you very much! Meanwhile I thought of a similar workaround, created a list and added the wanted variable at the end of each trial to the list: if self.get('my_variable') == 1: my_list.append(1) else: my_list.append(0)…
-
Hi, I now fixed this issue. For everyone who has a similar problem: I define the variable correct_answer before the loop item. I then count the correct responses given in the inline-script after each trial, as can be seen in the picture above…
-
Hi Viola, Here is a suggestion how I would solve this issue: In the loop I called "Condition_1" you can create a single variable called "condition" and you specify below which condition will be realized in everything within this loop item. You c…
-
Hi Stephan, Thank you very much for your suggestions. I looked into the data and the variables correct_r1_m etc. just take the values of 0 and 1 (depending on whether 'timeout' was reached or what response was given). I also printed the recent a…
-
Just for clarification: the last line in the markdown slipped in there now. My apologies