├── .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/ed1b9d3b04137f9668650a063e581f46c56c25d4/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | .RData 4 | .Ruserdata 5 | -------------------------------------------------------------------------------- /FirebaseDemo/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/experiment/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 32 | 33 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/data-add-properties.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/data-as-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/data-from-url.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

The URL variable should be logged to the console

9 | 10 | 21 | 22 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/demos/demo_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 29 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/demos/demo_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 43 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/exclusions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 16 | 17 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- 1 |

This is a demo consent form. Click the checkbox below to indicate the you 2 | would like to participate in the experiment

3 |

I agree to take part in this study.

4 | 5 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/1.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/10.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/11.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/12.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/2.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/3.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/4.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/5.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/6.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/7.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/8.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/9.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/of1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/of1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/of2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/of2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/of3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/of3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/om1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/om1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/om2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/om2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/om3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/om3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/yf1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/yf1.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/yf4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/yf4.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/yf5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/yf5.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/ym2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/ym2.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/ym3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/ym3.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/age/ym5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/age/ym5.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/backwardN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/backwardN.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/blue.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/con1.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/con2.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/fixation.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/happy_face_4.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/inc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/inc1.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/inc2.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/normalN.gif -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/orange.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/redX.png -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/ribbon.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 32 | 33 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 24 | 25 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 26 | 27 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-resize.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 34 | 35 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 34 | 35 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/pause-unpause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 33 | 34 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/sound/sound.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_blue.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_blue.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_green.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_green.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_joke.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_joke.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/speech_red.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/sound/speech_red.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/sound/tone.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/FirebaseDemo/experiment/jspsych-6/plugins/.DS_Store -------------------------------------------------------------------------------- /FirebaseDemo/experiment/jspsych-6/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Example plugin template 3 | */ 4 | 5 | jsPsych.plugins["PLUGIN-NAME"] = (function() { 6 | 7 | var plugin = {}; 8 | 9 | plugin.info = { 10 | name: "PLUGIN-NAME", 11 | parameters: { 12 | parameter_name: { 13 | type: jsPsych.plugins.parameterType.INT, // BOOL, STRING, INT, FLOAT, FUNCTION, KEYCODE, SELECT, HTML_STRING, IMAGE, AUDIO, VIDEO, OBJECT, COMPLEX 14 | default: undefined 15 | }, 16 | parameter_name: { 17 | type: jsPsych.plugins.parameterType.IMAGE, 18 | default: undefined 19 | } 20 | } 21 | } 22 | 23 | plugin.trial = function(display_element, trial) { 24 | 25 | // data saving 26 | var trial_data = { 27 | parameter_name: 'parameter value' 28 | }; 29 | 30 | // end trial 31 | jsPsych.finishTrial(trial_data); 32 | }; 33 | 34 | return plugin; 35 | })(); 36 | -------------------------------------------------------------------------------- /FirebaseDemo/experiment/skeleton.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | $title$ 4 | 5 | 6 | 7 | $body$ 8 | 9 | 10 | -------------------------------------------------------------------------------- /Flanker/Flanker.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Flanker description" 3 | author: "Matt Crump" 4 | date: "8/16/2019" 5 | output: html_document 6 | --- 7 | 8 | ```{r setup, include=FALSE} 9 | knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE) 10 | ``` 11 | 12 | This example runs a basic flanker experiment in jspsych, using code I think mostly from the jspsych documentation. This example mostly uses javascript for everything, including stimulus generation. 13 | 14 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 32 | 33 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/data-add-properties.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/data-as-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/data-from-url.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

The URL variable should be logged to the console

9 | 10 | 21 | 22 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/demos/demo_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 29 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/demos/demo_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 43 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/exclusions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 16 | 17 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- 1 |

This is a demo consent form. Click the checkbox below to indicate the you 2 | would like to participate in the experiment

3 |

I agree to take part in this study.

4 | 5 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/1.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/10.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/11.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/12.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/2.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/3.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/4.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/5.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/6.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/7.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/8.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/backwardN.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/blue.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/con1.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/con2.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/inc1.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/inc2.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/normalN.gif -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/orange.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/redX.png -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 32 | 33 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 24 | 25 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 26 | 27 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-resize.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 34 | 35 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 34 | 35 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/pause-unpause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 33 | 34 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Flanker/experiment/jspsych-6-2/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /Flanker/experiment/jspsych-6-2/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Example plugin template 3 | */ 4 | 5 | jsPsych.plugins["PLUGIN-NAME"] = (function() { 6 | 7 | var plugin = {}; 8 | 9 | plugin.info = { 10 | name: "PLUGIN-NAME", 11 | parameters: { 12 | parameter_name: { 13 | type: jsPsych.plugins.parameterType.INT, // BOOL, STRING, INT, FLOAT, FUNCTION, KEYCODE, SELECT, HTML_STRING, IMAGE, AUDIO, VIDEO, OBJECT, COMPLEX 14 | default: undefined 15 | }, 16 | parameter_name: { 17 | type: jsPsych.plugins.parameterType.IMAGE, 18 | default: undefined 19 | } 20 | } 21 | } 22 | 23 | plugin.trial = function(display_element, trial) { 24 | 25 | // data saving 26 | var trial_data = { 27 | parameter_name: 'parameter value' 28 | }; 29 | 30 | // end trial 31 | jsPsych.finishTrial(trial_data); 32 | }; 33 | 34 | return plugin; 35 | })(); 36 | -------------------------------------------------------------------------------- /Flanker/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * xprmntr.js - > jspsychr.js 3 | * Danielle Navarro 4 | * modified to not conflict with xprmntr : Matt Crump 5 | **/ 6 | 7 | var jspsychr = {}; 8 | jspsychr.save_locally = function() { 9 | var data = jsPsych.data.get().csv(); 10 | var file = "jspsychr_local_name"; 11 | var xhr = new XMLHttpRequest(); 12 | xhr.open('POST', 'submit'); 13 | xhr.setRequestHeader('Content-Type', 'application/json'); 14 | xhr.send(JSON.stringify({filename: file, filedata: data})); 15 | }; 16 | -------------------------------------------------------------------------------- /Flanker/run.R: -------------------------------------------------------------------------------- 1 | # Run the experiment locally in a web-browser, using plumber 2 | # After the experiment is complete, the data should be stored in the data folder 3 | # when finished, "stop" the server that will be be started by this code 4 | 5 | library(jspsychr) 6 | 7 | # NOTE: about file paths 8 | # Experiment_1 is the assumed name of the parent folder containing the jspsychR template 9 | # Change this to the name of your folder 10 | # The assumption is your folder is inside an R project, which controls the default working directory 11 | 12 | # compiles the experiment file into html 13 | rmarkdown::render("Flanker/experiment/index.Rmd", "html_document") 14 | 15 | # runs the html in your browswer 16 | run_locally(path="Flanker", 17 | show_in = "browser", 18 | jspsychr_host = "127.0.0.1", 19 | jspsychr_port = 8000) 20 | 21 | 22 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 32 | 33 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/data-add-properties.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/data-as-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/data-from-url.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

The URL variable should be logged to the console

9 | 10 | 21 | 22 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 29 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/demos/demo_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 43 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/exclusions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 16 | 17 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- 1 |

This is a demo consent form. Click the checkbox below to indicate the you 2 | would like to participate in the experiment

3 |

I agree to take part in this study.

4 | 5 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/1.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/10.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/11.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/12.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/2.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/3.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/4.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/5.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/6.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/7.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/8.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/backwardN.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/blue.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/con1.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/con2.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/inc1.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/inc2.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/normalN.gif -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/orange.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/redX.png -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 32 | 33 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 24 | 25 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 26 | 27 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-resize.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 34 | 35 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 34 | 35 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/pause-unpause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 33 | 34 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/RecognitionMemory/experiment/jspsych-6-2/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsych-6-2/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Example plugin template 3 | */ 4 | 5 | jsPsych.plugins["PLUGIN-NAME"] = (function() { 6 | 7 | var plugin = {}; 8 | 9 | plugin.info = { 10 | name: "PLUGIN-NAME", 11 | parameters: { 12 | parameter_name: { 13 | type: jsPsych.plugins.parameterType.INT, // BOOL, STRING, INT, FLOAT, FUNCTION, KEYCODE, SELECT, HTML_STRING, IMAGE, AUDIO, VIDEO, OBJECT, COMPLEX 14 | default: undefined 15 | }, 16 | parameter_name: { 17 | type: jsPsych.plugins.parameterType.IMAGE, 18 | default: undefined 19 | } 20 | } 21 | } 22 | 23 | plugin.trial = function(display_element, trial) { 24 | 25 | // data saving 26 | var trial_data = { 27 | parameter_name: 'parameter value' 28 | }; 29 | 30 | // end trial 31 | jsPsych.finishTrial(trial_data); 32 | }; 33 | 34 | return plugin; 35 | })(); 36 | -------------------------------------------------------------------------------- /RecognitionMemory/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * xprmntr.js - > jspsychr.js 3 | * Danielle Navarro 4 | * modified to not conflict with xprmntr : Matt Crump 5 | **/ 6 | 7 | var jspsychr = {}; 8 | jspsychr.save_locally = function() { 9 | var data = jsPsych.data.get().csv(); 10 | var file = "jspsychr_local_name"; 11 | var xhr = new XMLHttpRequest(); 12 | xhr.open('POST', 'submit'); 13 | xhr.setRequestHeader('Content-Type', 'application/json'); 14 | xhr.send(JSON.stringify({filename: file, filedata: data})); 15 | }; 16 | -------------------------------------------------------------------------------- /RecognitionMemory/run.R: -------------------------------------------------------------------------------- 1 | # Run the experiment locally in a web-browser, using plumber 2 | # After the experiment is complete, the data should be stored in the data folder 3 | # when finished, "stop" the server that will be be started by this code 4 | 5 | library(jspsychr) 6 | 7 | # NOTE: about file paths 8 | # Experiment_1 is the assumed name of the parent folder containing the jspsychR template 9 | # Change this to the name of your folder 10 | # The assumption is your folder is inside an R project, which controls the default working directory 11 | 12 | # compiles the experiment file into html 13 | rmarkdown::render("Experiment_1/experiment/index.Rmd", "html_document") 14 | 15 | # runs the html in your browswer 16 | run_locally(path="Experiment_1", 17 | show_in = "browser", 18 | jspsychr_host = "127.0.0.1", 19 | jspsychr_port = 8000) 20 | 21 | 22 | -------------------------------------------------------------------------------- /Stroop/Stroop.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Stroop" 3 | author: "Matt Crump" 4 | date: "8/16/2019" 5 | output: html_document 6 | --- 7 | 8 | ```{r setup, include=FALSE} 9 | knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE) 10 | ``` 11 | 12 | This example is the default jspsych template that gets loaded by the jspsychr package. It involves a simple Stroop experiment, with stimulus creation handled by R. 13 | 14 | The index.html file runs the experiment, the index.rmd file compiles the html experiment. 15 | 16 | The run.R file will run compile and run the experiment in a local browser, with data saved to the data folder. 17 | 18 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 32 | 33 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/data-add-properties.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/data-as-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/data-from-url.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

The URL variable should be logged to the console

9 | 10 | 21 | 22 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/demos/demo_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 29 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/demos/demo_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 43 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/exclusions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 16 | 17 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- 1 |

This is a demo consent form. Click the checkbox below to indicate the you 2 | would like to participate in the experiment

3 |

I agree to take part in this study.

4 | 5 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/1.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/10.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/11.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/12.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/2.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/3.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/4.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/5.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/6.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/7.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/8.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/backwardN.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/blue.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/con1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/con1.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/con2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/con2.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/fixation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/inc1.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/inc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/inc2.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/normalN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/normalN.gif -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/orange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/orange.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/redX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/redX.png -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/img/ribbon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 32 | 33 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 24 | 25 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 26 | 27 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-resize.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 34 | 35 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 34 | 35 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/pause-unpause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 33 | 34 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/sound/hammer.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/sound/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop/experiment/jspsych-6-2/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/license.txt: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2014-2018 Joshua R. de Leeuw 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsych-6-2/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Example plugin template 3 | */ 4 | 5 | jsPsych.plugins["PLUGIN-NAME"] = (function() { 6 | 7 | var plugin = {}; 8 | 9 | plugin.info = { 10 | name: "PLUGIN-NAME", 11 | parameters: { 12 | parameter_name: { 13 | type: jsPsych.plugins.parameterType.INT, // BOOL, STRING, INT, FLOAT, FUNCTION, KEYCODE, SELECT, HTML_STRING, IMAGE, AUDIO, VIDEO, OBJECT, COMPLEX 14 | default: undefined 15 | }, 16 | parameter_name: { 17 | type: jsPsych.plugins.parameterType.IMAGE, 18 | default: undefined 19 | } 20 | } 21 | } 22 | 23 | plugin.trial = function(display_element, trial) { 24 | 25 | // data saving 26 | var trial_data = { 27 | parameter_name: 'parameter value' 28 | }; 29 | 30 | // end trial 31 | jsPsych.finishTrial(trial_data); 32 | }; 33 | 34 | return plugin; 35 | })(); 36 | -------------------------------------------------------------------------------- /Stroop/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * xprmntr.js - > jspsychr.js 3 | * Danielle Navarro 4 | * modified to not conflict with xprmntr : Matt Crump 5 | **/ 6 | 7 | var jspsychr = {}; 8 | jspsychr.save_locally = function() { 9 | var data = jsPsych.data.get().csv(); 10 | var file = "jspsychr_local_name"; 11 | var xhr = new XMLHttpRequest(); 12 | xhr.open('POST', 'submit'); 13 | xhr.setRequestHeader('Content-Type', 'application/json'); 14 | xhr.send(JSON.stringify({filename: file, filedata: data})); 15 | }; 16 | -------------------------------------------------------------------------------- /Stroop/run.R: -------------------------------------------------------------------------------- 1 | # Run the experiment locally in a web-browser, using plumber 2 | # After the experiment is complete, the data should be stored in the data folder 3 | # when finished, "stop" the server that will be be started by this code 4 | 5 | library(jspsychr) 6 | 7 | # NOTE: about file paths 8 | # Experiment_1 is the assumed name of the parent folder containing the jspsychR template 9 | # Change this to the name of your folder 10 | # The assumption is your folder is inside an R project, which controls the default working directory 11 | 12 | # compiles the experiment file into html 13 | rmarkdown::render("Stroop/experiment/index.Rmd", "html_document") 14 | 15 | # runs the html in your browswer 16 | run_locally(path="Stroop", 17 | show_in = "browser", 18 | jspsychr_host = "127.0.0.1", 19 | jspsychr_port = 8000) 20 | 21 | 22 | -------------------------------------------------------------------------------- /Stroop_multiple_response/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/Stroop_multiple.Rmd: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Stroop Multiple Responses" 3 | author: "Matt Crump" 4 | date: "8/16/2019" 5 | output: html_document 6 | --- 7 | 8 | ```{r setup, include=FALSE} 9 | knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE) 10 | ``` 11 | 12 | This example uses a custom plugin to collect multiple keyboard responses on each trial. This is an example of modifying an existing jspsych plugin. In this case the modified plugin can be found in: `jspsych-6/plugins/jspsych-html-keyboard-multiple-response.js` 13 | 14 | The index.html file runs the experiment, the index.rmd file compiles the html experiment. 15 | 16 | The run.R file will run compile and run the experiment in a local browser, with data saved to the data folder. 17 | 18 | -------------------------------------------------------------------------------- /Stroop_multiple_response/data/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/data/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/experiment/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/experiment/jspsych-6/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/add-to-end-of-timeline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 32 | 33 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/data-add-properties.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/data-as-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/data-from-url.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |

The URL variable should be logged to the console

9 | 10 | 21 | 22 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 29 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/demos/demo_2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 12 | 13 | 14 | 15 | 43 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/exclusions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 16 | 17 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/external_html/simple_consent.html: -------------------------------------------------------------------------------- 1 |

This is a demo consent form. Click the checkbox below to indicate the you 2 | would like to participate in the experiment

3 |

I agree to take part in this study.

4 | 5 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/img/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/experiment/jspsych-6/examples/img/sad_face_4.jpg -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-call-function.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 32 | 33 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-categorize-animation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-categorize-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-free-sort.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 24 | 25 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-fullscreen.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 15 | 16 | 17 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-instructions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 26 | 27 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-resize.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 34 | 35 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-same-different-html.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-same-different-image.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | 14 | 15 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-survey-html-form.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-survey-text.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 34 | 35 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/jspsych-vsl-animate-occlusion.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/pause-unpause.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 33 | 34 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/sound/hammer.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/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/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/experiment/jspsych-6/examples/sound/tone.mp3 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/examples/video/sample_video.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/experiment/jspsych-6/examples/video/sample_video.mp4 -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CrumpLab/jspsychrexamples/ed1b9d3b04137f9668650a063e581f46c56c25d4/Stroop_multiple_response/experiment/jspsych-6/plugins/.DS_Store -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsych-6/plugins/template/jspsych-plugin-template.js: -------------------------------------------------------------------------------- 1 | /* 2 | * Example plugin template 3 | */ 4 | 5 | jsPsych.plugins["PLUGIN-NAME"] = (function() { 6 | 7 | var plugin = {}; 8 | 9 | plugin.info = { 10 | name: "PLUGIN-NAME", 11 | parameters: { 12 | parameter_name: { 13 | type: jsPsych.plugins.parameterType.INT, // BOOL, STRING, INT, FLOAT, FUNCTION, KEYCODE, SELECT, HTML_STRING, IMAGE, AUDIO, VIDEO, OBJECT, COMPLEX 14 | default: undefined 15 | }, 16 | parameter_name: { 17 | type: jsPsych.plugins.parameterType.IMAGE, 18 | default: undefined 19 | } 20 | } 21 | } 22 | 23 | plugin.trial = function(display_element, trial) { 24 | 25 | // data saving 26 | var trial_data = { 27 | parameter_name: 'parameter value' 28 | }; 29 | 30 | // end trial 31 | jsPsych.finishTrial(trial_data); 32 | }; 33 | 34 | return plugin; 35 | })(); 36 | -------------------------------------------------------------------------------- /Stroop_multiple_response/experiment/jspsychr/jspsychr.js: -------------------------------------------------------------------------------- 1 | /** 2 | * xprmntr.js - > jspsychr.js 3 | * Danielle Navarro 4 | * modified to not conflict with xprmntr : Matt Crump 5 | **/ 6 | 7 | var jspsychr = {}; 8 | jspsychr.save_locally = function() { 9 | var data = jsPsych.data.get().csv(); 10 | var file = "jspsychr_local_name"; 11 | var xhr = new XMLHttpRequest(); 12 | xhr.open('POST', 'submit'); 13 | xhr.setRequestHeader('Content-Type', 'application/json'); 14 | xhr.send(JSON.stringify({filename: file, filedata: data})); 15 | }; 16 | -------------------------------------------------------------------------------- /Stroop_multiple_response/run.R: -------------------------------------------------------------------------------- 1 | # Run the experiment locally in a web-browser, using plumber 2 | # After the experiment is complete, the data should be stored in the data folder 3 | # when finished, "stop" the server that will be be started by this code 4 | 5 | library(jspsychr) 6 | 7 | # NOTE: about file paths 8 | # Experiment_1 is the assumed name of the parent folder containing the jspsychR template 9 | # Change this to the name of your folder 10 | # The assumption is your folder is inside an R project, which controls the default working directory 11 | 12 | # compiles the experiment file into html 13 | rmarkdown::render("Stroop_multiple_response/experiment/index.Rmd", "html_document") 14 | 15 | # runs the html in your browswer 16 | run_locally(path="Stroop_multiple_response", 17 | show_in = "browser", 18 | jspsychr_host = "127.0.0.1", 19 | jspsychr_port = 8000) 20 | 21 | 22 | -------------------------------------------------------------------------------- /jsPsychRexamples.Rproj: -------------------------------------------------------------------------------- 1 | Version: 1.0 2 | 3 | RestoreWorkspace: Default 4 | SaveWorkspace: Default 5 | AlwaysSaveHistory: Default 6 | 7 | EnableCodeIndexing: Yes 8 | UseSpacesForTab: Yes 9 | NumSpacesForTab: 2 10 | Encoding: UTF-8 11 | 12 | RnwWeave: Sweave 13 | LaTeX: pdfLaTeX 14 | --------------------------------------------------------------------------------