From 08f77beca39c3db18d4f29c93c0e90d5b01abcbf Mon Sep 17 00:00:00 2001 From: Josh de Leeuw Date: Thu, 16 Oct 2014 20:45:59 -0400 Subject: [PATCH] Update randomization-repetition.md --- docs/markdown_docs/features/randomization-repetition.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/markdown_docs/features/randomization-repetition.md b/docs/markdown_docs/features/randomization-repetition.md index 05344922..af94fc08 100644 --- a/docs/markdown_docs/features/randomization-repetition.md +++ b/docs/markdown_docs/features/randomization-repetition.md @@ -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. +