Reply To: Choosing subet of items to present

PennController for IBEX Forums Support Choosing subet of items to present Reply To: Choosing subet of items to present

#6810
Jeremy
Keymaster

The "experiment" in the code referred to the Sequence of presentation: Sequence("TCLE" (consent), "info","instructions", "treino" (trainning),"experiment", SendResults(), "end")

But the Sequence command that we have been working on so far is not this one, it’s the one that you report later in your message:

Sequence( 
    conditions[0], pick(fillers,1),
    conditions[1], pick(fillers,1),
    conditions[2], pick(fillers,1),
    conditions[3], pick(fillers,1),
    conditions[4], pick(fillers,1),
    conditions[5], pick(fillers,1),
    conditions[6], pick(fillers,1),
    conditions[7], pick(fillers,1)
)

If there is no reference to your trials labeled "experiment" in that Sequence command, then they won’t be included in the experiment

Jeremy