Hi Jeremy,
I have a question regarding the use of randomizers in the command Sequence.
Is there a way actually randomize two randomizers?
Down here is how I set my sequence. The first randomizer is something I sent you by mail about the way to randomly, from a CSV file, take 36 sentences of a long list of items.
Sequence("consent", practice, randomize(startsWith("GreetingsTrial")), randomize("other"), "send", "final")
Then, the second randomizer contains a bunch of sentences that I need to randomly show to each participant, but this time, all the sentences from that file must be shown (which was the the case with the other randomizer).
Is there any way to ”mix” those randomizers together, which would make a new randomizer of the randomized sentences by keeping their random order properties?
Marc