Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

[open] How to randomize order of experiments in one opensesame file?

edited January 2015 in OpenSesame

Hi all,
I'm pretty new in OpenSesame, and probably this is an easy question.
By the way, the problem is this: my main experiments in composed of:

  • Practice sequence
  • Sub-experiment 1
  • Sub-experiment 2
  • Sub-experiment 3

My question is: how to randomize the order of the three sub-experiments? They are all defined in the same opensesame file, which look like this:

define sequence experiment
    run practice_loop "always"
    run sub_experim_1 "always"
    run sub_experim_2 "always"
    run sub_experim_3 "always"

Each sub_experim has its own loop and sequence (a simple "look and answer" paradigm).

Many thanks in advance!

Comments

Sign In or Register to comment.