├── .DS_Store ├── .gitignore ├── FirebaseDemo ├── .DS_Store ├── Instructions_FirebaseDemo.Rmd ├── Instructions_FirebaseDemo.html ├── data │ └── data_2019-08-07-11-56-38_v6mt1y6xpl.csv └── experiment │ ├── .DS_Store │ ├── index.Rmd │ ├── index.html │ ├── jspsych-6 │ ├── .DS_Store │ ├── css │ │ └── jspsych.css │ ├── examples │ │ ├── add-to-end-of-timeline.html │ │ ├── conditional-and-loop-functions.html │ │ ├── css │ │ │ └── jquery-ui.css │ │ ├── data-add-properties.html │ │ ├── data-as-function.html │ │ ├── data-from-timeline.html │ │ ├── data-from-url.html │ │ ├── demo-flanker.html │ │ ├── demo-simple-rt-task.html │ │ ├── demos │ │ │ ├── demo_1.html │ │ │ ├── demo_2.html │ │ │ └── demo_3.html │ │ ├── display-element-to-embed-experiment.html │ │ ├── end-active-node.html │ │ ├── end-experiment.html │ │ ├── exclusions.html │ │ ├── external_html │ │ │ └── simple_consent.html │ │ ├── img │ │ │ ├── 1.gif │ │ │ ├── 10.gif │ │ │ ├── 11.gif │ │ │ ├── 12.gif │ │ │ ├── 2.gif │ │ │ ├── 3.gif │ │ │ ├── 4.gif │ │ │ ├── 5.gif │ │ │ ├── 6.gif │ │ │ ├── 7.gif │ │ │ ├── 8.gif │ │ │ ├── 9.gif │ │ │ ├── age │ │ │ │ ├── of1.jpg │ │ │ │ ├── of2.jpg │ │ │ │ ├── of3.jpg │ │ │ │ ├── om1.jpg │ │ │ │ ├── om2.jpg │ │ │ │ ├── om3.jpg │ │ │ │ ├── yf1.jpg │ │ │ │ ├── yf4.jpg │ │ │ │ ├── yf5.jpg │ │ │ │ ├── ym2.jpg │ │ │ │ ├── ym3.jpg │ │ │ │ └── ym5.jpg │ │ │ ├── backwardN.gif │ │ │ ├── blue.png │ │ │ ├── con1.png │ │ │ ├── con2.png │ │ │ ├── fixation.gif │ │ │ ├── happy_face_1.jpg │ │ │ ├── happy_face_2.jpg │ │ │ ├── happy_face_3.jpg │ │ │ ├── happy_face_4.jpg │ │ │ ├── inc1.png │ │ │ ├── inc2.png │ │ │ ├── normalN.gif │ │ │ ├── orange.png │ │ │ ├── redX.png │ │ │ ├── ribbon.jpg │ │ │ ├── sad_face_1.jpg │ │ │ ├── sad_face_2.jpg │ │ │ ├── sad_face_3.jpg │ │ │ └── sad_face_4.jpg │ │ ├── js │ │ │ └── snap.svg-min.js │ │ ├── jspsych-animation.html │ │ ├── jspsych-audio-button-response.html │ │ ├── jspsych-audio-keyboard-response.html │ │ ├── jspsych-audio-slider-response.html │ │ ├── jspsych-call-function.html │ │ ├── jspsych-categorize-animation.html │ │ ├── jspsych-categorize-html.html │ │ ├── jspsych-categorize-image.html │ │ ├── jspsych-cloze.html │ │ ├── jspsych-free-sort.html │ │ ├── jspsych-fullscreen.html │ │ ├── jspsych-html-button-response.html │ │ ├── jspsych-html-keyboard-response.html │ │ ├── jspsych-html-slider-response.html │ │ ├── jspsych-iat.html │ │ ├── jspsych-image-button-response.html │ │ ├── jspsych-image-keyboard-response.html │ │ ├── jspsych-image-slider-response.html │ │ ├── jspsych-instructions.html │ │ ├── jspsych-rdk.html │ │ ├── jspsych-reconstruction.html │ │ ├── jspsych-resize.html │ │ ├── jspsych-same-different-html.html │ │ ├── jspsych-same-different-image.html │ │ ├── jspsych-serial-reaction-time-mouse.html │ │ ├── jspsych-serial-reaction-time.html │ │ ├── jspsych-survey-html-form.html │ │ ├── jspsych-survey-likert.html │ │ ├── jspsych-survey-multi-choice.html │ │ ├── jspsych-survey-multi-select.html │ │ ├── jspsych-survey-text.html │ │ ├── jspsych-video-button-response.html │ │ ├── jspsych-video-keyboard-response.html │ │ ├── jspsych-video-slider-response.html │ │ ├── jspsych-visual-search-circle.html │ │ ├── jspsych-vsl-animate-occlusion.html │ │ ├── jspsych-vsl-grid-scene.html │ │ ├── lexical-decision.html │ │ ├── manual-preloading.html │ │ ├── pause-unpause.html │ │ ├── progress-bar.html │ │ ├── sound │ │ │ ├── hammer.mp3 │ │ │ ├── sound.mp3 │ │ │ ├── speech_blue.mp3 │ │ │ ├── speech_green.mp3 │ │ │ ├── speech_joke.mp3 │ │ │ ├── speech_red.mp3 │ │ │ └── tone.mp3 │ │ ├── timeline-variables-sampling.html │ │ ├── timeline-variables.html │ │ └── video │ │ │ └── sample_video.mp4 │ ├── jspsych.js │ ├── license.txt │ └── plugins │ │ ├── .DS_Store │ │ ├── jspsych-animation.js │ │ ├── jspsych-audio-button-response.js │ │ ├── jspsych-audio-keyboard-response.js │ │ ├── jspsych-audio-slider-response.js │ │ ├── jspsych-call-function.js │ │ ├── jspsych-categorize-animation.js │ │ ├── jspsych-categorize-html.js │ │ ├── jspsych-categorize-image.js │ │ ├── jspsych-cloze.js │ │ ├── jspsych-external-html.js │ │ ├── jspsych-free-sort.js │ │ ├── jspsych-fullscreen.js │ │ ├── jspsych-html-button-response.js │ │ ├── jspsych-html-keyboard-multiple-response.js │ │ ├── jspsych-html-keyboard-response.js │ │ ├── jspsych-html-slider-response.js │ │ ├── jspsych-iat-html.js │ │ ├── jspsych-iat-image.js │ │ ├── jspsych-image-button-response.js │ │ ├── jspsych-image-keyboard-response.js │ │ ├── jspsych-image-slider-response.js │ │ ├── jspsych-instructions.js │ │ ├── jspsych-rdk.js │ │ ├── jspsych-reconstruction.js │ │ ├── jspsych-resize.js │ │ ├── jspsych-same-different-html.js │ │ ├── jspsych-same-different-image.js │ │ ├── jspsych-serial-reaction-time-mouse.js │ │ ├── jspsych-serial-reaction-time.js │ │ ├── jspsych-survey-html-form.js │ │ ├── jspsych-survey-likert.js │ │ ├── jspsych-survey-multi-choice.js │ │ ├── jspsych-survey-multi-select.js │ │ ├── jspsych-survey-text.js │ │ ├── jspsych-video-button-response.js │ │ ├── jspsych-video-keyboard-response.js │ │ ├── jspsych-video-slider-response.js │ │ ├── jspsych-visual-search-circle.js │ │ ├── jspsych-vsl-animate-occlusion.js │ │ ├── jspsych-vsl-grid-scene.js │ │ └── template │ │ └── jspsych-plugin-template.js │ └── skeleton.html ├── Flanker ├── Flanker.Rmd ├── data │ └── data_2019-11-12-13-10-00_zo2jb6t6b5.csv ├── experiment │ ├── index.Rmd │ ├── index.html │ ├── jspsych-6-2 │ │ ├── css │ │ │ └── jspsych.css │ │ ├── examples │ │ │ ├── add-to-end-of-timeline.html │ │ │ ├── conditional-and-loop-functions.html │ │ │ ├── css │ │ │ │ └── jquery-ui.css │ │ │ ├── data-add-properties.html │ │ │ ├── data-as-function.html │ │ │ ├── data-from-timeline.html │ │ │ ├── data-from-url.html │ │ │ ├── demo-flanker.html │ │ │ ├── demo-simple-rt-task.html │ │ │ ├── demos │ │ │ │ ├── demo_1.html │ │ │ │ ├── demo_2.html │ │ │ │ └── demo_3.html │ │ │ ├── display-element-to-embed-experiment.html │ │ │ ├── end-active-node.html │ │ │ ├── end-experiment.html │ │ │ ├── exclusions.html │ │ │ ├── external_html │ │ │ │ └── simple_consent.html │ │ │ ├── img │ │ │ │ ├── 1.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── age │ │ │ │ │ ├── of1.jpg │ │ │ │ │ ├── of2.jpg │ │ │ │ │ ├── of3.jpg │ │ │ │ │ ├── om1.jpg │ │ │ │ │ ├── om2.jpg │ │ │ │ │ ├── om3.jpg │ │ │ │ │ ├── yf1.jpg │ │ │ │ │ ├── yf4.jpg │ │ │ │ │ ├── yf5.jpg │ │ │ │ │ ├── ym2.jpg │ │ │ │ │ ├── ym3.jpg │ │ │ │ │ └── ym5.jpg │ │ │ │ ├── backwardN.gif │ │ │ │ ├── blue.png │ │ │ │ ├── con1.png │ │ │ │ ├── con2.png │ │ │ │ ├── fixation.gif │ │ │ │ ├── happy_face_1.jpg │ │ │ │ ├── happy_face_2.jpg │ │ │ │ ├── happy_face_3.jpg │ │ │ │ ├── happy_face_4.jpg │ │ │ │ ├── inc1.png │ │ │ │ ├── inc2.png │ │ │ │ ├── normalN.gif │ │ │ │ ├── orange.png │ │ │ │ ├── redX.png │ │ │ │ ├── ribbon.jpg │ │ │ │ ├── sad_face_1.jpg │ │ │ │ ├── sad_face_2.jpg │ │ │ │ ├── sad_face_3.jpg │ │ │ │ └── sad_face_4.jpg │ │ │ ├── js │ │ │ │ └── snap.svg-min.js │ │ │ ├── jspsych-animation.html │ │ │ ├── jspsych-audio-button-response.html │ │ │ ├── jspsych-audio-keyboard-response.html │ │ │ ├── jspsych-audio-slider-response.html │ │ │ ├── jspsych-call-function.html │ │ │ ├── jspsych-categorize-animation.html │ │ │ ├── jspsych-categorize-html.html │ │ │ ├── jspsych-categorize-image.html │ │ │ ├── jspsych-cloze.html │ │ │ ├── jspsych-free-sort.html │ │ │ ├── jspsych-fullscreen.html │ │ │ ├── jspsych-html-button-response.html │ │ │ ├── jspsych-html-keyboard-response.html │ │ │ ├── jspsych-html-slider-response.html │ │ │ ├── jspsych-iat.html │ │ │ ├── jspsych-image-button-response.html │ │ │ ├── jspsych-image-keyboard-response.html │ │ │ ├── jspsych-image-slider-response.html │ │ │ ├── jspsych-instructions.html │ │ │ ├── jspsych-rdk.html │ │ │ ├── jspsych-reconstruction.html │ │ │ ├── jspsych-resize.html │ │ │ ├── jspsych-same-different-html.html │ │ │ ├── jspsych-same-different-image.html │ │ │ ├── jspsych-serial-reaction-time-mouse.html │ │ │ ├── jspsych-serial-reaction-time.html │ │ │ ├── jspsych-survey-html-form.html │ │ │ ├── jspsych-survey-likert.html │ │ │ ├── jspsych-survey-multi-choice.html │ │ │ ├── jspsych-survey-multi-select.html │ │ │ ├── jspsych-survey-text.html │ │ │ ├── jspsych-video-button-response.html │ │ │ ├── jspsych-video-keyboard-response.html │ │ │ ├── jspsych-video-slider-response.html │ │ │ ├── jspsych-visual-search-circle.html │ │ │ ├── jspsych-vsl-animate-occlusion.html │ │ │ ├── jspsych-vsl-grid-scene.html │ │ │ ├── lexical-decision.html │ │ │ ├── manual-preloading.html │ │ │ ├── pause-unpause.html │ │ │ ├── progress-bar.html │ │ │ ├── sound │ │ │ │ ├── hammer.mp3 │ │ │ │ ├── sound.mp3 │ │ │ │ ├── speech_blue.mp3 │ │ │ │ ├── speech_green.mp3 │ │ │ │ ├── speech_joke.mp3 │ │ │ │ ├── speech_red.mp3 │ │ │ │ └── tone.mp3 │ │ │ ├── timeline-variables-sampling.html │ │ │ ├── timeline-variables.html │ │ │ └── video │ │ │ │ └── sample_video.mp4 │ │ ├── jspsych.js │ │ ├── license.txt │ │ └── plugins │ │ │ ├── jspsych-animation.js │ │ │ ├── jspsych-audio-button-response.js │ │ │ ├── jspsych-audio-keyboard-response.js │ │ │ ├── jspsych-audio-slider-response.js │ │ │ ├── jspsych-call-function.js │ │ │ ├── jspsych-categorize-animation.js │ │ │ ├── jspsych-categorize-html.js │ │ │ ├── jspsych-categorize-image.js │ │ │ ├── jspsych-cloze.js │ │ │ ├── jspsych-external-html.js │ │ │ ├── jspsych-free-sort.js │ │ │ ├── jspsych-fullscreen.js │ │ │ ├── jspsych-html-button-response.js │ │ │ ├── jspsych-html-keyboard-response.js │ │ │ ├── jspsych-html-slider-response.js │ │ │ ├── jspsych-iat-html.js │ │ │ ├── jspsych-iat-image.js │ │ │ ├── jspsych-image-button-response.js │ │ │ ├── jspsych-image-keyboard-response.js │ │ │ ├── jspsych-image-slider-response.js │ │ │ ├── jspsych-instructions.js │ │ │ ├── jspsych-rdk.js │ │ │ ├── jspsych-reconstruction.js │ │ │ ├── jspsych-resize.js │ │ │ ├── jspsych-same-different-html.js │ │ │ ├── jspsych-same-different-image.js │ │ │ ├── jspsych-serial-reaction-time-mouse.js │ │ │ ├── jspsych-serial-reaction-time.js │ │ │ ├── jspsych-survey-html-form.js │ │ │ ├── jspsych-survey-likert.js │ │ │ ├── jspsych-survey-multi-choice.js │ │ │ ├── jspsych-survey-multi-select.js │ │ │ ├── jspsych-survey-text.js │ │ │ ├── jspsych-video-button-response.js │ │ │ ├── jspsych-video-keyboard-response.js │ │ │ ├── jspsych-video-slider-response.js │ │ │ ├── jspsych-visual-search-circle.js │ │ │ ├── jspsych-vsl-animate-occlusion.js │ │ │ ├── jspsych-vsl-grid-scene.js │ │ │ └── template │ │ │ └── jspsych-plugin-template.js │ └── jspsychr │ │ └── jspsychr.js └── run.R ├── README.md ├── RecognitionMemory ├── RecognitionMemory.Rmd ├── RecognitionMemory.html ├── experiment │ ├── index.Rmd │ ├── index.html │ ├── jspsych-6-2 │ │ ├── css │ │ │ └── jspsych.css │ │ ├── examples │ │ │ ├── add-to-end-of-timeline.html │ │ │ ├── conditional-and-loop-functions.html │ │ │ ├── css │ │ │ │ └── jquery-ui.css │ │ │ ├── data-add-properties.html │ │ │ ├── data-as-function.html │ │ │ ├── data-from-timeline.html │ │ │ ├── data-from-url.html │ │ │ ├── demo-flanker.html │ │ │ ├── demo-simple-rt-task.html │ │ │ ├── demos │ │ │ │ ├── demo_1.html │ │ │ │ ├── demo_2.html │ │ │ │ └── demo_3.html │ │ │ ├── display-element-to-embed-experiment.html │ │ │ ├── end-active-node.html │ │ │ ├── end-experiment.html │ │ │ ├── exclusions.html │ │ │ ├── external_html │ │ │ │ └── simple_consent.html │ │ │ ├── img │ │ │ │ ├── 1.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── age │ │ │ │ │ ├── of1.jpg │ │ │ │ │ ├── of2.jpg │ │ │ │ │ ├── of3.jpg │ │ │ │ │ ├── om1.jpg │ │ │ │ │ ├── om2.jpg │ │ │ │ │ ├── om3.jpg │ │ │ │ │ ├── yf1.jpg │ │ │ │ │ ├── yf4.jpg │ │ │ │ │ ├── yf5.jpg │ │ │ │ │ ├── ym2.jpg │ │ │ │ │ ├── ym3.jpg │ │ │ │ │ └── ym5.jpg │ │ │ │ ├── backwardN.gif │ │ │ │ ├── blue.png │ │ │ │ ├── con1.png │ │ │ │ ├── con2.png │ │ │ │ ├── fixation.gif │ │ │ │ ├── happy_face_1.jpg │ │ │ │ ├── happy_face_2.jpg │ │ │ │ ├── happy_face_3.jpg │ │ │ │ ├── happy_face_4.jpg │ │ │ │ ├── inc1.png │ │ │ │ ├── inc2.png │ │ │ │ ├── normalN.gif │ │ │ │ ├── orange.png │ │ │ │ ├── redX.png │ │ │ │ ├── ribbon.jpg │ │ │ │ ├── sad_face_1.jpg │ │ │ │ ├── sad_face_2.jpg │ │ │ │ ├── sad_face_3.jpg │ │ │ │ └── sad_face_4.jpg │ │ │ ├── js │ │ │ │ └── snap.svg-min.js │ │ │ ├── jspsych-animation.html │ │ │ ├── jspsych-audio-button-response.html │ │ │ ├── jspsych-audio-keyboard-response.html │ │ │ ├── jspsych-audio-slider-response.html │ │ │ ├── jspsych-call-function.html │ │ │ ├── jspsych-categorize-animation.html │ │ │ ├── jspsych-categorize-html.html │ │ │ ├── jspsych-categorize-image.html │ │ │ ├── jspsych-cloze.html │ │ │ ├── jspsych-free-sort.html │ │ │ ├── jspsych-fullscreen.html │ │ │ ├── jspsych-html-button-response.html │ │ │ ├── jspsych-html-keyboard-response.html │ │ │ ├── jspsych-html-slider-response.html │ │ │ ├── jspsych-iat.html │ │ │ ├── jspsych-image-button-response.html │ │ │ ├── jspsych-image-keyboard-response.html │ │ │ ├── jspsych-image-slider-response.html │ │ │ ├── jspsych-instructions.html │ │ │ ├── jspsych-rdk.html │ │ │ ├── jspsych-reconstruction.html │ │ │ ├── jspsych-resize.html │ │ │ ├── jspsych-same-different-html.html │ │ │ ├── jspsych-same-different-image.html │ │ │ ├── jspsych-serial-reaction-time-mouse.html │ │ │ ├── jspsych-serial-reaction-time.html │ │ │ ├── jspsych-survey-html-form.html │ │ │ ├── jspsych-survey-likert.html │ │ │ ├── jspsych-survey-multi-choice.html │ │ │ ├── jspsych-survey-multi-select.html │ │ │ ├── jspsych-survey-text.html │ │ │ ├── jspsych-video-button-response.html │ │ │ ├── jspsych-video-keyboard-response.html │ │ │ ├── jspsych-video-slider-response.html │ │ │ ├── jspsych-visual-search-circle.html │ │ │ ├── jspsych-vsl-animate-occlusion.html │ │ │ ├── jspsych-vsl-grid-scene.html │ │ │ ├── lexical-decision.html │ │ │ ├── manual-preloading.html │ │ │ ├── pause-unpause.html │ │ │ ├── progress-bar.html │ │ │ ├── sound │ │ │ │ ├── hammer.mp3 │ │ │ │ ├── sound.mp3 │ │ │ │ ├── speech_blue.mp3 │ │ │ │ ├── speech_green.mp3 │ │ │ │ ├── speech_joke.mp3 │ │ │ │ ├── speech_red.mp3 │ │ │ │ └── tone.mp3 │ │ │ ├── timeline-variables-sampling.html │ │ │ ├── timeline-variables.html │ │ │ └── video │ │ │ │ └── sample_video.mp4 │ │ ├── jspsych.js │ │ ├── license.txt │ │ └── plugins │ │ │ ├── jspsych-animation.js │ │ │ ├── jspsych-audio-button-response.js │ │ │ ├── jspsych-audio-keyboard-response.js │ │ │ ├── jspsych-audio-slider-response.js │ │ │ ├── jspsych-call-function.js │ │ │ ├── jspsych-categorize-animation.js │ │ │ ├── jspsych-categorize-html.js │ │ │ ├── jspsych-categorize-image.js │ │ │ ├── jspsych-cloze.js │ │ │ ├── jspsych-external-html.js │ │ │ ├── jspsych-free-sort.js │ │ │ ├── jspsych-fullscreen.js │ │ │ ├── jspsych-html-button-response.js │ │ │ ├── jspsych-html-keyboard-response.js │ │ │ ├── jspsych-html-slider-response.js │ │ │ ├── jspsych-iat-html.js │ │ │ ├── jspsych-iat-image.js │ │ │ ├── jspsych-image-button-response.js │ │ │ ├── jspsych-image-keyboard-response.js │ │ │ ├── jspsych-image-slider-response.js │ │ │ ├── jspsych-instructions.js │ │ │ ├── jspsych-rdk.js │ │ │ ├── jspsych-reconstruction.js │ │ │ ├── jspsych-resize.js │ │ │ ├── jspsych-same-different-html.js │ │ │ ├── jspsych-same-different-image.js │ │ │ ├── jspsych-serial-reaction-time-mouse.js │ │ │ ├── jspsych-serial-reaction-time.js │ │ │ ├── jspsych-survey-html-form.js │ │ │ ├── jspsych-survey-likert.js │ │ │ ├── jspsych-survey-multi-choice.js │ │ │ ├── jspsych-survey-multi-select.js │ │ │ ├── jspsych-survey-text.js │ │ │ ├── jspsych-video-button-response.js │ │ │ ├── jspsych-video-keyboard-response.js │ │ │ ├── jspsych-video-slider-response.js │ │ │ ├── jspsych-visual-search-circle.js │ │ │ ├── jspsych-vsl-animate-occlusion.js │ │ │ ├── jspsych-vsl-grid-scene.js │ │ │ └── template │ │ │ └── jspsych-plugin-template.js │ └── jspsychr │ │ └── jspsychr.js └── run.R ├── Stroop ├── Stroop.Rmd ├── experiment │ ├── index.Rmd │ ├── index.html │ ├── jspsych-6-2 │ │ ├── css │ │ │ └── jspsych.css │ │ ├── examples │ │ │ ├── add-to-end-of-timeline.html │ │ │ ├── conditional-and-loop-functions.html │ │ │ ├── css │ │ │ │ └── jquery-ui.css │ │ │ ├── data-add-properties.html │ │ │ ├── data-as-function.html │ │ │ ├── data-from-timeline.html │ │ │ ├── data-from-url.html │ │ │ ├── demo-flanker.html │ │ │ ├── demo-simple-rt-task.html │ │ │ ├── demos │ │ │ │ ├── demo_1.html │ │ │ │ ├── demo_2.html │ │ │ │ └── demo_3.html │ │ │ ├── display-element-to-embed-experiment.html │ │ │ ├── end-active-node.html │ │ │ ├── end-experiment.html │ │ │ ├── exclusions.html │ │ │ ├── external_html │ │ │ │ └── simple_consent.html │ │ │ ├── img │ │ │ │ ├── 1.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── age │ │ │ │ │ ├── of1.jpg │ │ │ │ │ ├── of2.jpg │ │ │ │ │ ├── of3.jpg │ │ │ │ │ ├── om1.jpg │ │ │ │ │ ├── om2.jpg │ │ │ │ │ ├── om3.jpg │ │ │ │ │ ├── yf1.jpg │ │ │ │ │ ├── yf4.jpg │ │ │ │ │ ├── yf5.jpg │ │ │ │ │ ├── ym2.jpg │ │ │ │ │ ├── ym3.jpg │ │ │ │ │ └── ym5.jpg │ │ │ │ ├── backwardN.gif │ │ │ │ ├── blue.png │ │ │ │ ├── con1.png │ │ │ │ ├── con2.png │ │ │ │ ├── fixation.gif │ │ │ │ ├── happy_face_1.jpg │ │ │ │ ├── happy_face_2.jpg │ │ │ │ ├── happy_face_3.jpg │ │ │ │ ├── happy_face_4.jpg │ │ │ │ ├── inc1.png │ │ │ │ ├── inc2.png │ │ │ │ ├── normalN.gif │ │ │ │ ├── orange.png │ │ │ │ ├── redX.png │ │ │ │ ├── ribbon.jpg │ │ │ │ ├── sad_face_1.jpg │ │ │ │ ├── sad_face_2.jpg │ │ │ │ ├── sad_face_3.jpg │ │ │ │ └── sad_face_4.jpg │ │ │ ├── js │ │ │ │ └── snap.svg-min.js │ │ │ ├── jspsych-animation.html │ │ │ ├── jspsych-audio-button-response.html │ │ │ ├── jspsych-audio-keyboard-response.html │ │ │ ├── jspsych-audio-slider-response.html │ │ │ ├── jspsych-call-function.html │ │ │ ├── jspsych-categorize-animation.html │ │ │ ├── jspsych-categorize-html.html │ │ │ ├── jspsych-categorize-image.html │ │ │ ├── jspsych-cloze.html │ │ │ ├── jspsych-free-sort.html │ │ │ ├── jspsych-fullscreen.html │ │ │ ├── jspsych-html-button-response.html │ │ │ ├── jspsych-html-keyboard-response.html │ │ │ ├── jspsych-html-slider-response.html │ │ │ ├── jspsych-iat.html │ │ │ ├── jspsych-image-button-response.html │ │ │ ├── jspsych-image-keyboard-response.html │ │ │ ├── jspsych-image-slider-response.html │ │ │ ├── jspsych-instructions.html │ │ │ ├── jspsych-rdk.html │ │ │ ├── jspsych-reconstruction.html │ │ │ ├── jspsych-resize.html │ │ │ ├── jspsych-same-different-html.html │ │ │ ├── jspsych-same-different-image.html │ │ │ ├── jspsych-serial-reaction-time-mouse.html │ │ │ ├── jspsych-serial-reaction-time.html │ │ │ ├── jspsych-survey-html-form.html │ │ │ ├── jspsych-survey-likert.html │ │ │ ├── jspsych-survey-multi-choice.html │ │ │ ├── jspsych-survey-multi-select.html │ │ │ ├── jspsych-survey-text.html │ │ │ ├── jspsych-video-button-response.html │ │ │ ├── jspsych-video-keyboard-response.html │ │ │ ├── jspsych-video-slider-response.html │ │ │ ├── jspsych-visual-search-circle.html │ │ │ ├── jspsych-vsl-animate-occlusion.html │ │ │ ├── jspsych-vsl-grid-scene.html │ │ │ ├── lexical-decision.html │ │ │ ├── manual-preloading.html │ │ │ ├── pause-unpause.html │ │ │ ├── progress-bar.html │ │ │ ├── sound │ │ │ │ ├── hammer.mp3 │ │ │ │ ├── sound.mp3 │ │ │ │ ├── speech_blue.mp3 │ │ │ │ ├── speech_green.mp3 │ │ │ │ ├── speech_joke.mp3 │ │ │ │ ├── speech_red.mp3 │ │ │ │ └── tone.mp3 │ │ │ ├── timeline-variables-sampling.html │ │ │ ├── timeline-variables.html │ │ │ └── video │ │ │ │ └── sample_video.mp4 │ │ ├── jspsych.js │ │ ├── license.txt │ │ └── plugins │ │ │ ├── jspsych-animation.js │ │ │ ├── jspsych-audio-button-response.js │ │ │ ├── jspsych-audio-keyboard-response.js │ │ │ ├── jspsych-audio-slider-response.js │ │ │ ├── jspsych-call-function.js │ │ │ ├── jspsych-categorize-animation.js │ │ │ ├── jspsych-categorize-html.js │ │ │ ├── jspsych-categorize-image.js │ │ │ ├── jspsych-cloze.js │ │ │ ├── jspsych-external-html.js │ │ │ ├── jspsych-free-sort.js │ │ │ ├── jspsych-fullscreen.js │ │ │ ├── jspsych-html-button-response.js │ │ │ ├── jspsych-html-keyboard-response.js │ │ │ ├── jspsych-html-slider-response.js │ │ │ ├── jspsych-iat-html.js │ │ │ ├── jspsych-iat-image.js │ │ │ ├── jspsych-image-button-response.js │ │ │ ├── jspsych-image-keyboard-response.js │ │ │ ├── jspsych-image-slider-response.js │ │ │ ├── jspsych-instructions.js │ │ │ ├── jspsych-rdk.js │ │ │ ├── jspsych-reconstruction.js │ │ │ ├── jspsych-resize.js │ │ │ ├── jspsych-same-different-html.js │ │ │ ├── jspsych-same-different-image.js │ │ │ ├── jspsych-serial-reaction-time-mouse.js │ │ │ ├── jspsych-serial-reaction-time.js │ │ │ ├── jspsych-survey-html-form.js │ │ │ ├── jspsych-survey-likert.js │ │ │ ├── jspsych-survey-multi-choice.js │ │ │ ├── jspsych-survey-multi-select.js │ │ │ ├── jspsych-survey-text.js │ │ │ ├── jspsych-video-button-response.js │ │ │ ├── jspsych-video-keyboard-response.js │ │ │ ├── jspsych-video-slider-response.js │ │ │ ├── jspsych-visual-search-circle.js │ │ │ ├── jspsych-vsl-animate-occlusion.js │ │ │ ├── jspsych-vsl-grid-scene.js │ │ │ └── template │ │ │ └── jspsych-plugin-template.js │ └── jspsychr │ │ └── jspsychr.js └── run.R ├── Stroop_multiple_response ├── .DS_Store ├── Stroop_multiple.Rmd ├── data │ ├── .DS_Store │ └── data_2019-11-12-13-30-28_6v7dpf9sr3.csv ├── experiment │ ├── .DS_Store │ ├── index.Rmd │ ├── index.html │ ├── jspsych-6 │ │ ├── .DS_Store │ │ ├── css │ │ │ └── jspsych.css │ │ ├── examples │ │ │ ├── add-to-end-of-timeline.html │ │ │ ├── conditional-and-loop-functions.html │ │ │ ├── css │ │ │ │ └── jquery-ui.css │ │ │ ├── data-add-properties.html │ │ │ ├── data-as-function.html │ │ │ ├── data-from-timeline.html │ │ │ ├── data-from-url.html │ │ │ ├── demo-flanker.html │ │ │ ├── demo-simple-rt-task.html │ │ │ ├── demos │ │ │ │ ├── demo_1.html │ │ │ │ ├── demo_2.html │ │ │ │ └── demo_3.html │ │ │ ├── display-element-to-embed-experiment.html │ │ │ ├── end-active-node.html │ │ │ ├── end-experiment.html │ │ │ ├── exclusions.html │ │ │ ├── external_html │ │ │ │ └── simple_consent.html │ │ │ ├── img │ │ │ │ ├── 1.gif │ │ │ │ ├── 10.gif │ │ │ │ ├── 11.gif │ │ │ │ ├── 12.gif │ │ │ │ ├── 2.gif │ │ │ │ ├── 3.gif │ │ │ │ ├── 4.gif │ │ │ │ ├── 5.gif │ │ │ │ ├── 6.gif │ │ │ │ ├── 7.gif │ │ │ │ ├── 8.gif │ │ │ │ ├── 9.gif │ │ │ │ ├── age │ │ │ │ │ ├── of1.jpg │ │ │ │ │ ├── of2.jpg │ │ │ │ │ ├── of3.jpg │ │ │ │ │ ├── om1.jpg │ │ │ │ │ ├── om2.jpg │ │ │ │ │ ├── om3.jpg │ │ │ │ │ ├── yf1.jpg │ │ │ │ │ ├── yf4.jpg │ │ │ │ │ ├── yf5.jpg │ │ │ │ │ ├── ym2.jpg │ │ │ │ │ ├── ym3.jpg │ │ │ │ │ └── ym5.jpg │ │ │ │ ├── backwardN.gif │ │ │ │ ├── blue.png │ │ │ │ ├── con1.png │ │ │ │ ├── con2.png │ │ │ │ ├── fixation.gif │ │ │ │ ├── happy_face_1.jpg │ │ │ │ ├── happy_face_2.jpg │ │ │ │ ├── happy_face_3.jpg │ │ │ │ ├── happy_face_4.jpg │ │ │ │ ├── inc1.png │ │ │ │ ├── inc2.png │ │ │ │ ├── normalN.gif │ │ │ │ ├── orange.png │ │ │ │ ├── redX.png │ │ │ │ ├── ribbon.jpg │ │ │ │ ├── sad_face_1.jpg │ │ │ │ ├── sad_face_2.jpg │ │ │ │ ├── sad_face_3.jpg │ │ │ │ └── sad_face_4.jpg │ │ │ ├── js │ │ │ │ └── snap.svg-min.js │ │ │ ├── jspsych-animation.html │ │ │ ├── jspsych-audio-button-response.html │ │ │ ├── jspsych-audio-keyboard-response.html │ │ │ ├── jspsych-audio-slider-response.html │ │ │ ├── jspsych-call-function.html │ │ │ ├── jspsych-categorize-animation.html │ │ │ ├── jspsych-categorize-html.html │ │ │ ├── jspsych-categorize-image.html │ │ │ ├── jspsych-cloze.html │ │ │ ├── jspsych-free-sort.html │ │ │ ├── jspsych-fullscreen.html │ │ │ ├── jspsych-html-button-response.html │ │ │ ├── jspsych-html-keyboard-response.html │ │ │ ├── jspsych-html-slider-response.html │ │ │ ├── jspsych-iat.html │ │ │ ├── jspsych-image-button-response.html │ │ │ ├── jspsych-image-keyboard-response.html │ │ │ ├── jspsych-image-slider-response.html │ │ │ ├── jspsych-instructions.html │ │ │ ├── jspsych-rdk.html │ │ │ ├── jspsych-reconstruction.html │ │ │ ├── jspsych-resize.html │ │ │ ├── jspsych-same-different-html.html │ │ │ ├── jspsych-same-different-image.html │ │ │ ├── jspsych-serial-reaction-time-mouse.html │ │ │ ├── jspsych-serial-reaction-time.html │ │ │ ├── jspsych-survey-html-form.html │ │ │ ├── jspsych-survey-likert.html │ │ │ ├── jspsych-survey-multi-choice.html │ │ │ ├── jspsych-survey-multi-select.html │ │ │ ├── jspsych-survey-text.html │ │ │ ├── jspsych-video-button-response.html │ │ │ ├── jspsych-video-keyboard-response.html │ │ │ ├── jspsych-video-slider-response.html │ │ │ ├── jspsych-visual-search-circle.html │ │ │ ├── jspsych-vsl-animate-occlusion.html │ │ │ ├── jspsych-vsl-grid-scene.html │ │ │ ├── lexical-decision.html │ │ │ ├── manual-preloading.html │ │ │ ├── pause-unpause.html │ │ │ ├── progress-bar.html │ │ │ ├── sound │ │ │ │ ├── hammer.mp3 │ │ │ │ ├── sound.mp3 │ │ │ │ ├── speech_blue.mp3 │ │ │ │ ├── speech_green.mp3 │ │ │ │ ├── speech_joke.mp3 │ │ │ │ ├── speech_red.mp3 │ │ │ │ └── tone.mp3 │ │ │ ├── timeline-variables-sampling.html │ │ │ ├── timeline-variables.html │ │ │ └── video │ │ │ │ └── sample_video.mp4 │ │ ├── jspsych.js │ │ ├── license.txt │ │ └── plugins │ │ │ ├── .DS_Store │ │ │ ├── jspsych-animation.js │ │ │ ├── jspsych-audio-button-response.js │ │ │ ├── jspsych-audio-keyboard-response.js │ │ │ ├── jspsych-audio-slider-response.js │ │ │ ├── jspsych-call-function.js │ │ │ ├── jspsych-categorize-animation.js │ │ │ ├── jspsych-categorize-html.js │ │ │ ├── jspsych-categorize-image.js │ │ │ ├── jspsych-cloze.js │ │ │ ├── jspsych-external-html.js │ │ │ ├── jspsych-free-sort.js │ │ │ ├── jspsych-fullscreen.js │ │ │ ├── jspsych-html-button-response.js │ │ │ ├── jspsych-html-keyboard-multiple-response.js │ │ │ ├── jspsych-html-keyboard-response.js │ │ │ ├── jspsych-html-slider-response.js │ │ │ ├── jspsych-iat-html.js │ │ │ ├── jspsych-iat-image.js │ │ │ ├── jspsych-image-button-response.js │ │ │ ├── jspsych-image-keyboard-response.js │ │ │ ├── jspsych-image-slider-response.js │ │ │ ├── jspsych-instructions.js │ │ │ ├── jspsych-rdk.js │ │ │ ├── jspsych-reconstruction.js │ │ │ ├── jspsych-resize.js │ │ │ ├── jspsych-same-different-html.js │ │ │ ├── jspsych-same-different-image.js │ │ │ ├── jspsych-serial-reaction-time-mouse.js │ │ │ ├── jspsych-serial-reaction-time.js │ │ │ ├── jspsych-survey-html-form.js │ │ │ ├── jspsych-survey-likert.js │ │ │ ├── jspsych-survey-multi-choice.js │ │ │ ├── jspsych-survey-multi-select.js │ │ │ ├── jspsych-survey-text.js │ │ │ ├── jspsych-video-button-response.js │ │ │ ├── jspsych-video-keyboard-response.js │ │ │ ├── jspsych-video-slider-response.js │ │ │ ├── jspsych-visual-search-circle.js │ │ │ ├── jspsych-vsl-animate-occlusion.js │ │ │ ├── jspsych-vsl-grid-scene.js │ │ │ └── template │ │ │ └── jspsych-plugin-template.js │ └── jspsychr │ │ └── jspsychr.js └── run.R └── jsPsychRexamples.Rproj /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/.gitignore -------------------------------------------------------------------------------- /FirebaseDemo/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/Instructions_FirebaseDemo.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/Instructions_FirebaseDemo.Rmd -------------------------------------------------------------------------------- /FirebaseDemo/Instructions_FirebaseDemo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/Instructions_FirebaseDemo.html -------------------------------------------------------------------------------- /FirebaseDemo/data/data_2019-08-07-11-56-38_v6mt1y6xpl.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/data/data_2019-08-07-11-56-38_v6mt1y6xpl.csv -------------------------------------------------------------------------------- /FirebaseDemo/experiment/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/experiment/index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/index.Rmd -------------------------------------------------------------------------------- /FirebaseDemo/experiment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/index.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/css/jspsych.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/css/jspsych.css -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/add-to-end-of-timeline.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/conditional-and-loop-functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/conditional-and-loop-functions.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/css/jquery-ui.css -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/data-add-properties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/data-add-properties.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/data-as-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/data-as-function.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/data-from-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/data-from-timeline.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/data-from-url.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/data-from-url.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/demo-flanker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/demo-flanker.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/demo-simple-rt-task.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/demo-simple-rt-task.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/demos/demo_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/demos/demo_1.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/demos/demo_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/demos/demo_2.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/demos/demo_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/demos/demo_3.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/end-active-node.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/end-active-node.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/end-experiment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/end-experiment.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/exclusions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/exclusions.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/external_html/simple_consent.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/1.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/10.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/11.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/12.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/2.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/3.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/4.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/5.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/6.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/7.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/8.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/9.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/of1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/of1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/of2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/of2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/of3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/of3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/om1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/om1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/om2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/om2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/om3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/om3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/yf1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/yf1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/yf4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/yf4.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/yf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/yf5.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/ym2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/ym2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/ym3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/ym3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/ym5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/age/ym5.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/backwardN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/backwardN.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/blue.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/con1.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/con2.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/fixation.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_4.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/inc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/inc1.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/inc2.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/normalN.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/orange.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/redX.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/ribbon.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/js/snap.svg-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/js/snap.svg-min.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-animation.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-audio-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-audio-button-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-audio-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-audio-slider-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-call-function.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-animation.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-html.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-image.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-cloze.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-cloze.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-free-sort.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-fullscreen.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-html-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-html-button-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-html-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-html-keyboard-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-html-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-html-slider-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-iat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-iat.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-image-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-image-button-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-image-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-image-slider-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-instructions.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-rdk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-rdk.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-reconstruction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-reconstruction.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-resize.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-same-different-html.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-same-different-image.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-serial-reaction-time.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-serial-reaction-time.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-html-form.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-likert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-likert.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-multi-choice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-multi-choice.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-multi-select.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-multi-select.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-text.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-video-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-video-button-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-video-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-video-slider-response.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-visual-search-circle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-visual-search-circle.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-vsl-animate-occlusion.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-vsl-grid-scene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/jspsych-vsl-grid-scene.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/lexical-decision.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/lexical-decision.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/manual-preloading.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/manual-preloading.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/pause-unpause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/pause-unpause.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/progress-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/progress-bar.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/sound/sound.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_blue.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_green.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_joke.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_joke.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_red.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/tone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/timeline-variables-sampling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/timeline-variables-sampling.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/timeline-variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/timeline-variables.html -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/jspsych.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/jspsych.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/license.txt -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-animation.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-audio-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-audio-button-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-audio-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-audio-keyboard-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-audio-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-audio-slider-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-call-function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-call-function.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-categorize-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-categorize-animation.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-categorize-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-categorize-html.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-categorize-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-categorize-image.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-cloze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-cloze.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-external-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-external-html.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-free-sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-free-sort.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-fullscreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-fullscreen.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-html-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-html-button-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-html-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-html-keyboard-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-html-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-html-slider-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-iat-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-iat-html.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-iat-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-iat-image.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-image-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-image-button-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-image-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-image-keyboard-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-image-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-image-slider-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-instructions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-instructions.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-rdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-rdk.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-reconstruction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-reconstruction.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-resize.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-same-different-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-same-different-html.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-same-different-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-same-different-image.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-serial-reaction-time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-serial-reaction-time.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-html-form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-html-form.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-likert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-likert.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-multi-choice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-multi-choice.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-multi-select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-multi-select.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-survey-text.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-video-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-video-button-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-video-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-video-keyboard-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-video-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-video-slider-response.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-visual-search-circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-visual-search-circle.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-vsl-animate-occlusion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-vsl-animate-occlusion.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/jspsych-vsl-grid-scene.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/jspsych-vsl-grid-scene.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/jspsych-6/plugins/template/jspsych-plugin-template.js -------------------------------------------------------------------------------- /FirebaseDemo/experiment/skeleton.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/FirebaseDemo/experiment/skeleton.html -------------------------------------------------------------------------------- /Flanker/Flanker.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/Flanker.Rmd -------------------------------------------------------------------------------- /Flanker/data/data_2019-11-12-13-10-00_zo2jb6t6b5.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/data/data_2019-11-12-13-10-00_zo2jb6t6b5.csv -------------------------------------------------------------------------------- /Flanker/experiment/index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/index.Rmd -------------------------------------------------------------------------------- /Flanker/experiment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/index.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/css/jspsych.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/css/jspsych.css -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/conditional-and-loop-functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/conditional-and-loop-functions.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/css/jquery-ui.css -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/data-add-properties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/data-add-properties.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/data-as-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/data-as-function.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/data-from-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/data-from-timeline.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/data-from-url.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/data-from-url.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/demo-flanker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/demo-flanker.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/demo-simple-rt-task.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/demo-simple-rt-task.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/demos/demo_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/demos/demo_1.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/demos/demo_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/demos/demo_2.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/demos/demo_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/demos/demo_3.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/end-active-node.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/end-active-node.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/end-experiment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/end-experiment.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/exclusions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/exclusions.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/external_html/simple_consent.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/1.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/10.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/11.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/12.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/2.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/3.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/4.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/5.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/6.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/7.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/8.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/9.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/of1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/of1.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/of2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/of2.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/of3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/of3.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/om1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/om1.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/om2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/om2.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/om3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/om3.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/yf1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/yf1.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/yf4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/yf4.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/yf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/yf5.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/ym2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/ym2.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/ym3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/ym3.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/age/ym5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/age/ym5.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/backwardN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/backwardN.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/blue.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/con1.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/con2.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/fixation.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/happy_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/happy_face_1.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/happy_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/happy_face_2.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/happy_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/happy_face_3.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/happy_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/happy_face_4.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/inc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/inc1.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/inc2.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/normalN.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/orange.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/redX.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/ribbon.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/sad_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/sad_face_1.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/sad_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/sad_face_2.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/sad_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/sad_face_3.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/sad_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/js/snap.svg-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/js/snap.svg-min.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-animation.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-audio-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-audio-button-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-audio-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-audio-keyboard-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-audio-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-audio-slider-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-call-function.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-animation.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-html.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-image.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-cloze.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-cloze.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-free-sort.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-fullscreen.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-html-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-html-button-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-html-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-html-keyboard-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-html-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-html-slider-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-iat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-iat.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-image-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-image-button-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-image-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-image-keyboard-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-image-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-image-slider-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-instructions.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-rdk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-rdk.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-reconstruction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-reconstruction.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-resize.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-same-different-html.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-same-different-image.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-serial-reaction-time.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-serial-reaction-time.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-survey-html-form.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-survey-likert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-survey-likert.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-survey-multi-choice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-survey-multi-choice.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-survey-multi-select.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-survey-multi-select.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-survey-text.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-video-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-video-button-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-video-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-video-keyboard-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-video-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-video-slider-response.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-visual-search-circle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-visual-search-circle.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-vsl-animate-occlusion.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-vsl-grid-scene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/jspsych-vsl-grid-scene.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/lexical-decision.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/lexical-decision.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/manual-preloading.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/manual-preloading.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/pause-unpause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/pause-unpause.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/progress-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/progress-bar.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/sound/sound.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/speech_blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/sound/speech_blue.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/speech_green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/sound/speech_green.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/speech_joke.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/sound/speech_joke.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/speech_red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/sound/speech_red.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/tone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/timeline-variables-sampling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/timeline-variables-sampling.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/timeline-variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/timeline-variables.html -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/jspsych.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/jspsych.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/license.txt -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-animation.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-audio-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-audio-button-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-audio-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-audio-keyboard-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-audio-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-audio-slider-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-call-function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-call-function.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-categorize-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-categorize-animation.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-categorize-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-categorize-html.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-categorize-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-categorize-image.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-cloze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-cloze.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-external-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-external-html.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-free-sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-free-sort.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-fullscreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-fullscreen.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-html-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-html-button-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-html-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-html-keyboard-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-html-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-html-slider-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-iat-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-iat-html.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-iat-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-iat-image.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-image-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-image-button-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-image-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-image-keyboard-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-image-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-image-slider-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-instructions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-instructions.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-rdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-rdk.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-reconstruction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-reconstruction.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-resize.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-same-different-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-same-different-html.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-same-different-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-same-different-image.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time-mouse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time-mouse.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-html-form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-html-form.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-likert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-likert.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-multi-choice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-multi-choice.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-multi-select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-multi-select.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-survey-text.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-video-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-video-button-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-video-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-video-keyboard-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-video-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-video-slider-response.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-visual-search-circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-visual-search-circle.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-vsl-animate-occlusion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-vsl-animate-occlusion.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/jspsych-vsl-grid-scene.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/jspsych-vsl-grid-scene.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsych-6-2/plugins/template/jspsych-plugin-template.js -------------------------------------------------------------------------------- /Flanker/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/experiment/jspsychr/jspsychr.js -------------------------------------------------------------------------------- /Flanker/run.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Flanker/run.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/README.md -------------------------------------------------------------------------------- /RecognitionMemory/RecognitionMemory.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/RecognitionMemory.Rmd -------------------------------------------------------------------------------- /RecognitionMemory/RecognitionMemory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/RecognitionMemory.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/index.Rmd -------------------------------------------------------------------------------- /RecognitionMemory/experiment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/index.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/css/jspsych.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/css/jspsych.css -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/css/jquery-ui.css -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/data-add-properties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/data-add-properties.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/data-as-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/data-as-function.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/data-from-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/data-from-timeline.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/data-from-url.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/data-from-url.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/demo-flanker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/demo-flanker.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/demo-simple-rt-task.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/demo-simple-rt-task.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_1.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_2.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_3.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/end-active-node.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/end-active-node.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/end-experiment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/end-experiment.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/exclusions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/exclusions.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/1.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/10.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/11.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/12.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/2.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/3.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/4.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/5.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/6.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/7.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/8.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/9.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/of1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/of1.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/of2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/of2.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/of3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/of3.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/om1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/om1.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/om2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/om2.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/om3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/om3.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/yf1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/yf1.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/yf4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/yf4.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/yf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/yf5.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/ym2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/ym2.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/ym3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/ym3.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/age/ym5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/age/ym5.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/backwardN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/backwardN.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/blue.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/con1.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/con2.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/fixation.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_1.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_2.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_3.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/happy_face_4.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/inc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/inc1.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/inc2.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/normalN.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/orange.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/redX.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/ribbon.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_1.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_2.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_3.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/js/snap.svg-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/js/snap.svg-min.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-animation.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-call-function.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-categorize-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-categorize-html.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-cloze.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-cloze.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-free-sort.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-fullscreen.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-iat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-iat.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-instructions.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-rdk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-rdk.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-reconstruction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-reconstruction.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-resize.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-survey-likert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-survey-likert.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-survey-text.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-vsl-grid-scene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-vsl-grid-scene.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/lexical-decision.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/lexical-decision.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/manual-preloading.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/manual-preloading.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/pause-unpause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/pause-unpause.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/progress-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/progress-bar.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/sound/sound.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_blue.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_green.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_joke.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_joke.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/sound/speech_red.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/tone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/timeline-variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/timeline-variables.html -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/jspsych.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/jspsych.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/license.txt -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-animation.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-call-function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-call-function.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-categorize-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-categorize-html.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-categorize-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-categorize-image.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-cloze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-cloze.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-external-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-external-html.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-free-sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-free-sort.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-fullscreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-fullscreen.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-iat-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-iat-html.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-iat-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-iat-image.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-instructions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-instructions.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-rdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-rdk.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-reconstruction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-reconstruction.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-resize.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-survey-html-form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-survey-html-form.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-survey-likert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-survey-likert.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-survey-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-survey-text.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-vsl-grid-scene.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsych-6-2/plugins/jspsych-vsl-grid-scene.js -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/experiment/jspsychr/jspsychr.js -------------------------------------------------------------------------------- /RecognitionMemory/run.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/RecognitionMemory/run.R -------------------------------------------------------------------------------- /Stroop/Stroop.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/Stroop.Rmd -------------------------------------------------------------------------------- /Stroop/experiment/index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/index.Rmd -------------------------------------------------------------------------------- /Stroop/experiment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/index.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/css/jspsych.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/css/jspsych.css -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/conditional-and-loop-functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/conditional-and-loop-functions.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/css/jquery-ui.css -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/data-add-properties.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/data-add-properties.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/data-as-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/data-as-function.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/data-from-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/data-from-timeline.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/data-from-url.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/data-from-url.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/demo-flanker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/demo-flanker.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/demo-simple-rt-task.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/demo-simple-rt-task.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/demos/demo_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/demos/demo_1.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/demos/demo_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/demos/demo_2.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/demos/demo_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/demos/demo_3.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/end-active-node.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/end-active-node.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/end-experiment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/end-experiment.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/exclusions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/exclusions.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/external_html/simple_consent.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/1.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/10.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/11.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/12.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/2.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/3.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/4.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/5.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/6.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/7.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/8.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/9.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/of1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/of1.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/of2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/of2.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/of3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/of3.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/om1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/om1.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/om2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/om2.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/om3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/om3.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/yf1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/yf1.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/yf4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/yf4.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/yf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/yf5.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/ym2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/ym2.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/ym3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/ym3.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/age/ym5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/age/ym5.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/backwardN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/backwardN.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/blue.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/con1.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/con2.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/fixation.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/happy_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/happy_face_1.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/happy_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/happy_face_2.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/happy_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/happy_face_3.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/happy_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/happy_face_4.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/inc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/inc1.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/inc2.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/normalN.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/orange.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/redX.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/ribbon.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/sad_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/sad_face_1.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/sad_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/sad_face_2.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/sad_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/sad_face_3.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/sad_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/js/snap.svg-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/js/snap.svg-min.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-animation.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-audio-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-audio-button-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-audio-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-audio-keyboard-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-audio-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-audio-slider-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-call-function.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-animation.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-html.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-image.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-cloze.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-cloze.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-free-sort.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-fullscreen.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-html-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-html-button-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-html-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-html-keyboard-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-html-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-html-slider-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-iat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-iat.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-image-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-image-button-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-image-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-image-keyboard-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-image-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-image-slider-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-instructions.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-rdk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-rdk.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-reconstruction.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-reconstruction.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-resize.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-same-different-html.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-same-different-image.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-serial-reaction-time-mouse.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-serial-reaction-time-mouse.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-serial-reaction-time.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-serial-reaction-time.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-survey-html-form.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-survey-likert.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-survey-likert.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-survey-multi-choice.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-survey-multi-choice.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-survey-multi-select.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-survey-multi-select.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-survey-text.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-video-button-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-video-button-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-video-keyboard-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-video-keyboard-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-video-slider-response.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-video-slider-response.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-visual-search-circle.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-visual-search-circle.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-vsl-animate-occlusion.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-vsl-grid-scene.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/jspsych-vsl-grid-scene.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/lexical-decision.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/lexical-decision.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/manual-preloading.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/manual-preloading.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/pause-unpause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/pause-unpause.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/progress-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/progress-bar.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/sound/sound.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/speech_blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/sound/speech_blue.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/speech_green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/sound/speech_green.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/speech_joke.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/sound/speech_joke.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/speech_red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/sound/speech_red.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/tone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/timeline-variables-sampling.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/timeline-variables-sampling.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/timeline-variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/timeline-variables.html -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/jspsych.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/jspsych.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/license.txt -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-animation.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-audio-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-audio-button-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-audio-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-audio-keyboard-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-audio-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-audio-slider-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-call-function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-call-function.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-categorize-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-categorize-animation.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-categorize-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-categorize-html.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-categorize-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-categorize-image.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-cloze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-cloze.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-external-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-external-html.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-free-sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-free-sort.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-fullscreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-fullscreen.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-html-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-html-button-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-html-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-html-keyboard-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-html-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-html-slider-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-iat-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-iat-html.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-iat-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-iat-image.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-image-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-image-button-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-image-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-image-keyboard-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-image-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-image-slider-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-instructions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-instructions.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-rdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-rdk.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-reconstruction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-reconstruction.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-resize.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-same-different-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-same-different-html.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-same-different-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-same-different-image.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time-mouse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time-mouse.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-serial-reaction-time.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-html-form.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-html-form.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-likert.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-likert.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-multi-choice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-multi-choice.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-multi-select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-multi-select.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-survey-text.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-video-button-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-video-button-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-video-keyboard-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-video-keyboard-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-video-slider-response.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-video-slider-response.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-visual-search-circle.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-visual-search-circle.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-vsl-animate-occlusion.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-vsl-animate-occlusion.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/jspsych-vsl-grid-scene.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/jspsych-vsl-grid-scene.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsych-6-2/plugins/template/jspsych-plugin-template.js -------------------------------------------------------------------------------- /Stroop/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/experiment/jspsychr/jspsychr.js -------------------------------------------------------------------------------- /Stroop/run.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop/run.R -------------------------------------------------------------------------------- /Stroop_multiple_response/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/Stroop_multiple.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/Stroop_multiple.Rmd -------------------------------------------------------------------------------- /Stroop_multiple_response/data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/data/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/data/data_2019-11-12-13-30-28_6v7dpf9sr3.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/data/data_2019-11-12-13-30-28_6v7dpf9sr3.csv -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/index.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/index.Rmd -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/index.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/css/jspsych.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/css/jspsych.css -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/css/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/css/jquery-ui.css -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/data-as-function.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/data-as-function.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/data-from-timeline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/data-from-timeline.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/data-from-url.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/data-from-url.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/demo-flanker.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/demo-flanker.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_1.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_2.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_3.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/end-active-node.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/end-active-node.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/end-experiment.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/end-experiment.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/exclusions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/exclusions.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/1.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/10.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/11.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/12.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/2.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/3.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/4.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/5.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/6.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/7.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/8.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/9.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/of1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/of1.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/of2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/of2.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/of3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/of3.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/om1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/om1.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/om2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/om2.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/om3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/om3.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/yf1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/yf1.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/yf4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/yf4.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/yf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/yf5.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/ym2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/ym2.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/ym3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/ym3.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/age/ym5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/age/ym5.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/backwardN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/backwardN.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/blue.png -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/con1.png -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/con2.png -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/fixation.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_1.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_2.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_3.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/happy_face_4.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/inc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/inc1.png -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/inc2.png -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/normalN.gif -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/orange.png -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/redX.png -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/ribbon.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_1.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_2.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_3.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/js/snap.svg-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/js/snap.svg-min.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-animation.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-cloze.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-cloze.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-free-sort.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-fullscreen.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-iat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-iat.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-rdk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-rdk.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-resize.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-resize.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/lexical-decision.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/lexical-decision.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/manual-preloading.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/manual-preloading.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/pause-unpause.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/pause-unpause.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/progress-bar.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/progress-bar.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/sound/sound.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_blue.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_green.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_joke.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_joke.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/sound/speech_red.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/tone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/timeline-variables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/timeline-variables.html -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/jspsych.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/jspsych.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/license.txt -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-animation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-animation.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-call-function.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-call-function.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-cloze.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-cloze.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-external-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-external-html.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-free-sort.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-free-sort.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-fullscreen.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-fullscreen.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-iat-html.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-iat-html.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-iat-image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-iat-image.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-rdk.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-rdk.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-resize.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-survey-text.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsych-6/plugins/jspsych-survey-text.js -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/experiment/jspsychr/jspsychr.js -------------------------------------------------------------------------------- /Stroop_multiple_response/run.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/Stroop_multiple_response/run.R -------------------------------------------------------------------------------- /jsPsychRexamples.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/HEAD/jsPsychRexamples.Rproj --------------------------------------------------------------------------------