jspsych 6.3.0 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +36 -37
- package/css/jspsych.css +39 -39
- package/dist/JsPsych.d.ts +112 -0
- package/dist/TimelineNode.d.ts +34 -0
- package/dist/index.browser.js +3164 -0
- package/dist/index.browser.js.map +1 -0
- package/dist/index.browser.min.js +2 -0
- package/dist/index.browser.min.js.map +1 -0
- package/dist/index.cjs +3158 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +3152 -0
- package/dist/index.js.map +1 -0
- package/dist/migration.d.ts +3 -0
- package/dist/modules/data/DataCollection.d.ts +45 -0
- package/dist/modules/data/DataColumn.d.ts +15 -0
- package/dist/modules/data/index.d.ts +25 -0
- package/dist/modules/data/utils.d.ts +3 -0
- package/dist/modules/extensions.d.ts +22 -0
- package/dist/modules/plugin-api/HardwareAPI.d.ts +15 -0
- package/dist/modules/plugin-api/KeyboardListenerAPI.d.ts +34 -0
- package/dist/modules/plugin-api/MediaAPI.d.ts +27 -0
- package/dist/modules/plugin-api/SimulationAPI.d.ts +41 -0
- package/dist/modules/plugin-api/TimeoutAPI.d.ts +5 -0
- package/dist/modules/plugin-api/index.d.ts +8 -0
- package/dist/modules/plugins.d.ts +129 -0
- package/dist/modules/randomization.d.ts +35 -0
- package/dist/modules/turk.d.ts +40 -0
- package/dist/modules/utils.d.ts +7 -0
- package/package.json +32 -15
- package/src/JsPsych.ts +884 -0
- package/src/TimelineNode.ts +536 -0
- package/src/index.ts +71 -0
- package/src/migration.ts +37 -0
- package/src/modules/data/DataCollection.ts +198 -0
- package/src/modules/data/DataColumn.ts +86 -0
- package/src/modules/data/index.ts +174 -0
- package/src/modules/data/utils.ts +75 -0
- package/src/modules/extensions.ts +23 -0
- package/src/modules/plugin-api/HardwareAPI.ts +32 -0
- package/src/modules/plugin-api/KeyboardListenerAPI.ts +165 -0
- package/src/modules/plugin-api/MediaAPI.ts +337 -0
- package/src/modules/plugin-api/SimulationAPI.ts +181 -0
- package/src/modules/plugin-api/TimeoutAPI.ts +16 -0
- package/src/modules/plugin-api/index.ts +28 -0
- package/src/modules/plugins.ts +158 -0
- package/src/modules/randomization.ts +327 -0
- package/src/modules/turk.ts +99 -0
- package/src/modules/utils.ts +30 -0
- package/.github/workflows/jest.yml +0 -20
- package/code-of-conduct.md +0 -56
- package/contributors.md +0 -61
- package/docs/CNAME +0 -1
- package/docs/about/about.md +0 -18
- package/docs/about/contributing.md +0 -43
- package/docs/about/license.md +0 -25
- package/docs/about/support.md +0 -7
- package/docs/core_library/jspsych-core.md +0 -734
- package/docs/core_library/jspsych-data.md +0 -589
- package/docs/core_library/jspsych-pluginAPI.md +0 -610
- package/docs/core_library/jspsych-randomization.md +0 -397
- package/docs/core_library/jspsych-turk.md +0 -102
- package/docs/extensions/extensions.md +0 -83
- package/docs/extensions/jspsych-ext-webgazer.md +0 -106
- package/docs/img/blue.png +0 -0
- package/docs/img/devtools-change-css.png +0 -0
- package/docs/img/devtools-css-errors.png +0 -0
- package/docs/img/devtools-inspect-element.png +0 -0
- package/docs/img/folder-setup.png +0 -0
- package/docs/img/folder-with-html.png +0 -0
- package/docs/img/githubreleases.jpg +0 -0
- package/docs/img/jspsych-favicon.png +0 -0
- package/docs/img/jspsych-logo-no-text-mono.svg +0 -493
- package/docs/img/jspsych-logo.jpg +0 -0
- package/docs/img/orange.png +0 -0
- package/docs/img/palmer_stim.png +0 -0
- package/docs/img/progress_bar.png +0 -0
- package/docs/img/prolific-study-completion.png +0 -0
- package/docs/img/prolific-study-link.png +0 -0
- package/docs/img/visual_search_example.jpg +0 -0
- package/docs/index.md +0 -9
- package/docs/overview/browser-device-support.md +0 -35
- package/docs/overview/callbacks.md +0 -184
- package/docs/overview/data.md +0 -281
- package/docs/overview/dynamic-parameters.md +0 -147
- package/docs/overview/exclude-browser.md +0 -32
- package/docs/overview/experiment-options.md +0 -149
- package/docs/overview/eye-tracking.md +0 -237
- package/docs/overview/fullscreen.md +0 -36
- package/docs/overview/media-preloading.md +0 -369
- package/docs/overview/mturk.md +0 -77
- package/docs/overview/plugins.md +0 -320
- package/docs/overview/progress-bar.md +0 -110
- package/docs/overview/prolific.md +0 -78
- package/docs/overview/record-browser-interactions.md +0 -23
- package/docs/overview/running-experiments.md +0 -95
- package/docs/overview/style.md +0 -293
- package/docs/overview/timeline.md +0 -457
- package/docs/plugins/jspsych-animation.md +0 -40
- package/docs/plugins/jspsych-audio-button-response.md +0 -60
- package/docs/plugins/jspsych-audio-keyboard-response.md +0 -58
- package/docs/plugins/jspsych-audio-slider-response.md +0 -53
- package/docs/plugins/jspsych-call-function.md +0 -81
- package/docs/plugins/jspsych-canvas-button-response.md +0 -66
- package/docs/plugins/jspsych-canvas-keyboard-response.md +0 -68
- package/docs/plugins/jspsych-canvas-slider-response.md +0 -89
- package/docs/plugins/jspsych-categorize-animation.md +0 -60
- package/docs/plugins/jspsych-categorize-html.md +0 -53
- package/docs/plugins/jspsych-categorize-image.md +0 -53
- package/docs/plugins/jspsych-cloze.md +0 -45
- package/docs/plugins/jspsych-external-html.md +0 -70
- package/docs/plugins/jspsych-free-sort.md +0 -56
- package/docs/plugins/jspsych-fullscreen.md +0 -57
- package/docs/plugins/jspsych-html-button-response.md +0 -42
- package/docs/plugins/jspsych-html-keyboard-response.md +0 -51
- package/docs/plugins/jspsych-html-slider-response.md +0 -45
- package/docs/plugins/jspsych-iat-html.md +0 -64
- package/docs/plugins/jspsych-iat-image.md +0 -64
- package/docs/plugins/jspsych-image-button-response.md +0 -48
- package/docs/plugins/jspsych-image-keyboard-response.md +0 -58
- package/docs/plugins/jspsych-image-slider-response.md +0 -54
- package/docs/plugins/jspsych-instructions.md +0 -58
- package/docs/plugins/jspsych-maxdiff.md +0 -41
- package/docs/plugins/jspsych-preload.md +0 -128
- package/docs/plugins/jspsych-rdk.md +0 -119
- package/docs/plugins/jspsych-reconstruction.md +0 -48
- package/docs/plugins/jspsych-resize.md +0 -39
- package/docs/plugins/jspsych-same-different-html.md +0 -53
- package/docs/plugins/jspsych-same-different-image.md +0 -66
- package/docs/plugins/jspsych-serial-reaction-time-mouse.md +0 -52
- package/docs/plugins/jspsych-serial-reaction-time.md +0 -57
- package/docs/plugins/jspsych-survey-html-form.md +0 -50
- package/docs/plugins/jspsych-survey-likert.md +0 -70
- package/docs/plugins/jspsych-survey-multi-choice.md +0 -48
- package/docs/plugins/jspsych-survey-multi-select.md +0 -53
- package/docs/plugins/jspsych-survey-text.md +0 -63
- package/docs/plugins/jspsych-video-button-response.md +0 -54
- package/docs/plugins/jspsych-video-keyboard-response.md +0 -50
- package/docs/plugins/jspsych-video-slider-response.md +0 -60
- package/docs/plugins/jspsych-virtual-chinrest.md +0 -105
- package/docs/plugins/jspsych-visual-search-circle.md +0 -52
- package/docs/plugins/jspsych-vsl-animate-occlusion.md +0 -55
- package/docs/plugins/jspsych-vsl-grid-scene.md +0 -62
- package/docs/plugins/jspsych-webgazer-calibrate.md +0 -60
- package/docs/plugins/jspsych-webgazer-init-camera.md +0 -31
- package/docs/plugins/jspsych-webgazer-validate.md +0 -43
- package/docs/plugins/list-of-plugins.md +0 -54
- package/docs/tutorials/hello-world.md +0 -162
- package/docs/tutorials/rt-task.md +0 -1334
- package/docs/tutorials/video-tutorials.md +0 -11
- package/examples/add-to-end-of-timeline.html +0 -38
- package/examples/case-sensitive-responses.html +0 -45
- package/examples/conditional-and-loop-functions.html +0 -64
- package/examples/css/jquery-ui.css +0 -1225
- package/examples/css-classes-parameter.html +0 -145
- package/examples/data-add-properties.html +0 -44
- package/examples/data-as-function.html +0 -39
- package/examples/data-from-timeline.html +0 -52
- package/examples/data-from-url.html +0 -21
- package/examples/demo-flanker.html +0 -117
- package/examples/demo-simple-rt-task.html +0 -120
- package/examples/demos/demo_1.html +0 -35
- package/examples/demos/demo_2.html +0 -50
- package/examples/demos/demo_3.html +0 -63
- package/examples/display-element-to-embed-experiment.html +0 -79
- package/examples/end-active-node.html +0 -52
- package/examples/end-experiment.html +0 -45
- package/examples/exclusions.html +0 -32
- package/examples/external_html/simple_consent.html +0 -4
- package/examples/img/1.gif +0 -0
- package/examples/img/10.gif +0 -0
- package/examples/img/11.gif +0 -0
- package/examples/img/12.gif +0 -0
- package/examples/img/2.gif +0 -0
- package/examples/img/3.gif +0 -0
- package/examples/img/4.gif +0 -0
- package/examples/img/5.gif +0 -0
- package/examples/img/6.gif +0 -0
- package/examples/img/7.gif +0 -0
- package/examples/img/8.gif +0 -0
- package/examples/img/9.gif +0 -0
- package/examples/img/age/of1.jpg +0 -0
- package/examples/img/age/of2.jpg +0 -0
- package/examples/img/age/of3.jpg +0 -0
- package/examples/img/age/om1.jpg +0 -0
- package/examples/img/age/om2.jpg +0 -0
- package/examples/img/age/om3.jpg +0 -0
- package/examples/img/age/yf1.jpg +0 -0
- package/examples/img/age/yf4.jpg +0 -0
- package/examples/img/age/yf5.jpg +0 -0
- package/examples/img/age/ym2.jpg +0 -0
- package/examples/img/age/ym3.jpg +0 -0
- package/examples/img/age/ym5.jpg +0 -0
- package/examples/img/backwardN.gif +0 -0
- package/examples/img/blue.png +0 -0
- package/examples/img/card.png +0 -0
- package/examples/img/con1.png +0 -0
- package/examples/img/con2.png +0 -0
- package/examples/img/fixation.gif +0 -0
- package/examples/img/happy_face_1.jpg +0 -0
- package/examples/img/happy_face_2.jpg +0 -0
- package/examples/img/happy_face_3.jpg +0 -0
- package/examples/img/happy_face_4.jpg +0 -0
- package/examples/img/inc1.png +0 -0
- package/examples/img/inc2.png +0 -0
- package/examples/img/normalN.gif +0 -0
- package/examples/img/orange.png +0 -0
- package/examples/img/redX.png +0 -0
- package/examples/img/ribbon.jpg +0 -0
- package/examples/img/sad_face_1.jpg +0 -0
- package/examples/img/sad_face_2.jpg +0 -0
- package/examples/img/sad_face_3.jpg +0 -0
- package/examples/img/sad_face_4.jpg +0 -0
- package/examples/js/snap.svg-min.js +0 -21
- package/examples/js/webgazer.js +0 -88886
- package/examples/jspsych-RDK.html +0 -58
- package/examples/jspsych-animation.html +0 -39
- package/examples/jspsych-audio-button-response.html +0 -58
- package/examples/jspsych-audio-keyboard-response.html +0 -68
- package/examples/jspsych-audio-slider-response.html +0 -61
- package/examples/jspsych-call-function.html +0 -32
- package/examples/jspsych-canvas-button-response.html +0 -95
- package/examples/jspsych-canvas-keyboard-response.html +0 -78
- package/examples/jspsych-canvas-slider-response.html +0 -67
- package/examples/jspsych-categorize-animation.html +0 -49
- package/examples/jspsych-categorize-html.html +0 -33
- package/examples/jspsych-categorize-image.html +0 -44
- package/examples/jspsych-cloze.html +0 -37
- package/examples/jspsych-free-sort.html +0 -109
- package/examples/jspsych-fullscreen.html +0 -45
- package/examples/jspsych-html-button-response.html +0 -43
- package/examples/jspsych-html-keyboard-response.html +0 -42
- package/examples/jspsych-html-slider-response.html +0 -53
- package/examples/jspsych-iat.html +0 -520
- package/examples/jspsych-image-button-response.html +0 -91
- package/examples/jspsych-image-keyboard-response.html +0 -85
- package/examples/jspsych-image-slider-response.html +0 -85
- package/examples/jspsych-instructions.html +0 -37
- package/examples/jspsych-maxdiff.html +0 -33
- package/examples/jspsych-preload.html +0 -140
- package/examples/jspsych-reconstruction.html +0 -43
- package/examples/jspsych-resize.html +0 -34
- package/examples/jspsych-same-different-html.html +0 -28
- package/examples/jspsych-same-different-image.html +0 -39
- package/examples/jspsych-serial-reaction-time-mouse.html +0 -98
- package/examples/jspsych-serial-reaction-time.html +0 -54
- package/examples/jspsych-survey-html-form.html +0 -33
- package/examples/jspsych-survey-likert.html +0 -42
- package/examples/jspsych-survey-multi-choice.html +0 -40
- package/examples/jspsych-survey-multi-select.html +0 -42
- package/examples/jspsych-survey-text.html +0 -34
- package/examples/jspsych-video-button-response.html +0 -65
- package/examples/jspsych-video-keyboard-response.html +0 -61
- package/examples/jspsych-video-slider-response.html +0 -63
- package/examples/jspsych-virtual-chinrest.html +0 -69
- package/examples/jspsych-visual-search-circle.html +0 -64
- package/examples/jspsych-vsl-animate-occlusion.html +0 -35
- package/examples/jspsych-vsl-grid-scene.html +0 -47
- package/examples/lexical-decision.html +0 -134
- package/examples/manual-preloading.html +0 -59
- package/examples/pause-unpause.html +0 -33
- package/examples/progress-bar.html +0 -68
- package/examples/save-trial-parameters.html +0 -98
- package/examples/sound/hammer.mp3 +0 -0
- package/examples/sound/sound.mp3 +0 -0
- package/examples/sound/speech_blue.mp3 +0 -0
- package/examples/sound/speech_green.mp3 +0 -0
- package/examples/sound/speech_joke.mp3 +0 -0
- package/examples/sound/speech_red.mp3 +0 -0
- package/examples/sound/tone.mp3 +0 -0
- package/examples/timeline-variables-sampling.html +0 -50
- package/examples/timeline-variables.html +0 -64
- package/examples/video/sample_video.mp4 +0 -0
- package/examples/webgazer.html +0 -162
- package/examples/webgazer_image.html +0 -60
- package/extensions/jspsych-ext-webgazer.js +0 -185
- package/jspsych.js +0 -3015
- package/license.txt +0 -21
- package/mkdocs.yml +0 -118
- package/plugins/jspsych-animation.js +0 -189
- package/plugins/jspsych-audio-button-response.js +0 -269
- package/plugins/jspsych-audio-keyboard-response.js +0 -212
- package/plugins/jspsych-audio-slider-response.js +0 -278
- package/plugins/jspsych-call-function.js +0 -58
- package/plugins/jspsych-canvas-button-response.js +0 -199
- package/plugins/jspsych-canvas-keyboard-response.js +0 -155
- package/plugins/jspsych-canvas-slider-response.js +0 -207
- package/plugins/jspsych-categorize-animation.js +0 -266
- package/plugins/jspsych-categorize-html.js +0 -220
- package/plugins/jspsych-categorize-image.js +0 -222
- package/plugins/jspsych-cloze.js +0 -112
- package/plugins/jspsych-external-html.js +0 -112
- package/plugins/jspsych-free-sort.js +0 -478
- package/plugins/jspsych-fullscreen.js +0 -106
- package/plugins/jspsych-html-button-response.js +0 -188
- package/plugins/jspsych-html-keyboard-response.js +0 -149
- package/plugins/jspsych-html-slider-response.js +0 -202
- package/plugins/jspsych-iat-html.js +0 -284
- package/plugins/jspsych-iat-image.js +0 -286
- package/plugins/jspsych-image-button-response.js +0 -327
- package/plugins/jspsych-image-keyboard-response.js +0 -263
- package/plugins/jspsych-image-slider-response.js +0 -369
- package/plugins/jspsych-instructions.js +0 -237
- package/plugins/jspsych-maxdiff.js +0 -173
- package/plugins/jspsych-preload.js +0 -345
- package/plugins/jspsych-rdk.js +0 -1373
- package/plugins/jspsych-reconstruction.js +0 -134
- package/plugins/jspsych-resize.js +0 -166
- package/plugins/jspsych-same-different-html.js +0 -168
- package/plugins/jspsych-same-different-image.js +0 -169
- package/plugins/jspsych-serial-reaction-time-mouse.js +0 -212
- package/plugins/jspsych-serial-reaction-time.js +0 -247
- package/plugins/jspsych-survey-html-form.js +0 -171
- package/plugins/jspsych-survey-likert.js +0 -195
- package/plugins/jspsych-survey-multi-choice.js +0 -208
- package/plugins/jspsych-survey-multi-select.js +0 -232
- package/plugins/jspsych-survey-text.js +0 -185
- package/plugins/jspsych-video-button-response.js +0 -335
- package/plugins/jspsych-video-keyboard-response.js +0 -279
- package/plugins/jspsych-video-slider-response.js +0 -351
- package/plugins/jspsych-virtual-chinrest.js +0 -471
- package/plugins/jspsych-visual-search-circle.js +0 -259
- package/plugins/jspsych-vsl-animate-occlusion.js +0 -196
- package/plugins/jspsych-vsl-grid-scene.js +0 -103
- package/plugins/jspsych-webgazer-calibrate.js +0 -166
- package/plugins/jspsych-webgazer-init-camera.js +0 -95
- package/plugins/jspsych-webgazer-validate.js +0 -304
- package/plugins/template/jspsych-plugin-template.js +0 -35
- package/tests/README.md +0 -7
- package/tests/jsPsych/case-sensitive-responses.test.js +0 -53
- package/tests/jsPsych/css-classes-parameter.test.js +0 -107
- package/tests/jsPsych/default-iti.test.js +0 -51
- package/tests/jsPsych/default-parameters.test.js +0 -58
- package/tests/jsPsych/endexperiment.test.js +0 -49
- package/tests/jsPsych/events.test.js +0 -606
- package/tests/jsPsych/functions-as-parameters.test.js +0 -210
- package/tests/jsPsych/init.test.js +0 -48
- package/tests/jsPsych/loads.test.js +0 -7
- package/tests/jsPsych/min-rt.test.js +0 -58
- package/tests/jsPsych/progressbar.test.js +0 -202
- package/tests/jsPsych/timeline-variables.test.js +0 -531
- package/tests/jsPsych/timelines.test.js +0 -569
- package/tests/jsPsych.data/data-csv-conversion.test.js +0 -85
- package/tests/jsPsych.data/data-json-conversion.test.js +0 -120
- package/tests/jsPsych.data/datacollection.test.js +0 -117
- package/tests/jsPsych.data/datacolumn.test.js +0 -50
- package/tests/jsPsych.data/datamodule.test.js +0 -152
- package/tests/jsPsych.data/dataparameter.test.js +0 -251
- package/tests/jsPsych.data/interactions.test.js +0 -109
- package/tests/jsPsych.data/trialparameters.test.js +0 -175
- package/tests/jsPsych.extensions/extensions.test.js +0 -207
- package/tests/jsPsych.extensions/test-extension.js +0 -42
- package/tests/jsPsych.pluginAPI/pluginapi.test.js +0 -341
- package/tests/jsPsych.pluginAPI/preloads.test.js +0 -43
- package/tests/jsPsych.randomization/randomziation.test.js +0 -27
- package/tests/jsPsych.utils/utils.test.js +0 -58
- package/tests/plugins/plugin-animation.test.js +0 -34
- package/tests/plugins/plugin-audio-button-response.test.js +0 -15
- package/tests/plugins/plugin-audio-keyboard-response.test.js +0 -15
- package/tests/plugins/plugin-audio-slider-response.test.js +0 -15
- package/tests/plugins/plugin-call-function.test.js +0 -49
- package/tests/plugins/plugin-categorize-animation.test.js +0 -263
- package/tests/plugins/plugin-categorize-html.test.js +0 -17
- package/tests/plugins/plugin-categorize-image.test.js +0 -17
- package/tests/plugins/plugin-cloze.test.js +0 -157
- package/tests/plugins/plugin-free-sort.test.js +0 -106
- package/tests/plugins/plugin-fullscreen.test.js +0 -41
- package/tests/plugins/plugin-html-button-response.test.js +0 -161
- package/tests/plugins/plugin-html-keyboard-response.test.js +0 -139
- package/tests/plugins/plugin-html-slider-response.test.js +0 -155
- package/tests/plugins/plugin-iat-html.test.js +0 -299
- package/tests/plugins/plugin-iat-image.test.js +0 -298
- package/tests/plugins/plugin-image-button-response.test.js +0 -174
- package/tests/plugins/plugin-image-keyboard-response.test.js +0 -147
- package/tests/plugins/plugin-image-slider-response.test.js +0 -174
- package/tests/plugins/plugin-instructions.test.js +0 -85
- package/tests/plugins/plugin-maxdiff.test.js +0 -39
- package/tests/plugins/plugin-preload.test.js +0 -916
- package/tests/plugins/plugin-rdk.test.js +0 -61
- package/tests/plugins/plugin-reconstruction.test.js +0 -16
- package/tests/plugins/plugin-resize.test.js +0 -16
- package/tests/plugins/plugin-same-different-html.test.js +0 -17
- package/tests/plugins/plugin-same-different-image.test.js +0 -17
- package/tests/plugins/plugin-serial-reaction-time-mouse.test.js +0 -42
- package/tests/plugins/plugin-serial-reaction-time.test.js +0 -109
- package/tests/plugins/plugin-survey-html-form.test.js +0 -44
- package/tests/plugins/plugin-survey-likert.test.js +0 -48
- package/tests/plugins/plugin-survey-multi-choice.test.js +0 -47
- package/tests/plugins/plugin-survey-multi-select.test.js +0 -71
- package/tests/plugins/plugin-survey-text.test.js +0 -115
- package/tests/plugins/plugin-video-button-response.test.js +0 -32
- package/tests/plugins/plugin-video-keyboard-response.test.js +0 -32
- package/tests/plugins/plugin-video-slider-response.test.js +0 -31
- package/tests/plugins/plugin-visual-search-circle.test.js +0 -16
- package/tests/plugins/plugin-vsl-animate-occlusion.test.js +0 -16
- package/tests/plugins/plugin-vsl-grid-scene.test.js +0 -16
- package/tests/testing-utils.js +0 -13
|
@@ -1,916 +0,0 @@
|
|
|
1
|
-
const root = '../../';
|
|
2
|
-
|
|
3
|
-
describe('preload plugin', function () {
|
|
4
|
-
|
|
5
|
-
beforeEach(function () {
|
|
6
|
-
require(root + 'jspsych.js');
|
|
7
|
-
require(root + 'plugins/jspsych-preload.js');
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
afterEach(function() {
|
|
11
|
-
jest.clearAllMocks();
|
|
12
|
-
})
|
|
13
|
-
|
|
14
|
-
test('loads correctly', function () {
|
|
15
|
-
expect(typeof window.jsPsych.plugins['preload']).not.toBe('undefined');
|
|
16
|
-
});
|
|
17
|
-
|
|
18
|
-
describe('auto_preload', function() {
|
|
19
|
-
|
|
20
|
-
test('auto_preload method works with simple timeline and image stimulus', function () {
|
|
21
|
-
|
|
22
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
23
|
-
|
|
24
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
25
|
-
|
|
26
|
-
var preload = {
|
|
27
|
-
type: 'preload',
|
|
28
|
-
auto_preload: true
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
var trial = {
|
|
32
|
-
type: 'image-keyboard-response',
|
|
33
|
-
stimulus: 'img/foo.png',
|
|
34
|
-
render_on_canvas: false
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
jsPsych.init({
|
|
38
|
-
timeline: [preload, trial]
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
42
|
-
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
test('auto_preload method works with simple timeline and audio stimulus', function () {
|
|
46
|
-
|
|
47
|
-
require(root + 'plugins/jspsych-audio-keyboard-response.js');
|
|
48
|
-
|
|
49
|
-
jsPsych.pluginAPI.preloadAudio = jest.fn((x, cb) => { cb(); });
|
|
50
|
-
|
|
51
|
-
var preload = {
|
|
52
|
-
type: 'preload',
|
|
53
|
-
auto_preload: true
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
var trial = {
|
|
57
|
-
type: 'audio-keyboard-response',
|
|
58
|
-
stimulus: 'sound/foo.mp3',
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
jsPsych.init({
|
|
62
|
-
timeline: [preload, trial]
|
|
63
|
-
});
|
|
64
|
-
|
|
65
|
-
expect(jsPsych.pluginAPI.preloadAudio.mock.calls[0][0]).toStrictEqual(['sound/foo.mp3']);
|
|
66
|
-
|
|
67
|
-
});
|
|
68
|
-
|
|
69
|
-
test('auto_preload method works with simple timeline and video stimulus', function () {
|
|
70
|
-
|
|
71
|
-
require(root + 'plugins/jspsych-video-keyboard-response.js');
|
|
72
|
-
|
|
73
|
-
jsPsych.pluginAPI.preloadVideo = jest.fn((x, cb) => { cb(); });
|
|
74
|
-
|
|
75
|
-
var preload = {
|
|
76
|
-
type: 'preload',
|
|
77
|
-
auto_preload: true
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
var trial = {
|
|
81
|
-
type: 'video-keyboard-response',
|
|
82
|
-
stimulus: 'video/foo.mp4'
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
jsPsych.init({
|
|
86
|
-
timeline: [preload, trial]
|
|
87
|
-
});
|
|
88
|
-
|
|
89
|
-
expect(jsPsych.pluginAPI.preloadVideo.mock.calls[0][0]).toStrictEqual(['video/foo.mp4']);
|
|
90
|
-
|
|
91
|
-
});
|
|
92
|
-
|
|
93
|
-
test('auto_preload method works with nested timeline', function () {
|
|
94
|
-
|
|
95
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
96
|
-
|
|
97
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
98
|
-
|
|
99
|
-
var preload = {
|
|
100
|
-
type: 'preload',
|
|
101
|
-
auto_preload: true
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
var trial = {
|
|
105
|
-
type: 'image-keyboard-response',
|
|
106
|
-
render_on_canvas: false,
|
|
107
|
-
timeline: [
|
|
108
|
-
{stimulus: 'img/foo.png'}
|
|
109
|
-
]
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
jsPsych.init({
|
|
113
|
-
timeline: [preload, trial]
|
|
114
|
-
});
|
|
115
|
-
|
|
116
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
117
|
-
|
|
118
|
-
});
|
|
119
|
-
|
|
120
|
-
test('auto_preload method works with looping timeline', function () {
|
|
121
|
-
|
|
122
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
123
|
-
|
|
124
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
125
|
-
|
|
126
|
-
var preload = {
|
|
127
|
-
type: 'preload',
|
|
128
|
-
auto_preload: true
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
var trial = {
|
|
132
|
-
type: 'image-keyboard-response',
|
|
133
|
-
stimulus: 'img/foo.png',
|
|
134
|
-
render_on_canvas: false
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
var count = 0;
|
|
138
|
-
var loop = {
|
|
139
|
-
timeline: [trial],
|
|
140
|
-
loop_function: function() {
|
|
141
|
-
if (count == 0) {
|
|
142
|
-
return true;
|
|
143
|
-
} else {
|
|
144
|
-
return false;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
jsPsych.init({
|
|
150
|
-
timeline: [preload, loop]
|
|
151
|
-
});
|
|
152
|
-
|
|
153
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
154
|
-
|
|
155
|
-
});
|
|
156
|
-
|
|
157
|
-
test('auto_preload method works with conditional timeline', function () {
|
|
158
|
-
|
|
159
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
160
|
-
|
|
161
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
162
|
-
|
|
163
|
-
var preload = {
|
|
164
|
-
type: 'preload',
|
|
165
|
-
auto_preload: true
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
var trial = {
|
|
169
|
-
type: 'image-keyboard-response',
|
|
170
|
-
stimulus: 'img/foo.png',
|
|
171
|
-
render_on_canvas: false
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
var count = 0;
|
|
175
|
-
var conditional = {
|
|
176
|
-
timeline: [trial],
|
|
177
|
-
conditional_function: function() {
|
|
178
|
-
if (count == 0) {
|
|
179
|
-
return true;
|
|
180
|
-
} else {
|
|
181
|
-
return false;
|
|
182
|
-
}
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
jsPsych.init({
|
|
187
|
-
timeline: [preload, conditional]
|
|
188
|
-
});
|
|
189
|
-
|
|
190
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
191
|
-
|
|
192
|
-
});
|
|
193
|
-
|
|
194
|
-
test('auto_preload method works with timeline variables when stim is statically defined in trial object', function () {
|
|
195
|
-
|
|
196
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
197
|
-
|
|
198
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
199
|
-
|
|
200
|
-
var preload = {
|
|
201
|
-
type: 'preload',
|
|
202
|
-
auto_preload: true
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
var trial = {
|
|
206
|
-
type: 'image-keyboard-response',
|
|
207
|
-
stimulus: 'img/foo.png',
|
|
208
|
-
render_on_canvas: false,
|
|
209
|
-
data: jsPsych.timelineVariable('data')
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
var trial_procedure = {
|
|
213
|
-
timeline: [trial],
|
|
214
|
-
timeline_variables: [
|
|
215
|
-
{data: {trial: 1}},
|
|
216
|
-
{data: {trial: 2}},
|
|
217
|
-
{data: {trial: 3}}
|
|
218
|
-
]
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
jsPsych.init({
|
|
222
|
-
timeline: [preload, trial_procedure]
|
|
223
|
-
});
|
|
224
|
-
|
|
225
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
226
|
-
|
|
227
|
-
});
|
|
228
|
-
|
|
229
|
-
});
|
|
230
|
-
|
|
231
|
-
describe('trials parameter', function() {
|
|
232
|
-
|
|
233
|
-
test('trials parameter works with simple timeline', function () {
|
|
234
|
-
|
|
235
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
236
|
-
|
|
237
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
238
|
-
|
|
239
|
-
var trial = {
|
|
240
|
-
type: 'image-keyboard-response',
|
|
241
|
-
stimulus: 'img/foo.png',
|
|
242
|
-
render_on_canvas: false
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
var preload = {
|
|
246
|
-
type: 'preload',
|
|
247
|
-
trials: [trial]
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
jsPsych.init({
|
|
251
|
-
timeline: [preload]
|
|
252
|
-
});
|
|
253
|
-
|
|
254
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
255
|
-
|
|
256
|
-
});
|
|
257
|
-
|
|
258
|
-
test('trials parameter works with looping timeline', function () {
|
|
259
|
-
|
|
260
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
261
|
-
|
|
262
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
263
|
-
|
|
264
|
-
var trial = {
|
|
265
|
-
type: 'image-keyboard-response',
|
|
266
|
-
stimulus: 'img/foo.png',
|
|
267
|
-
render_on_canvas: false
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
var count = 0;
|
|
271
|
-
var loop = {
|
|
272
|
-
timeline: [trial],
|
|
273
|
-
loop_function: function() {
|
|
274
|
-
if (count == 0) {
|
|
275
|
-
return true;
|
|
276
|
-
} else {
|
|
277
|
-
return false;
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
var preload = {
|
|
283
|
-
type: 'preload',
|
|
284
|
-
trials: [loop]
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
jsPsych.init({
|
|
288
|
-
timeline: [preload]
|
|
289
|
-
});
|
|
290
|
-
|
|
291
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
292
|
-
|
|
293
|
-
});
|
|
294
|
-
|
|
295
|
-
test('trials parameter works with conditional timeline', function () {
|
|
296
|
-
|
|
297
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
298
|
-
|
|
299
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
300
|
-
|
|
301
|
-
var trial = {
|
|
302
|
-
type: 'image-keyboard-response',
|
|
303
|
-
stimulus: 'img/foo.png',
|
|
304
|
-
render_on_canvas: false
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
var count = 0;
|
|
308
|
-
var conditional = {
|
|
309
|
-
timeline: [trial],
|
|
310
|
-
conditional_function: function() {
|
|
311
|
-
if (count == 0) {
|
|
312
|
-
return true;
|
|
313
|
-
} else {
|
|
314
|
-
return false;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
var preload = {
|
|
320
|
-
type: 'preload',
|
|
321
|
-
trials: [conditional]
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
jsPsych.init({
|
|
325
|
-
timeline: [preload]
|
|
326
|
-
});
|
|
327
|
-
|
|
328
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
329
|
-
|
|
330
|
-
});
|
|
331
|
-
|
|
332
|
-
test('trials parameter works with timeline variables when stim is statically defined in trial object', function () {
|
|
333
|
-
|
|
334
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
335
|
-
|
|
336
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
337
|
-
|
|
338
|
-
var trial = {
|
|
339
|
-
type: 'image-keyboard-response',
|
|
340
|
-
stimulus: 'img/foo.png',
|
|
341
|
-
render_on_canvas: false,
|
|
342
|
-
data: jsPsych.timelineVariable('data')
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
var trial_procedure = {
|
|
346
|
-
timeline: [trial],
|
|
347
|
-
timeline_variables: [
|
|
348
|
-
{data: {trial: 1}},
|
|
349
|
-
{data: {trial: 2}},
|
|
350
|
-
{data: {trial: 3}}
|
|
351
|
-
]
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
var preload = {
|
|
355
|
-
type: 'preload',
|
|
356
|
-
trials: [trial_procedure]
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
jsPsych.init({
|
|
360
|
-
timeline: [preload]
|
|
361
|
-
});
|
|
362
|
-
|
|
363
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
364
|
-
|
|
365
|
-
});
|
|
366
|
-
|
|
367
|
-
});
|
|
368
|
-
|
|
369
|
-
describe('calls to pluginAPI preload functions', function() {
|
|
370
|
-
|
|
371
|
-
test('auto_preload, trials, and manual preload array parameters can be used together', function () {
|
|
372
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
373
|
-
|
|
374
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
375
|
-
|
|
376
|
-
var trial_1 = {
|
|
377
|
-
type: 'image-keyboard-response',
|
|
378
|
-
stimulus: 'img/foo.png',
|
|
379
|
-
render_on_canvas: false
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
var trial_2 = {
|
|
383
|
-
type: 'image-keyboard-response',
|
|
384
|
-
stimulus: 'img/bar.png',
|
|
385
|
-
render_on_canvas: false
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
var preload = {
|
|
389
|
-
type: 'preload',
|
|
390
|
-
auto_preload: true,
|
|
391
|
-
trials: [trial_2],
|
|
392
|
-
images: ['img/fizz.png']
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
jsPsych.init({
|
|
396
|
-
timeline: [preload, trial_1]
|
|
397
|
-
});
|
|
398
|
-
|
|
399
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls.length).toBe(1);
|
|
400
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0].length).toBe(3);
|
|
401
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toContain('img/foo.png');
|
|
402
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toContain('img/bar.png');
|
|
403
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toContain('img/fizz.png');
|
|
404
|
-
|
|
405
|
-
});
|
|
406
|
-
|
|
407
|
-
test('plugin only attempts to load duplicate files once', function () {
|
|
408
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
409
|
-
|
|
410
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb) => { cb(); });
|
|
411
|
-
|
|
412
|
-
var trial_1 = {
|
|
413
|
-
type: 'image-keyboard-response',
|
|
414
|
-
stimulus: 'img/foo.png',
|
|
415
|
-
render_on_canvas: false
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
var trial_2 = {
|
|
419
|
-
type: 'image-keyboard-response',
|
|
420
|
-
stimulus: 'img/foo.png',
|
|
421
|
-
render_on_canvas: false
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
var preload = {
|
|
425
|
-
type: 'preload',
|
|
426
|
-
trials: [trial_2],
|
|
427
|
-
images: ['img/foo.png']
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
jsPsych.init({
|
|
431
|
-
timeline: [preload, trial_1]
|
|
432
|
-
});
|
|
433
|
-
|
|
434
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls.length).toBe(1);
|
|
435
|
-
expect(jsPsych.pluginAPI.preloadImages.mock.calls[0][0]).toStrictEqual(['img/foo.png']);
|
|
436
|
-
|
|
437
|
-
});
|
|
438
|
-
|
|
439
|
-
});
|
|
440
|
-
|
|
441
|
-
describe('continue_after_error and error messages', function() {
|
|
442
|
-
|
|
443
|
-
test('experiment continues when image loads successfully', function() {
|
|
444
|
-
|
|
445
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
446
|
-
|
|
447
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => { cb_load(); cb_complete(); });
|
|
448
|
-
|
|
449
|
-
var preload = {
|
|
450
|
-
type: 'preload',
|
|
451
|
-
auto_preload: true,
|
|
452
|
-
error_message: 'foo',
|
|
453
|
-
max_load_time: 100
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
var trial = {
|
|
457
|
-
type: 'image-keyboard-response',
|
|
458
|
-
stimulus: 'image.png',
|
|
459
|
-
render_on_canvas: false
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
jsPsych.init({
|
|
463
|
-
timeline: [preload, trial]
|
|
464
|
-
});
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('<img src=\"image.png\" id=\"jspsych-image-keyboard-response-stimulus\"');
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
});
|
|
471
|
-
|
|
472
|
-
test('error_message is shown when continue_after_error is false and files fail', function() {
|
|
473
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
474
|
-
|
|
475
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
476
|
-
cb_error({
|
|
477
|
-
source: x,
|
|
478
|
-
error: {
|
|
479
|
-
}
|
|
480
|
-
});
|
|
481
|
-
});
|
|
482
|
-
|
|
483
|
-
var preload = {
|
|
484
|
-
type: 'preload',
|
|
485
|
-
auto_preload: true,
|
|
486
|
-
error_message: 'foo',
|
|
487
|
-
max_load_time: 100,
|
|
488
|
-
on_error: function(e) {
|
|
489
|
-
expect(e).toContain('img/bar.png');
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
var trial = {
|
|
494
|
-
type: 'image-keyboard-response',
|
|
495
|
-
stimulus: 'img/bar.png',
|
|
496
|
-
render_on_canvas: false
|
|
497
|
-
}
|
|
498
|
-
|
|
499
|
-
jsPsych.init({
|
|
500
|
-
timeline: [preload, trial]
|
|
501
|
-
});
|
|
502
|
-
|
|
503
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('foo');
|
|
504
|
-
|
|
505
|
-
});
|
|
506
|
-
|
|
507
|
-
test('error_message is shown when continue_after_error is false and loading times out', function() {
|
|
508
|
-
|
|
509
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
510
|
-
|
|
511
|
-
jest.useFakeTimers();
|
|
512
|
-
|
|
513
|
-
var mock_fn = jest.fn(function(x) {return x;});
|
|
514
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
515
|
-
// don't return anything here to simulate waiting forever for image to load
|
|
516
|
-
});
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
var preload = {
|
|
520
|
-
type: 'preload',
|
|
521
|
-
auto_preload: true,
|
|
522
|
-
error_message: 'foo',
|
|
523
|
-
max_load_time: 100,
|
|
524
|
-
on_error: function(e) {
|
|
525
|
-
mock_fn(e);
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
var trial = {
|
|
530
|
-
type: 'image-keyboard-response',
|
|
531
|
-
stimulus: 'blue.png',
|
|
532
|
-
render_on_canvas: false
|
|
533
|
-
}
|
|
534
|
-
|
|
535
|
-
jsPsych.init({
|
|
536
|
-
timeline: [preload, trial]
|
|
537
|
-
});
|
|
538
|
-
|
|
539
|
-
jest.advanceTimersByTime(101);
|
|
540
|
-
|
|
541
|
-
expect(mock_fn).toHaveBeenCalledWith('timeout');
|
|
542
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('foo');
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
});
|
|
546
|
-
|
|
547
|
-
test('experiment continues when continue_after_error is true and files fail', function() {
|
|
548
|
-
|
|
549
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
550
|
-
|
|
551
|
-
var mock_fn = jest.fn(function(x) {return x;});
|
|
552
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
553
|
-
cb_error({
|
|
554
|
-
source: x,
|
|
555
|
-
error: {
|
|
556
|
-
}
|
|
557
|
-
});
|
|
558
|
-
});
|
|
559
|
-
|
|
560
|
-
var preload = {
|
|
561
|
-
type: 'preload',
|
|
562
|
-
images: ['img/foo.png'],
|
|
563
|
-
error_message: 'bar',
|
|
564
|
-
max_load_time: null,
|
|
565
|
-
continue_after_error: true,
|
|
566
|
-
on_error: function(e) {
|
|
567
|
-
mock_fn('loading failed');
|
|
568
|
-
}
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
var trial = {
|
|
572
|
-
type: 'image-keyboard-response',
|
|
573
|
-
stimulus: 'blue.png',
|
|
574
|
-
render_on_canvas: false
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
jsPsych.init({
|
|
578
|
-
timeline: [preload, trial]
|
|
579
|
-
});
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
expect(mock_fn).toHaveBeenCalledWith('loading failed');
|
|
583
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('<img src=\"blue.png\" id=\"jspsych-image-keyboard-response-stimulus\"');
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
});
|
|
587
|
-
|
|
588
|
-
test('experiment continues when continue_after_error is true and loading times out', function() {
|
|
589
|
-
|
|
590
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
591
|
-
|
|
592
|
-
jest.useFakeTimers();
|
|
593
|
-
|
|
594
|
-
var mock_fn = jest.fn(function(x) {return x;});
|
|
595
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
596
|
-
// don't return anything here to simulate waiting forever for image to load
|
|
597
|
-
});
|
|
598
|
-
|
|
599
|
-
var preload = {
|
|
600
|
-
type: 'preload',
|
|
601
|
-
auto_preload: true,
|
|
602
|
-
error_message: 'bar',
|
|
603
|
-
max_load_time: 100,
|
|
604
|
-
continue_after_error: true,
|
|
605
|
-
on_error: function(e) {
|
|
606
|
-
mock_fn(e);
|
|
607
|
-
}
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
var trial = {
|
|
611
|
-
type: 'image-keyboard-response',
|
|
612
|
-
stimulus: '../media/blue.png',
|
|
613
|
-
render_on_canvas: false
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
jsPsych.init({
|
|
617
|
-
timeline: [preload, trial]
|
|
618
|
-
});
|
|
619
|
-
|
|
620
|
-
jest.advanceTimersByTime(101);
|
|
621
|
-
|
|
622
|
-
expect(mock_fn).toHaveBeenCalledWith('timeout');
|
|
623
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('<img src=\"../media/blue.png\" id=\"jspsych-image-keyboard-response-stimulus\"');
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
});
|
|
627
|
-
|
|
628
|
-
test('detailed error message is shown when continue_after_error is false and show_detailed_errors is true', function() {
|
|
629
|
-
|
|
630
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
631
|
-
|
|
632
|
-
var mock_fn = jest.fn(function(x) {return x;});
|
|
633
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
634
|
-
cb_error({
|
|
635
|
-
source: x,
|
|
636
|
-
error: {
|
|
637
|
-
}
|
|
638
|
-
});
|
|
639
|
-
});
|
|
640
|
-
|
|
641
|
-
var preload = {
|
|
642
|
-
type: 'preload',
|
|
643
|
-
images: ['img/foo.png'],
|
|
644
|
-
error_message: 'bar',
|
|
645
|
-
show_detailed_errors: true,
|
|
646
|
-
on_error: function(e) {
|
|
647
|
-
mock_fn('loading failed');
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
jsPsych.init({
|
|
652
|
-
timeline: [preload]
|
|
653
|
-
});
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
expect(mock_fn).toHaveBeenCalledWith('loading failed');
|
|
657
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('Error details');
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
});
|
|
661
|
-
|
|
662
|
-
});
|
|
663
|
-
|
|
664
|
-
describe('display while loading', function() {
|
|
665
|
-
|
|
666
|
-
test('custom loading message is shown above progress bar if specified', function() {
|
|
667
|
-
|
|
668
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
669
|
-
|
|
670
|
-
var preload = {
|
|
671
|
-
type: 'preload',
|
|
672
|
-
images: ['img/foo.png'],
|
|
673
|
-
message: 'bar',
|
|
674
|
-
max_load_time: 100
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
jsPsych.init({
|
|
678
|
-
timeline: [preload]
|
|
679
|
-
});
|
|
680
|
-
|
|
681
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('bar');
|
|
682
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('<div id=\"jspsych-loading-progress-bar-container');
|
|
683
|
-
|
|
684
|
-
});
|
|
685
|
-
|
|
686
|
-
test('progress bar is shown without message by default', function() {
|
|
687
|
-
|
|
688
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
689
|
-
|
|
690
|
-
var preload = {
|
|
691
|
-
type: 'preload',
|
|
692
|
-
images: ['img/foo.png'],
|
|
693
|
-
max_load_time: 100
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
jsPsych.init({
|
|
697
|
-
timeline: [preload]
|
|
698
|
-
});
|
|
699
|
-
|
|
700
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('<div id=\"jspsych-loading-progress-bar-container');
|
|
701
|
-
|
|
702
|
-
});
|
|
703
|
-
|
|
704
|
-
test('progress bar is not shown if show_progress_bar is false', function() {
|
|
705
|
-
|
|
706
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
707
|
-
|
|
708
|
-
var preload = {
|
|
709
|
-
type: 'preload',
|
|
710
|
-
images: ['img/foo.png'],
|
|
711
|
-
show_progress_bar: false,
|
|
712
|
-
max_load_time: 100
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
jsPsych.init({
|
|
716
|
-
timeline: [preload]
|
|
717
|
-
});
|
|
718
|
-
|
|
719
|
-
expect(jsPsych.getDisplayElement().innerHTML).not.toMatch('<div id=\"jspsych-loading-progress-bar-container');
|
|
720
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('');
|
|
721
|
-
|
|
722
|
-
});
|
|
723
|
-
|
|
724
|
-
});
|
|
725
|
-
|
|
726
|
-
describe('on_success and on_error parameters', function() {
|
|
727
|
-
|
|
728
|
-
test('on_error/on_success callbacks are called during preload trial after each loading success/error', function() {
|
|
729
|
-
|
|
730
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
731
|
-
|
|
732
|
-
var mock_fn = jest.fn(function(x) {return x;});
|
|
733
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
734
|
-
if(x.includes('blue.png')){
|
|
735
|
-
cb_load();
|
|
736
|
-
cb_complete();
|
|
737
|
-
} else {
|
|
738
|
-
cb_error({
|
|
739
|
-
source: x,
|
|
740
|
-
error: {
|
|
741
|
-
}
|
|
742
|
-
});
|
|
743
|
-
}
|
|
744
|
-
});
|
|
745
|
-
jsPsych.pluginAPI.preloadVideo = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
746
|
-
cb_error({
|
|
747
|
-
source: x,
|
|
748
|
-
error: {
|
|
749
|
-
}
|
|
750
|
-
});
|
|
751
|
-
});
|
|
752
|
-
jsPsych.pluginAPI.preloadAudio = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
753
|
-
cb_error({
|
|
754
|
-
source: x,
|
|
755
|
-
error: {
|
|
756
|
-
}
|
|
757
|
-
});
|
|
758
|
-
});
|
|
759
|
-
|
|
760
|
-
var preload_1 = {
|
|
761
|
-
type: 'preload',
|
|
762
|
-
images: ['foo.png'],
|
|
763
|
-
audio: ['bar.mp3'],
|
|
764
|
-
video: ['buzz.mp4'],
|
|
765
|
-
continue_after_error: true,
|
|
766
|
-
on_error: function(e) {
|
|
767
|
-
mock_fn('loading failed');
|
|
768
|
-
},
|
|
769
|
-
on_success: function(e) {
|
|
770
|
-
mock_fn('loading succeeded');
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
|
|
774
|
-
var preload_2 = {
|
|
775
|
-
type: 'preload',
|
|
776
|
-
images: ['blue.png'],
|
|
777
|
-
max_load_time: 100,
|
|
778
|
-
on_error: function(e) {
|
|
779
|
-
mock_fn('loading failed');
|
|
780
|
-
},
|
|
781
|
-
on_success: function(e) {
|
|
782
|
-
mock_fn('loading succeeded');
|
|
783
|
-
}
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
jsPsych.init({
|
|
787
|
-
timeline: [preload_1, preload_2]
|
|
788
|
-
});
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
expect(mock_fn.mock.calls[0][0]).toBe('loading failed');
|
|
792
|
-
expect(mock_fn.mock.calls[1][0]).toBe('loading failed');
|
|
793
|
-
expect(mock_fn.mock.calls[2][0]).toBe('loading failed');
|
|
794
|
-
expect(mock_fn.mock.calls[3][0]).toBe('loading succeeded');
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
});
|
|
798
|
-
|
|
799
|
-
test('on_error/on_success callbacks are not called after loading times out', function() {
|
|
800
|
-
|
|
801
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
802
|
-
|
|
803
|
-
var mock_fn = jest.fn(function(x) {return x;});
|
|
804
|
-
var cancel_preload_spy = jest.spyOn(jsPsych.pluginAPI, 'cancelPreloads');
|
|
805
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
806
|
-
// empty to simulate timeout
|
|
807
|
-
});
|
|
808
|
-
jsPsych.pluginAPI.preloadVideo = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
809
|
-
// empty to simulate timeout
|
|
810
|
-
});
|
|
811
|
-
jsPsych.pluginAPI.preloadAudio = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
812
|
-
// empty to simulate timeout
|
|
813
|
-
});
|
|
814
|
-
jest.useFakeTimers();
|
|
815
|
-
|
|
816
|
-
var preload = {
|
|
817
|
-
type: 'preload',
|
|
818
|
-
images: ['img/foo.png', 'blue.png'],
|
|
819
|
-
audio: ['audio/bar.mp3'],
|
|
820
|
-
video: ['video/buzz.mp4'],
|
|
821
|
-
continue_after_error: true,
|
|
822
|
-
max_load_time: 100,
|
|
823
|
-
on_error: function(e) {
|
|
824
|
-
if (e == "timeout") {
|
|
825
|
-
mock_fn(e);
|
|
826
|
-
} else {
|
|
827
|
-
mock_fn('loading failed');
|
|
828
|
-
}
|
|
829
|
-
},
|
|
830
|
-
on_success: function(e) {
|
|
831
|
-
mock_fn('loading succeeded');
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
jsPsych.init({
|
|
836
|
-
timeline: [preload]
|
|
837
|
-
});
|
|
838
|
-
|
|
839
|
-
jest.advanceTimersByTime(101);
|
|
840
|
-
|
|
841
|
-
expect(mock_fn).toHaveBeenCalledWith('timeout');
|
|
842
|
-
expect(mock_fn).toHaveBeenLastCalledWith('timeout');
|
|
843
|
-
expect(cancel_preload_spy).toHaveBeenCalled();
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
});
|
|
847
|
-
|
|
848
|
-
test('experiment stops with default error_message and on_error/on_success callbacks are not called after preload trial ends with error', function() {
|
|
849
|
-
|
|
850
|
-
require(root + 'plugins/jspsych-image-keyboard-response.js');
|
|
851
|
-
|
|
852
|
-
var mock_fn = jest.fn(function(x) {return x;});
|
|
853
|
-
var cancel_preload_spy = jest.spyOn(jsPsych.pluginAPI,'cancelPreloads');
|
|
854
|
-
jest.useFakeTimers();
|
|
855
|
-
jsPsych.pluginAPI.preloadImages = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
856
|
-
if(x.includes('blue.png')){
|
|
857
|
-
cb_load();
|
|
858
|
-
cb_complete();
|
|
859
|
-
} else {
|
|
860
|
-
|
|
861
|
-
}
|
|
862
|
-
});
|
|
863
|
-
jsPsych.pluginAPI.preloadVideo = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
864
|
-
|
|
865
|
-
});
|
|
866
|
-
jsPsych.pluginAPI.preloadAudio = jest.fn((x, cb_complete, cb_load, cb_error) => {
|
|
867
|
-
|
|
868
|
-
});
|
|
869
|
-
|
|
870
|
-
var preload_1 = {
|
|
871
|
-
type: 'preload',
|
|
872
|
-
images: ['img/foo.png'],
|
|
873
|
-
audio: ['audio/bar.mp3'],
|
|
874
|
-
video: ['video/buzz.mp4'],
|
|
875
|
-
max_load_time: 100,
|
|
876
|
-
on_error: function(e) {
|
|
877
|
-
if (e == 'timeout') {
|
|
878
|
-
mock_fn(e);
|
|
879
|
-
} else {
|
|
880
|
-
mock_fn('loading failed');
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
on_success: function(e) {
|
|
884
|
-
mock_fn('loading succeeded');
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
var preload_2 = {
|
|
889
|
-
type: 'preload',
|
|
890
|
-
images: ['../media/blue.png'],
|
|
891
|
-
max_load_time: 100,
|
|
892
|
-
on_error: function(e) {
|
|
893
|
-
mock_fn('loading failed');
|
|
894
|
-
},
|
|
895
|
-
on_success: function(e) {
|
|
896
|
-
mock_fn('loading succeeded');
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
jsPsych.init({
|
|
901
|
-
timeline: [preload_1, preload_2]
|
|
902
|
-
});
|
|
903
|
-
|
|
904
|
-
jest.advanceTimersByTime(101);
|
|
905
|
-
|
|
906
|
-
expect(mock_fn).toHaveBeenCalledWith('timeout');
|
|
907
|
-
expect(mock_fn).toHaveBeenLastCalledWith('timeout');
|
|
908
|
-
expect(jsPsych.getDisplayElement().innerHTML).toMatch('The experiment failed to load.');
|
|
909
|
-
expect(cancel_preload_spy).toHaveBeenCalled();
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
});
|
|
913
|
-
|
|
914
|
-
});
|
|
915
|
-
|
|
916
|
-
});
|