diff --git a/docs/functions_description.md b/docs/functions_description.md index f6eeda4..a19fb54 100644 --- a/docs/functions_description.md +++ b/docs/functions_description.md @@ -10,7 +10,7 @@ * 1.6. [eyeTracker](#eyeTracker) * 1.7. [standByScreen](#standByScreen) * 1.8. [waitForTrigger](#waitForTrigger) - * 1.9 [readAndFilterLogfile](#readAndFilterLogfile) + * 1.9. [readAndFilterLogfile](#readAndFilterLogfile) * 2. [Keyboard functions: response collection and aborting experiment](#Keyboardfunctions:responsecollectionandabortingexperiment) * 2.1. [testKeyboards](#testKeyboards) * 2.2. [getResponse](#getResponse) @@ -19,6 +19,10 @@ * 3.1. [drawFixationCross](#drawFixationCross) * 4. [Drawing dots](#Drawingdots) * 5. [Drawing apertures](#Drawingapertures) +* 6. [Randomization](#Randomization) + * 6.1. [shuffle](#shuffle) + * 6.2. [setTargetPositionInSequence](#setTargetPositionInSequence) + * 6.3. [repeatShuffleConditions](#repeatShuffleConditions)