diff --git a/docs/overview/eye-tracking.md b/docs/overview/eye-tracking.md index 5537bc7e..3ace0477 100644 --- a/docs/overview/eye-tracking.md +++ b/docs/overview/eye-tracking.md @@ -27,7 +27,7 @@ The [webgazer extension](/extensions/jspsych-ext-webgazer.md) adds functionality ```html
- + ``` diff --git a/docs/overview/media-preloading.md b/docs/overview/media-preloading.md index ce8ea51d..f36a6fe3 100644 --- a/docs/overview/media-preloading.md +++ b/docs/overview/media-preloading.md @@ -65,7 +65,7 @@ var sound_trial = { var video_trials = { timeline: [ { - type: 'video', + type: 'video-keyboard-response', stimulus: jsPsych.timelineVariable('video') } ], @@ -117,7 +117,7 @@ var sound_trial = { var video_trials = { timeline: [ { - type: 'video', + type: 'video-keyboard-response', stimulus: jsPsych.timelineVariable('video') } ], diff --git a/docs/tutorials/rt-task.md b/docs/tutorials/rt-task.md index c73de688..9f61c8ab 100644 --- a/docs/tutorials/rt-task.md +++ b/docs/tutorials/rt-task.md @@ -112,7 +112,7 @@ var instructions = {Press the F key
Press the J key
Press any key to begin.
@@ -170,7 +170,7 @@ timeline.push(instructions);Press the F key
Press the J key
Press any key to begin.
@@ -260,7 +260,7 @@ timeline.push(blue_trial, orange_trial);Press the F key
Press the J key
Press any key to begin.
@@ -372,7 +372,7 @@ timeline.push(preload);Press the F key
Press the J key
Press any key to begin.
@@ -502,7 +502,7 @@ What happens when the experiment reaches the test procedure? jsPsych will run thPress the F key
Press the J key
Press any key to begin.
@@ -613,7 +613,7 @@ var test_procedure = {Press the F key
Press the J key
Press any key to begin.
@@ -722,7 +722,7 @@ In the code above, we replaced the `trial_duration: 1000` parameter in `fixationPress the F key
Press the J key
Press any key to begin.
@@ -829,7 +829,7 @@ jsPsych.init({Press the F key
Press the J key
Press any key to begin.
@@ -982,7 +982,7 @@ var fixation = {Press the F key
Press the J key
Press any key to begin.
@@ -1111,7 +1111,7 @@ The `data.response` value is a string representation of the key the subject presPress the F key
Press the J key
Press any key to begin.
@@ -1255,7 +1255,7 @@ This code is available in the `/examples` folder in the jsPsych release downloadPress the F key
Press the J key
Press any key to begin.