mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 11:10:54 +00:00
Update randomization-repetition.md
This commit is contained in:
parent
9ec7bf230c
commit
08f77beca3
@ -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.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user