Replies: 1 comment
-
|
You you please provide a bit more info? your entire experiment config file screenshot, and the entire trial table please? I'll try to look into this in the next few days. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm currently running a psychology experiment using your module. In this one I have 1 block (independant) variable with two modalities and an independent variable with two modalities (Go/NoGo) whose proportions must be 2/3 Go trials and 1/3 NoGo trials. Finally, I have a 3-modality "TargetDepth" variable, which must have equal probabilities. What I want is to have a tree structure like this: with 648 trials in total, for example, I'll have 324 trials in one modality of my "difficulty load" block variable and 324 in the other modality. Then within each modality I'd have 2/3 Go trials, i.e. 216 trials, and 1/3 NoGo trials, i.e. 108 trials. Then I'd like to have as many trials in each type of trial (Go/NoGo) in each modality of the "TargetDepth" variable, i.e. 72 trials in each condition. The example here isn't very important, but what is important is that when I declare these variables (see screen) I get a completely buggy table of trials, and I don't understand why. For example, on the screen I sent you of 1) the Go/NoGo proportions are not respected and it seems that certain modalities of the "TargetDepth" variable are systematically associated with certain modalities of the "GoNoGo" variable. For example, here, the NoGo trials are systematically associated with the "Near" modality and the Go trials are systematically associated with the "Middle" and "Far" modalities. Sometimes, too, the table will display only Go trials. It seems that the module doesn't support more than three variables, and doesn't seem to support changes in the probability of certain variables... However, I've already done experiments with 2 variables and everything worked perfectly. Do you know where this is coming from and how to fix the problem?
Beta Was this translation helpful? Give feedback.
All reactions