Skip to content

Commit

Permalink
changed timing_post_trial to post_trial_gap
Browse files Browse the repository at this point in the history
  • Loading branch information
CML2 authored and CML2 committed Sep 20, 2018
1 parent b7e3595 commit 3d70880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/jspsych-RDK.md
Expand Up @@ -94,7 +94,7 @@ var trial_left = {
```javascript
var test_block = {
type: "RDK",
timing_post_trial: 0,
post_trial_gap: 0,
number_of_dots: 200,
RDK_type: 3,
choices: ["a", "l"],
Expand Down
2 changes: 1 addition & 1 deletion examples/jspsych-RDK.html
Expand Up @@ -31,7 +31,7 @@
//The test block where all the trials are nested. The properties here will trickle down to all trials in the timeline unless they have their own properties defined
var test_block = {
type: "RDK",
timing_post_trial: 0, //The Inter Trial Interval. You can either have no ITI, or have an ITI but change the display element to be the same color as the stimuli background to prevent flashing between trials
post_trial_gap: 500, //The Inter Trial Interval. You can either have no ITI, or have an ITI but change the display element to be the same color as the stimuli background to prevent flashing between trials
number_of_dots: 200, //Total number of dots in each aperture
RDK_type: 3, //The type of RDK used
choices: ['a', 'l'], //Choices available to be keyed in by participant
Expand Down

0 comments on commit 3d70880

Please sign in to comment.