Update randomization-repetition.md

This commit is contained in:
Josh de Leeuw 2014-10-16 20:45:59 -04:00
parent 9ec7bf230c
commit 08f77beca3

View File

@ -34,4 +34,8 @@ var block = {
In the above example, there are two trials in the block. Both trials will occur (in a random order), and then the block will repeat 4 more times. The randomized order only applies to each individual repetition, so each set of two trials will contain one happy face and one sad face.
## Generating random orders of parameter values
The [jsPsych.randomization](../core-library/jspsych-randomization.md) module in the core library contains functions that assist with generating random orders of trial parameters.