psychopy 2024.2.4__py3-none-any.whl → 2025.1.0__py3-none-any.whl
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.
Potentially problematic release.
This version of psychopy might be problematic. Click here for more details.
- psychopy/CHANGELOG.txt +208 -4
- psychopy/LICENSE.txt +1 -1
- psychopy/VERSION +1 -1
- psychopy/__init__.py +10 -7
- psychopy/alerts/__init__.py +1 -1
- psychopy/alerts/_alerts.py +53 -17
- psychopy/alerts/_errorHandler.py +3 -4
- psychopy/alerts/alertsCatalogue/3210.yaml +27 -0
- psychopy/alerts/alertsCatalogue/3610.yaml +19 -0
- psychopy/alerts/alertsCatalogue/4130.yaml +19 -0
- psychopy/alerts/alertsCatalogue/alertCategories.yaml +8 -1
- psychopy/alerts/alertsCatalogue/alertmsg.py +1 -1
- psychopy/alerts/alerttools.py +0 -16
- psychopy/app/Resources/betasplash.png +0 -0
- psychopy/app/Resources/betasplash@2x.png +0 -0
- psychopy/app/Resources/classic/case.png +0 -0
- psychopy/app/Resources/classic/case@2x.png +0 -0
- psychopy/app/Resources/classic/fileaudio.png +0 -0
- psychopy/app/Resources/classic/fileaudio@2x.png +0 -0
- psychopy/app/Resources/classic/filecss.png +0 -0
- psychopy/app/Resources/classic/filecss@2x.png +0 -0
- psychopy/app/Resources/classic/filecsv.png +0 -0
- psychopy/app/Resources/classic/filecsv@2x.png +0 -0
- psychopy/app/Resources/classic/filedesign.png +0 -0
- psychopy/app/Resources/classic/filedesign@2x.png +0 -0
- psychopy/app/Resources/classic/filefont.png +0 -0
- psychopy/app/Resources/classic/filefont@2x.png +0 -0
- psychopy/app/Resources/classic/filegit.png +0 -0
- psychopy/app/Resources/classic/filegit@2x.png +0 -0
- psychopy/app/Resources/classic/filehtml.png +0 -0
- psychopy/app/Resources/classic/filehtml@2x.png +0 -0
- psychopy/app/Resources/classic/fileimage.png +0 -0
- psychopy/app/Resources/classic/fileimage@2x.png +0 -0
- psychopy/app/Resources/classic/fileinfo.png +0 -0
- psychopy/app/Resources/classic/fileinfo@2x.png +0 -0
- psychopy/app/Resources/classic/filejs.png +0 -0
- psychopy/app/Resources/classic/filejs@2x.png +0 -0
- psychopy/app/Resources/classic/filejson.png +0 -0
- psychopy/app/Resources/classic/filejson@2x.png +0 -0
- psychopy/app/Resources/classic/filepkg.png +0 -0
- psychopy/app/Resources/classic/filepkg@2x.png +0 -0
- psychopy/app/Resources/classic/filepsyexp.png +0 -0
- psychopy/app/Resources/classic/filepsyexp@2x.png +0 -0
- psychopy/app/Resources/classic/filepy.png +0 -0
- psychopy/app/Resources/classic/filepy@2x.png +0 -0
- psychopy/app/Resources/classic/filetxt.png +0 -0
- psychopy/app/Resources/classic/filetxt@2x.png +0 -0
- psychopy/app/Resources/classic/fileunknown.png +0 -0
- psychopy/app/Resources/classic/fileunknown@2x.png +0 -0
- psychopy/app/Resources/classic/filevideo.png +0 -0
- psychopy/app/Resources/classic/filevideo@2x.png +0 -0
- psychopy/app/Resources/classic/find.png +0 -0
- psychopy/app/Resources/classic/find@2x.png +0 -0
- psychopy/app/Resources/classic/loop.png +0 -0
- psychopy/app/Resources/classic/loop@2x.png +0 -0
- psychopy/app/Resources/classic/regex.png +0 -0
- psychopy/app/Resources/classic/regex@2x.png +0 -0
- psychopy/app/Resources/dark/case.png +0 -0
- psychopy/app/Resources/dark/case@2x.png +0 -0
- psychopy/app/Resources/dark/fileaudio.png +0 -0
- psychopy/app/Resources/dark/fileaudio@2x.png +0 -0
- psychopy/app/Resources/dark/filecss.png +0 -0
- psychopy/app/Resources/dark/filecss@2x.png +0 -0
- psychopy/app/Resources/dark/filecsv.png +0 -0
- psychopy/app/Resources/dark/filecsv@2x.png +0 -0
- psychopy/app/Resources/dark/filedesign.png +0 -0
- psychopy/app/Resources/dark/filedesign@2x.png +0 -0
- psychopy/app/Resources/dark/filefont.png +0 -0
- psychopy/app/Resources/dark/filefont@2x.png +0 -0
- psychopy/app/Resources/dark/filegit.png +0 -0
- psychopy/app/Resources/dark/filegit@2x.png +0 -0
- psychopy/app/Resources/dark/filehtml.png +0 -0
- psychopy/app/Resources/dark/filehtml@2x.png +0 -0
- psychopy/app/Resources/dark/fileimage.png +0 -0
- psychopy/app/Resources/dark/fileimage@2x.png +0 -0
- psychopy/app/Resources/dark/fileinfo.png +0 -0
- psychopy/app/Resources/dark/fileinfo@2x.png +0 -0
- psychopy/app/Resources/dark/filejs.png +0 -0
- psychopy/app/Resources/dark/filejs@2x.png +0 -0
- psychopy/app/Resources/dark/filejson.png +0 -0
- psychopy/app/Resources/dark/filejson@2x.png +0 -0
- psychopy/app/Resources/dark/filepkg.png +0 -0
- psychopy/app/Resources/dark/filepkg@2x.png +0 -0
- psychopy/app/Resources/dark/filepsyexp.png +0 -0
- psychopy/app/Resources/dark/filepsyexp@2x.png +0 -0
- psychopy/app/Resources/dark/filepy.png +0 -0
- psychopy/app/Resources/dark/filepy@2x.png +0 -0
- psychopy/app/Resources/dark/filetxt.png +0 -0
- psychopy/app/Resources/dark/filetxt@2x.png +0 -0
- psychopy/app/Resources/dark/fileunknown.png +0 -0
- psychopy/app/Resources/dark/fileunknown@2x.png +0 -0
- psychopy/app/Resources/dark/filevideo.png +0 -0
- psychopy/app/Resources/dark/filevideo@2x.png +0 -0
- psychopy/app/Resources/dark/find.png +0 -0
- psychopy/app/Resources/dark/find@2x.png +0 -0
- psychopy/app/Resources/dark/loop.png +0 -0
- psychopy/app/Resources/dark/loop@2x.png +0 -0
- psychopy/app/Resources/dark/regex.png +0 -0
- psychopy/app/Resources/dark/regex@2x.png +0 -0
- psychopy/app/Resources/light/case.png +0 -0
- psychopy/app/Resources/light/case@2x.png +0 -0
- psychopy/app/Resources/light/fileaudio.png +0 -0
- psychopy/app/Resources/light/fileaudio@2x.png +0 -0
- psychopy/app/Resources/light/filecss.png +0 -0
- psychopy/app/Resources/light/filecss@2x.png +0 -0
- psychopy/app/Resources/light/filecsv.png +0 -0
- psychopy/app/Resources/light/filecsv@2x.png +0 -0
- psychopy/app/Resources/light/filedesign.png +0 -0
- psychopy/app/Resources/light/filedesign@2x.png +0 -0
- psychopy/app/Resources/light/filefont.png +0 -0
- psychopy/app/Resources/light/filefont@2x.png +0 -0
- psychopy/app/Resources/light/filegit.png +0 -0
- psychopy/app/Resources/light/filegit@2x.png +0 -0
- psychopy/app/Resources/light/filehtml.png +0 -0
- psychopy/app/Resources/light/filehtml@2x.png +0 -0
- psychopy/app/Resources/light/fileimage.png +0 -0
- psychopy/app/Resources/light/fileimage@2x.png +0 -0
- psychopy/app/Resources/light/fileinfo.png +0 -0
- psychopy/app/Resources/light/fileinfo@2x.png +0 -0
- psychopy/app/Resources/light/filejs.png +0 -0
- psychopy/app/Resources/light/filejs@2x.png +0 -0
- psychopy/app/Resources/light/filejson.png +0 -0
- psychopy/app/Resources/light/filejson@2x.png +0 -0
- psychopy/app/Resources/light/filepkg.png +0 -0
- psychopy/app/Resources/light/filepkg@2x.png +0 -0
- psychopy/app/Resources/light/filepsyexp.png +0 -0
- psychopy/app/Resources/light/filepsyexp@2x.png +0 -0
- psychopy/app/Resources/light/filepy.png +0 -0
- psychopy/app/Resources/light/filepy@2x.png +0 -0
- psychopy/app/Resources/light/filetxt.png +0 -0
- psychopy/app/Resources/light/filetxt@2x.png +0 -0
- psychopy/app/Resources/light/fileunknown.png +0 -0
- psychopy/app/Resources/light/fileunknown@2x.png +0 -0
- psychopy/app/Resources/light/filevideo.png +0 -0
- psychopy/app/Resources/light/filevideo@2x.png +0 -0
- psychopy/app/Resources/light/find.png +0 -0
- psychopy/app/Resources/light/find@2x.png +0 -0
- psychopy/app/Resources/light/loop.png +0 -0
- psychopy/app/Resources/light/loop@2x.png +0 -0
- psychopy/app/Resources/light/regex.png +0 -0
- psychopy/app/Resources/light/regex@2x.png +0 -0
- psychopy/app/Resources/routine_templates/Basic.psyexp +0 -1
- psychopy/app/Resources/routine_templates/Misc.psyexp +0 -1
- psychopy/app/Resources/routine_templates/Online.psyexp +0 -2
- psychopy/app/Resources/routine_templates/Trials.psyexp +0 -1
- psychopy/app/Resources/splash.png +0 -0
- psychopy/app/Resources/splash@2x.png +0 -0
- psychopy/app/__init__.py +49 -8
- psychopy/app/__main__.py +3 -0
- psychopy/app/_psychopyApp.py +134 -125
- psychopy/app/builder/builder.py +42 -22
- psychopy/app/builder/dialogs/__init__.py +44 -11
- psychopy/app/builder/dialogs/dlgsCode.py +1 -1
- psychopy/app/builder/dialogs/dlgsConditions.py +1 -1
- psychopy/app/builder/dialogs/findDlg.py +106 -20
- psychopy/app/builder/dialogs/paramCtrls.py +42 -1
- psychopy/app/builder/validators.py +1 -1
- psychopy/app/coder/codeEditorBase.py +8 -8
- psychopy/app/coder/coder.py +32 -29
- psychopy/app/coder/fileBrowser.py +68 -22
- psychopy/app/coder/folding.py +1 -1
- psychopy/app/coder/psychoParser.py +1 -1
- psychopy/app/coder/repl.py +1 -1
- psychopy/app/coder/sourceTree.py +1 -1
- psychopy/app/connections/__init__.py +1 -1
- psychopy/app/connections/news.py +1 -1
- psychopy/app/connections/sendusage.py +1 -1
- psychopy/app/connections/updates.py +1 -1
- psychopy/app/console.py +1 -1
- psychopy/app/errorDlg.py +1 -1
- psychopy/app/frametracker.py +1 -1
- psychopy/app/idle.py +1 -1
- psychopy/app/jobs.py +5 -2
- psychopy/app/linuxconfig/__init__.py +1 -1
- psychopy/app/locale/ar_001/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ar_001/LC_MESSAGE/messages.po +1514 -3259
- psychopy/app/locale/cs_CZ/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/da_DK/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/de_DE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/de_DE/LC_MESSAGE/messages.po +3 -3
- psychopy/app/locale/el_GR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/en_NZ/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/en_US/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_CO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_CO/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/es_ES/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_ES/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/es_US/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/es_US/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/et_EE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/et_EE/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/fa_IR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fa_IR/LC_MESSAGE/messages.po +1 -1
- psychopy/app/locale/fi_FI/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fr_FR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/fr_FR/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/he_IL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/he_IL/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/hi_IN/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/hi_IN/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/hu_HU/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/it_IT/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/it_IT/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/ja_JP/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ja_JP/LC_MESSAGE/messages.po +3421 -2396
- psychopy/app/locale/ko_KR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ms_MY/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ms_MY/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/nl_NL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/nn_NO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pl_PL/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pt_PT/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/pt_PT/LC_MESSAGE/messages.po +4 -4
- psychopy/app/locale/ro_RO/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/ru_RU/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/sv_SE/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/sv_SE/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/tr_TR/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/tr_TR/LC_MESSAGE/messages.po +2 -2
- psychopy/app/locale/zh_CN/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/messages.po +3 -3
- psychopy/app/locale/zh_TW/LC_MESSAGE/messages.mo +0 -0
- psychopy/app/locale/zh_TW/LC_MESSAGE/messages.po +2 -2
- psychopy/app/{builder/localizedStrings.py → localizedStrings.py} +173 -26
- psychopy/app/pavlovia_ui/__init__.py +1 -1
- psychopy/app/pavlovia_ui/_base.py +1 -1
- psychopy/app/pavlovia_ui/functions.py +1 -1
- psychopy/app/pavlovia_ui/menu.py +1 -1
- psychopy/app/pavlovia_ui/project.py +1 -1
- psychopy/app/pavlovia_ui/search.py +1 -1
- psychopy/app/pavlovia_ui/sync.py +1 -1
- psychopy/app/pavlovia_ui/user.py +1 -1
- psychopy/app/plugin_manager/dialog.py +34 -96
- psychopy/app/plugin_manager/packages.py +10 -14
- psychopy/app/plugin_manager/plugins.py +64 -4
- psychopy/app/preferencesDlg.py +12 -37
- psychopy/app/psychopyApp.py +130 -44
- psychopy/app/ribbon.py +1 -0
- psychopy/app/runner/runner.py +37 -15
- psychopy/app/runner/scriptProcess.py +11 -6
- psychopy/app/stdout/stdOutRich.py +9 -2
- psychopy/app/themes/fonts.py +1 -1
- psychopy/app/themes/icons.py +2 -38
- psychopy/app/ui/__init__.py +1 -1
- psychopy/app/utils.py +3 -3
- psychopy/assets/default.mp3 +0 -0
- psychopy/assets/fonts/NotoSans-Bold.ttf +0 -0
- psychopy/assets/fonts/NotoSans-BoldItalic.ttf +0 -0
- psychopy/assets/fonts/NotoSans-Italic.ttf +0 -0
- psychopy/assets/fonts/NotoSans-Regular.ttf +0 -0
- psychopy/assets/voicekeyThresholdStim.wav +0 -0
- psychopy/clock.py +4 -1
- psychopy/colors.py +2 -0
- psychopy/core.py +1 -1
- psychopy/data/base.py +1 -1
- psychopy/data/experiment.py +151 -46
- psychopy/data/routine.py +27 -1
- psychopy/data/staircase.py +2 -1
- psychopy/data/trial.py +62 -14
- psychopy/data/utils.py +1 -1
- psychopy/demos/builder/Design Templates/branchedExperiment/branchedExperiment.psyexp +333 -218
- psychopy/demos/builder/Design Templates/psychophysicsStaircase/psychophysicsStaircase.psyexp +261 -239
- psychopy/demos/builder/Design Templates/psychophysicsStairsInterleaved/psychophysicsStaircaseInterleaved.psyexp +319 -180
- psychopy/demos/builder/Design Templates/randomisedBlocks/randomisedBlocks.psyexp +204 -116
- psychopy/demos/builder/Experiments/BART/assets/background.jpg +0 -0
- psychopy/demos/builder/Experiments/BART/assets/blueBalloon.png +0 -0
- psychopy/demos/builder/Experiments/BART/assets/greenBalloon.png +0 -0
- psychopy/demos/builder/Experiments/BART/assets/redBalloon.png +0 -0
- psychopy/demos/builder/Experiments/BART/bart.psyexp +779 -866
- psychopy/demos/builder/Experiments/BigFiveInventory/BFI.psyexp +242 -180
- psychopy/demos/builder/Experiments/GoNoGo/gng.psyexp +419 -406
- psychopy/demos/builder/Experiments/dragAndDrop/README.md +2 -37
- psychopy/demos/builder/Experiments/dragAndDrop/drag_and_drop.psyexp +460 -1204
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/blank_grid.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/make_shapes.psyexp +221 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/readme.md +4 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_1.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_10.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_2.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_3.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_4.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_5.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_6.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_7.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_8.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solution_9.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/solutions.xlsx +0 -0
- psychopy/demos/builder/Experiments/mentalRotation/MentalRotation.psyexp +583 -542
- psychopy/demos/builder/Experiments/navon/NavonTask.psyexp +458 -427
- psychopy/demos/builder/Experiments/sternberg/sternberg.psyexp +588 -550
- psychopy/demos/builder/Experiments/stroop/stroop.psyexp +303 -207
- psychopy/demos/builder/Experiments/stroopExtended/stroop.psyexp +390 -215
- psychopy/demos/builder/Experiments/stroopExtended/stroopReverse.psyexp +390 -215
- psychopy/demos/builder/Experiments/stroopVoice/stroopVoice.psyexp +357 -331
- psychopy/demos/builder/Feature Demos/buttonBox/buttonBoxDemo.psyexp +3 -2
- psychopy/demos/builder/Feature Demos/counterbalance/counterbalance.psyexp +287 -277
- psychopy/demos/builder/Feature Demos/gratings/gratings.psyexp +370 -320
- psychopy/demos/builder/Feature Demos/noise/noise.psyexp +452 -399
- psychopy/demos/builder/Feature Demos/panorama/panorama.psyexp +168 -133
- psychopy/demos/builder/Feature Demos/pilotMode/pilotMode.psyexp +4 -3
- psychopy/demos/builder/Feature Demos/progress/progressBar.psyexp +420 -392
- psychopy/demos/builder/Feature Demos/sliders/sliders.psyexp +917 -871
- psychopy/demos/builder/Feature Demos/visualValidator/readme.md +7 -0
- psychopy/demos/builder/Feature Demos/visualValidator/visualValidator.psyexp +200 -0
- psychopy/demos/builder/Hardware/EEG_parallel_component/EEG_triggers_parallel_comp.psyexp +25 -9
- psychopy/demos/builder/Hardware/EEG_serial_code/EEG_triggers_serial_code.psyexp +372 -361
- psychopy/demos/builder/Hardware/EEG_serial_component/EEG_triggers_serial_comp.psyexp +25 -9
- psychopy/demos/builder/Hardware/EGI_netstation/stroop.psyexp +320 -235
- psychopy/demos/builder/Hardware/Eyetracking_visual_search/visualSearch.psyexp +790 -651
- psychopy/demos/builder/Hardware/camera/camera.psyexp +326 -246
- psychopy/demos/builder/Hardware/eyetracking/eyetracking.psyexp +432 -327
- psychopy/demos/builder/Hardware/eyetracking_custom_cal/eyetracking_custom_cal.psyexp +440 -321
- psychopy/demos/builder/Hardware/fMRI/fMRI_demo.psyexp +190 -181
- psychopy/demos/builder/Hardware/lab_streaming_layer/lsl_triggers_demo.psyexp +323 -312
- psychopy/demos/builder/Hardware/lab_streaming_layer/lsl_triggers_demo_legacy.psyexp +360 -0
- psychopy/demos/builder/{Feature Demos/eyetracking/eyetracking.xml → Hardware/lab_streaming_layer/lsl_triggers_demo_legacy_legacy.psyexp} +154 -140
- psychopy/demos/builder/Hardware/lab_streaming_layer_legacy/lsl_triggers_demo_legacy.psyexp +329 -273
- psychopy/demos/builder/Hardware/lab_streaming_layer_legacy/lsl_triggers_demo_legacy_legacy.psyexp +360 -0
- psychopy/demos/builder/Hardware/lab_streaming_layer_legacy/lsl_triggers_demo_legacy_legacy_legacy.psyexp +312 -0
- psychopy/demos/builder/Hardware/microphone/microphone.psyexp +450 -404
- psychopy/demos/builder/Hardware/pump/pump.psyexp +593 -329
- psychopy/demos/builder/Helper Tools/achorVSalignment/FlowCircular-Regular.ttf +0 -0
- psychopy/demos/builder/Helper Tools/achorVSalignment/anchorAlignment.psyexp +336 -274
- psychopy/demos/builder/Helper Tools/clockFace/clockFace.psyexp +200 -149
- psychopy/demos/builder/Helper Tools/colors/colors.psyexp +300 -279
- psychopy/demos/builder/Helper Tools/drawPolygon/drawPolygon.psyexp +677 -564
- psychopy/demos/builder/Helper Tools/keyNameFinder/keyNameFinder.psyexp +214 -158
- psychopy/demos/builder/Helper Tools/spatialUnits/unitDemo.psyexp +195 -146
- psychopy/demos/coder/experiment control/runtimeInfo.py +1 -1
- psychopy/devices/__init__.py +1 -1
- psychopy/event.py +1 -1
- psychopy/exceptions.py +1 -1
- psychopy/experiment/__init__.py +1 -1
- psychopy/experiment/_experiment.py +62 -16
- psychopy/experiment/components/__init__.py +1 -6
- psychopy/experiment/components/_base.py +44 -19
- psychopy/experiment/components/aperture/__init__.py +1 -1
- psychopy/experiment/components/brush/__init__.py +2 -2
- psychopy/experiment/components/button/__init__.py +24 -28
- psychopy/experiment/components/camera/__init__.py +38 -39
- psychopy/experiment/components/code/__init__.py +1 -1
- psychopy/experiment/components/dots/__init__.py +1 -1
- psychopy/experiment/components/eyetracker_record/__init__.py +7 -3
- psychopy/experiment/components/form/__init__.py +3 -3
- psychopy/experiment/components/grating/__init__.py +1 -1
- psychopy/experiment/components/image/__init__.py +1 -1
- psychopy/experiment/components/joyButtons/__init__.py +2 -2
- psychopy/experiment/components/joyButtons/virtualJoyButtons.py +1 -1
- psychopy/experiment/components/joystick/__init__.py +3 -3
- psychopy/experiment/components/joystick/virtualJoystick.py +1 -1
- psychopy/experiment/components/keyboard/__init__.py +98 -122
- psychopy/experiment/components/microphone/__init__.py +54 -98
- psychopy/experiment/components/mouse/__init__.py +92 -93
- psychopy/experiment/components/movie/__init__.py +28 -50
- psychopy/experiment/components/parallelOut/__init__.py +3 -3
- psychopy/experiment/components/polygon/__init__.py +2 -3
- psychopy/experiment/components/roi/__init__.py +2 -2
- psychopy/experiment/components/routineSettings/__init__.py +2 -0
- psychopy/experiment/components/serialOut/__init__.py +7 -7
- psychopy/experiment/components/settings/__init__.py +317 -313
- psychopy/experiment/components/settings/eyetracking.py +108 -0
- psychopy/experiment/components/slider/__init__.py +5 -5
- psychopy/experiment/components/sound/__init__.py +168 -78
- psychopy/experiment/components/soundsensor/__init__.py +361 -0
- psychopy/experiment/components/soundsensor/classic/soundsensor.png +0 -0
- psychopy/experiment/components/soundsensor/classic/soundsensor@2x.png +0 -0
- psychopy/experiment/components/soundsensor/dark/soundsensor.png +0 -0
- psychopy/experiment/components/soundsensor/dark/soundsensor@2x.png +0 -0
- psychopy/experiment/components/soundsensor/light/soundsensor.png +0 -0
- psychopy/experiment/components/soundsensor/light/soundsensor@2x.png +0 -0
- psychopy/experiment/components/static/__init__.py +59 -33
- psychopy/experiment/components/text/__init__.py +2 -6
- psychopy/experiment/components/textbox/__init__.py +3 -7
- psychopy/experiment/components/unknown/__init__.py +2 -0
- psychopy/experiment/components/unknownPlugin/__init__.py +2 -0
- psychopy/experiment/exports.py +1 -1
- psychopy/experiment/flow.py +2 -2
- psychopy/experiment/localization.py +1 -1
- psychopy/experiment/loops.py +43 -10
- psychopy/experiment/params.py +6 -4
- psychopy/experiment/plugins.py +8 -1
- psychopy/experiment/py2js.py +1 -1
- psychopy/experiment/py2js_transpiler.py +1 -1
- psychopy/experiment/routines/__init__.py +1 -1
- psychopy/experiment/routines/_base.py +23 -24
- psychopy/experiment/routines/audioValidator/__init__.py +343 -0
- psychopy/experiment/routines/audioValidator/classic/audio_validator.png +0 -0
- psychopy/experiment/routines/audioValidator/classic/audio_validator@2x.png +0 -0
- psychopy/experiment/routines/audioValidator/dark/audio_validator.png +0 -0
- psychopy/experiment/routines/audioValidator/dark/audio_validator@2x.png +0 -0
- psychopy/experiment/routines/audioValidator/light/audio_validator.png +0 -0
- psychopy/experiment/routines/audioValidator/light/audio_validator@2x.png +0 -0
- psychopy/experiment/routines/eyetracker_calibrate/__init__.py +76 -17
- psychopy/experiment/routines/eyetracker_validate/__init__.py +1 -1
- psychopy/experiment/routines/unknown/__init__.py +2 -0
- psychopy/experiment/routines/{photodiodeValidator → visualValidator}/__init__.py +89 -120
- psychopy/experiment/routines/visualValidator/classic/visual_validator.png +0 -0
- psychopy/experiment/routines/visualValidator/classic/visual_validator@2x.png +0 -0
- psychopy/experiment/routines/visualValidator/dark/visual_validator.png +0 -0
- psychopy/experiment/routines/visualValidator/dark/visual_validator@2x.png +0 -0
- psychopy/experiment/routines/visualValidator/light/visual_validator.png +0 -0
- psychopy/experiment/routines/visualValidator/light/visual_validator@2x.png +0 -0
- psychopy/experiment/utils.py +1 -1
- psychopy/gui/__init__.py +1 -1
- psychopy/gui/qtgui.py +15 -6
- psychopy/gui/wxgui.py +1 -1
- psychopy/hardware/__init__.py +0 -1
- psychopy/hardware/base.py +147 -16
- psychopy/hardware/bbtk/__init__.py +10 -16
- psychopy/hardware/brainproducts.py +7 -13
- psychopy/hardware/button.py +21 -2
- psychopy/hardware/buttonbox/__init__.py +1 -1
- psychopy/hardware/camera/__init__.py +16 -3
- psychopy/hardware/cedrus.py +5 -16
- psychopy/hardware/crs/__init__.py +1 -1
- psychopy/hardware/crs/bits.py +36 -33
- psychopy/hardware/crs/colorcal.py +8 -11
- psychopy/hardware/crs/optical.py +7 -10
- psychopy/hardware/crs/shaders.py +18 -5
- psychopy/hardware/emotiv.py +1 -1
- psychopy/hardware/emulator.py +11 -5
- psychopy/hardware/exceptions.py +86 -0
- psychopy/hardware/forp.py +18 -23
- psychopy/hardware/gammasci.py +8 -3
- psychopy/hardware/iolab.py +8 -19
- psychopy/hardware/joystick/__init__.py +865 -266
- psychopy/hardware/joystick/_base.py +251 -0
- psychopy/hardware/joystick/backend_glfw.py +306 -0
- psychopy/hardware/joystick/backend_pyglet.py +309 -0
- psychopy/hardware/joystick/mappings.py +287 -0
- psychopy/hardware/keyboard.py +4 -2
- psychopy/hardware/labhackers.py +1 -1
- psychopy/hardware/labjacks.py +9 -13
- psychopy/hardware/{photodiode.py → lightsensor.py} +146 -203
- psychopy/hardware/listener.py +9 -8
- psychopy/hardware/manager.py +24 -35
- psychopy/hardware/microphone.py +534 -154
- psychopy/hardware/minolta.py +14 -4
- psychopy/hardware/mouse/__init__.py +1 -1
- psychopy/hardware/photometer/__init__.py +2 -2
- psychopy/hardware/pr.py +14 -4
- psychopy/hardware/qmix.py +18 -27
- psychopy/hardware/serialdevice.py +43 -12
- psychopy/hardware/soundsensor.py +473 -0
- psychopy/hardware/spatial/__init__.py +231 -0
- psychopy/hardware/speaker.py +298 -36
- psychopy/hardware/triggerbox/__init__.py +1 -1
- psychopy/hardware/triggerbox/base.py +1 -1
- psychopy/hardware/triggerbox/parallel.py +1 -1
- psychopy/info.py +1 -1
- psychopy/iohub/client/__init__.py +17 -0
- psychopy/iohub/client/keyboard.py +5 -0
- psychopy/iohub/devices/eyetracker/__init__.py +10 -18
- psychopy/iohub/devices/eyetracker/calibration/procedure.py +15 -33
- psychopy/iohub/devices/eyetracker/hw/pupil_labs/neon/__init__.py +1 -0
- psychopy/iohub/devices/mouse/linux2.py +6 -1
- psychopy/iohub/devices/mouse/win32.py +5 -0
- psychopy/layout.py +1 -1
- psychopy/liaison.py +91 -39
- psychopy/locale_setup.py +11 -1
- psychopy/localization/__init__.py +1 -1
- psychopy/localization/_localization.py +1 -1
- psychopy/localization/messages.pot +2 -2
- psychopy/logging.py +14 -12
- psychopy/microphone.py +4 -3
- psychopy/misc.py +1 -1
- psychopy/monitors/MonitorCenter.py +3 -3
- psychopy/monitors/__init__.py +1 -1
- psychopy/monitors/calibData.py +1 -1
- psychopy/monitors/calibTools.py +3 -2
- psychopy/platform_specific/__init__.py +1 -1
- psychopy/platform_specific/darwin.py +1 -1
- psychopy/platform_specific/linux.py +1 -1
- psychopy/platform_specific/win32.py +1 -1
- psychopy/plugins/__init__.py +26 -17
- psychopy/plugins/util.py +65 -0
- psychopy/preferences/Darwin.spec +11 -3
- psychopy/preferences/FreeBSD.spec +11 -3
- psychopy/preferences/Linux.spec +11 -3
- psychopy/preferences/Windows.spec +11 -3
- psychopy/preferences/__init__.py +1 -1
- psychopy/preferences/baseNoArch.spec +11 -3
- psychopy/preferences/hints.py +78 -61
- psychopy/preferences/preferences.py +82 -13
- psychopy/projects/__init__.py +1 -1
- psychopy/projects/pavlovia.py +29 -13
- psychopy/scripts/psyexpCompile.py +1 -1
- psychopy/session.py +81 -8
- psychopy/sound/__init__.py +25 -10
- psychopy/sound/_base.py +134 -34
- psychopy/sound/audioclip.py +38 -15
- psychopy/sound/audiodevice.py +1 -1
- psychopy/sound/backend_ptb.py +53 -321
- psychopy/sound/backend_pygame.py +7 -3
- psychopy/sound/backend_pyo.py +53 -22
- psychopy/sound/backend_pysound.py +10 -27
- psychopy/sound/backend_sounddevice.py +33 -21
- psychopy/sound/exceptions.py +1 -1
- psychopy/sound/microphone.py +83 -5
- psychopy/sound/transcribe.py +3 -3
- psychopy/tests/data/test_basic_run.py +1 -0
- psychopy/tests/data/test_loaded_namespace/test_counterbalance.psyexp +142 -0
- psychopy/tests/data/test_loaded_namespace/test_custom_missing.psyexp +129 -0
- psychopy/tests/data/test_loaded_namespace/test_missing_counterbalance.psyexp +116 -0
- psychopy/tests/data/test_loaded_namespace/test_mix_exp.psyexp +181 -0
- psychopy/tests/data/test_loaded_namespace/test_mix_missing.psyexp +140 -0
- psychopy/tests/data/test_loaded_namespace/test_mix_name_calibration.psyexp +164 -0
- psychopy/tests/data/test_sounds/default_16000.wav +0 -0
- psychopy/tests/data/test_sounds/default_192000.wav +0 -0
- psychopy/tests/data/test_sounds/default_22050.wav +0 -0
- psychopy/tests/data/test_sounds/default_32000.wav +0 -0
- psychopy/tests/data/test_sounds/default_44100.wav +0 -0
- psychopy/tests/data/test_sounds/default_48000.wav +0 -0
- psychopy/tests/data/test_sounds/default_8000.wav +0 -0
- psychopy/tests/data/test_sounds/default_96000.wav +0 -0
- psychopy/tests/test_alerts/test_alerttools.py +2 -1
- psychopy/tests/test_app/test_command_line.py +65 -0
- psychopy/tests/test_data/test_TrialHandler2.py +18 -7
- psychopy/tests/test_demos/test_builder_demos.py +1 -1
- psychopy/tests/test_experiment/needs_wx/componsTemplate.txt +5238 -4188
- psychopy/tests/test_experiment/needs_wx/test_components.py +1 -1
- psychopy/tests/test_experiment/test_components/test_RoutineSettingsComponent.py +16 -0
- psychopy/tests/test_experiment/test_components/test_all_components.py +1 -1
- psychopy/tests/test_experiment/test_components/test_base_components.py +26 -17
- psychopy/tests/test_experiment/test_experiment.py +96 -0
- psychopy/tests/test_experiment/test_loops.py +12 -4
- psychopy/tests/test_experiment/test_params.py +17 -4
- psychopy/tests/test_experiment/test_routines/test_PhotodiodeValidationRoutine.py +2 -2
- psychopy/tests/test_hardware/test_photodiode.py +66 -0
- psychopy/tests/test_liaison/test_Liaison.py +4 -4
- psychopy/tests/test_misc/test_clock.py +2 -0
- psychopy/tests/test_misc/test_color.py +2 -0
- psychopy/tests/test_misc/test_event.py +1 -0
- psychopy/tests/test_plugins/test_plugin_stubs.py +125 -0
- psychopy/tests/test_sound/test_sound.py +111 -40
- psychopy/tests/test_tools/test_colorspacetools.py +24 -23
- psychopy/tests/test_tools/test_mathtools.py +9 -9
- psychopy/tests/test_tools/test_viewtools.py +101 -0
- psychopy/tests/test_validators/__init__.py +0 -0
- psychopy/tests/test_validators/test_voicekeyValidator.py +95 -0
- psychopy/tests/test_visual/test_all_stimuli.py +2 -2
- psychopy/tests/test_visual/test_basevisual.py +37 -7
- psychopy/tests/test_visual/test_button.py +2 -2
- psychopy/tests/test_visual/test_circle.py +10 -2
- psychopy/tests/test_visual/test_dots.py +1 -1
- psychopy/tests/test_visual/test_form.py +13 -13
- psychopy/tests/test_visual/test_gamma.py +3 -3
- psychopy/tests/test_visual/test_image.py +2 -2
- psychopy/tests/test_visual/test_progress.py +2 -2
- psychopy/tests/test_visual/test_roi.py +8 -2
- psychopy/tests/test_visual/test_shape.py +2 -2
- psychopy/tests/test_visual/test_slider.py +2 -2
- psychopy/tests/test_visual/test_target.py +2 -2
- psychopy/tests/test_visual/test_textbox.py +6 -8
- psychopy/tests/test_visual/test_winScalePos.py +6 -5
- psychopy/tests/test_visual/test_window.py +17 -0
- psychopy/tests/utils.py +51 -1
- psychopy/tools/__init__.py +1 -1
- psychopy/tools/arraytools.py +2 -2
- psychopy/tools/attributetools.py +52 -1
- psychopy/tools/audiotools.py +4 -1
- psychopy/tools/colorspacetools.py +6 -4
- psychopy/tools/coordinatetools.py +1 -1
- psychopy/tools/fileerrortools.py +21 -9
- psychopy/tools/filetools.py +2 -2
- psychopy/tools/fontmanager.py +47 -28
- psychopy/tools/gltools.py +2964 -558
- psychopy/tools/imagetools.py +1 -1
- psychopy/tools/mathtools.py +997 -127
- psychopy/tools/monitorunittools.py +7 -1
- psychopy/tools/movietools.py +1 -2
- psychopy/tools/pkgtools.py +157 -127
- psychopy/tools/plottools.py +1 -1
- psychopy/tools/rifttools.py +1 -1
- psychopy/tools/stereotools.py +1 -1
- psychopy/tools/stimulustools.py +172 -2
- psychopy/tools/stringtools.py +22 -2
- psychopy/tools/systemtools.py +1 -1
- psychopy/tools/typetools.py +1 -1
- psychopy/tools/unittools.py +1 -1
- psychopy/tools/versionchooser.py +3 -1
- psychopy/tools/viewtools.py +54 -70
- psychopy/tools/wizard.py +2 -2
- psychopy/validation/__init__.py +6 -0
- psychopy/validation/audio.py +74 -0
- psychopy/validation/visual.py +115 -0
- psychopy/visual/__init__.py +1 -4
- psychopy/visual/aperture.py +9 -6
- psychopy/visual/backends/__init__.py +1 -1
- psychopy/visual/backends/_base.py +1 -1
- psychopy/visual/backends/gamma.py +1 -1
- psychopy/visual/backends/glfwbackend.py +8 -12
- psychopy/visual/backends/pygamebackend.py +1 -1
- psychopy/visual/backends/pygletbackend.py +32 -11
- psychopy/visual/basevisual.py +93 -13
- psychopy/visual/brush.py +1 -1
- psychopy/visual/bufferimage.py +90 -10
- psychopy/visual/button.py +1 -1
- psychopy/visual/circle.py +12 -20
- psychopy/visual/custommouse.py +1 -1
- psychopy/visual/dot.py +80 -14
- psychopy/visual/elementarray.py +84 -10
- psychopy/visual/filters.py +1 -1
- psychopy/visual/form.py +43 -28
- psychopy/visual/grating.py +105 -25
- psychopy/visual/helpers.py +1 -1
- psychopy/visual/image.py +98 -20
- psychopy/visual/line.py +15 -25
- psychopy/visual/movie.py +1 -1
- psychopy/visual/movie2.py +4 -3
- psychopy/visual/movie3.py +4 -3
- psychopy/visual/movies/__init__.py +1 -1
- psychopy/visual/movies/frame.py +1 -1
- psychopy/visual/movies/metadata.py +1 -1
- psychopy/visual/movies/players/__init__.py +1 -1
- psychopy/visual/movies/players/_base.py +1 -1
- psychopy/visual/movies/players/ffpyplayer_player.py +2 -3
- psychopy/visual/nnlvs.py +9 -6
- psychopy/visual/noise.py +4 -16
- psychopy/visual/patch.py +4 -3
- psychopy/visual/pie.py +3 -14
- psychopy/visual/polygon.py +21 -28
- psychopy/visual/radial.py +4 -18
- psychopy/visual/ratingscale.py +4 -3
- psychopy/visual/rect.py +16 -25
- psychopy/visual/rift.py +8 -2
- psychopy/visual/secondorder.py +4 -16
- psychopy/visual/shaders.py +620 -286
- psychopy/visual/shape.py +281 -90
- psychopy/visual/simpleimage.py +1 -1
- psychopy/visual/slider.py +78 -25
- psychopy/visual/stim3d.py +5 -608
- psychopy/visual/text.py +13 -3
- psychopy/visual/textbox2/textbox2.py +188 -56
- psychopy/visual/vlcmoviestim.py +1 -1
- psychopy/visual/window.py +373 -200
- psychopy/web.py +1 -1
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/METADATA +9 -9
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/RECORD +653 -660
- psychopy/.DS_Store +0 -0
- psychopy/__init__.py.orig +0 -65
- psychopy/app/.DS_Store +0 -0
- psychopy/app/Resources/.DS_Store +0 -0
- psychopy/app/Resources/classic/filecsv16.png +0 -0
- psychopy/app/Resources/classic/fileimage16.png +0 -0
- psychopy/app/Resources/classic/fileunknown16.png +0 -0
- psychopy/app/Resources/dark/filecsv16.png +0 -0
- psychopy/app/Resources/dark/filecsv16@2x.png +0 -0
- psychopy/app/Resources/dark/fileimage16.png +0 -0
- psychopy/app/Resources/dark/fileimage16@2x.png +0 -0
- psychopy/app/Resources/dark/fileunknown16.png +0 -0
- psychopy/app/Resources/dark/fileunknown16@2x.png +0 -0
- psychopy/app/Resources/fonts/OpenSans-Bold.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-BoldItalic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-ExtraBold.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-Italic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-Light.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-LightItalic.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-Regular.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-SemiBold.ttf +0 -0
- psychopy/app/Resources/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- psychopy/app/Resources/light/filecsv16.png +0 -0
- psychopy/app/Resources/light/filecsv16@2x.png +0 -0
- psychopy/app/Resources/light/fileimage16.png +0 -0
- psychopy/app/Resources/light/fileimage16@2x.png +0 -0
- psychopy/app/Resources/light/fileunknown16.png +0 -0
- psychopy/app/Resources/light/fileunknown16@2x.png +0 -0
- psychopy/app/Resources/psychopySplash.png +0 -0
- psychopy/app/Resources/psychopySplash@2x.png +0 -0
- psychopy/app/builder/builder.py.orig +0 -3932
- psychopy/app/builder/dialogs/__init__.py.orig +0 -1679
- psychopy/app/builder/dialogs/paramCtrls.py.orig +0 -713
- psychopy/app/colorpicker/__init__.py.orig +0 -411
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN.mo +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN.po +0 -6127
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN_allFlagged.mo +0 -0
- psychopy/app/locale/zh_CN/LC_MESSAGE/zh_CN_allFlagged.po +0 -7366
- psychopy/core.py.orig +0 -169
- psychopy/demos/builder/.DS_Store +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/index.html +0 -23
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/randomisedBlocks-legacy-browsers.js +0 -423
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/randomisedBlocks.js +0 -427
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/chooseBlock.xlsx +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/facesBlock.xlsx +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/housesBlock.xlsx +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/face01.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/face02.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/face03.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/house01.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/house02.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/html/resources/stims/house03.jpg +0 -0
- psychopy/demos/builder/Design Templates/randomisedBlocks/randomisedBlocks.py +0 -330
- psychopy/demos/builder/Design Templates/randomisedBlocks/randomisedBlocks_lastrun.py +0 -330
- psychopy/demos/builder/Experiments/.DS_Store +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/archived_conditions.xlsx +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/draw grid stim.py +0 -61
- psychopy/demos/builder/Experiments/dragAndDrop/shapeMaker.psyexp +0 -91
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_1.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_10.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_2.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_3.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_4.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_5.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_6.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_7.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_8.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/stimuli/grid_image_9.png +0 -0
- psychopy/demos/builder/Experiments/dragAndDrop/updated_conditions.xlsx +0 -0
- psychopy/demos/builder/Feature Demos/eyetracking/eyetracking.xsd +0 -120
- psychopy/demos/builder/Tools/.DS_Store +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/.DS_Store +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/data/.DS_Store +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/data/_gamma_correction_visual_2022-05-18_14h18.29.439.csv +0 -38
- psychopy/demos/builder/Tools/gammaCalibration/data/_gamma_correction_visual_2022-05-18_14h18.29.439.log +0 -3418
- psychopy/demos/builder/Tools/gammaCalibration/data/_gamma_correction_visual_2022-05-18_14h18.29.439.psydat +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/data/x1_gamma_correction_visual_2022-05-17_13h59.42.928.csv +0 -2
- psychopy/demos/builder/Tools/gammaCalibration/data/x1_gamma_correction_visual_2022-05-17_13h59.42.928.log +0 -15
- psychopy/demos/builder/Tools/gammaCalibration/data/x1_gamma_correction_visual_2022-05-17_13h59.42.928.psydat +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/gamma_correction_visual.psyexp +0 -323
- psychopy/demos/builder/Tools/gammaCalibration/gamma_correction_visual.py +0 -562
- psychopy/demos/builder/Tools/gammaCalibration/gamma_correction_visual_lastrun.py +0 -562
- psychopy/demos/builder/Tools/gammaCalibration/questStairs.xlsx +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/resources/low_contrast.png +0 -0
- psychopy/demos/builder/Tools/gammaCalibration/resources/make_2nd_order_tex.py +0 -59
- psychopy/demos/builder/Tools/gammaCalibration/resources/second_order_tex.png +0 -0
- psychopy/demos/coder/.DS_Store +0 -0
- psychopy/demos/coder/experiment control/info_gamma.pickle +0 -0
- psychopy/demos/coder/iohub/.iohpid +0 -1
- psychopy/demos/coder/iohub/eyetracking/.iohpid +0 -1
- psychopy/demos/coder/iohub/wintab/.DS_Store +0 -0
- psychopy/demos/coder/stimuli/.DS_Store +0 -0
- psychopy/demos/coder/stimuli/radialGratingContracting.py +0 -29
- psychopy/experiment/_experiment.py.orig +0 -1032
- psychopy/experiment/components/.DS_Store +0 -0
- psychopy/experiment/components/_base.py.orig +0 -823
- psychopy/experiment/components/form/.DS_Store +0 -0
- psychopy/experiment/components/microphone/__init__.py.orig +0 -490
- psychopy/experiment/components/settings/__init__.py.orig +0 -1337
- psychopy/experiment/components/textbox/__init__.py.orig +0 -310
- psychopy/experiment/components/webcam/.DS_Store +0 -0
- psychopy/experiment/components/webcam/light/.DS_Store +0 -0
- psychopy/experiment/loops.py.orig +0 -829
- psychopy/experiment/params.py.orig +0 -408
- psychopy/experiment/routine.py.orig +0 -503
- psychopy/experiment/routines/photodiodeValidator/classic/photodiode_validator.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/classic/photodiode_validator@2x.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/dark/photodiode_validator.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/dark/photodiode_validator@2x.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/light/photodiode_validator.png +0 -0
- psychopy/experiment/routines/photodiodeValidator/light/photodiode_validator@2x.png +0 -0
- psychopy/hardware/.DS_Store +0 -0
- psychopy/hardware/brainproducts.py.orig +0 -680
- psychopy/hardware/iolab.py.orig +0 -238
- psychopy/hardware/serialport.py +0 -51
- psychopy/iohub/datastore/__init__.py.orig +0 -443
- psychopy/iohub/datastore/util.py.orig +0 -692
- psychopy/iohub/devices/mouse/darwin.py.orig +0 -427
- psychopy/iohub/devices/mouse/linux2.py.orig +0 -198
- psychopy/preferences/.DS_Store +0 -0
- psychopy/projects/pavlovia.py.orig +0 -1295
- psychopy/tests/.DS_Store +0 -0
- psychopy/tests/data/.DS_Store +0 -0
- psychopy/tests/data/TestCircle_fill_local.png +0 -0
- psychopy/tests/data/__test.png +0 -0
- psychopy/tests/data/aperture1_normHexbackground_local.png +0 -0
- psychopy/tests/data/aperture1_norm_local.png +0 -0
- psychopy/tests/data/aperture2_normHexbackground_local.png +0 -0
- psychopy/tests/data/beatandrcos_height_local.png +0 -0
- psychopy/tests/data/beatandrcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/beatandrcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/beatandrcos_norm_local.png +0 -0
- psychopy/tests/data/beatandrcos_stencil_local.png +0 -0
- psychopy/tests/data/blend_add_height_local.png +0 -0
- psychopy/tests/data/blend_add_normAddBlend_local.png +0 -0
- psychopy/tests/data/blend_add_normHexbackground_local.png +0 -0
- psychopy/tests/data/blend_add_normNoShade_local.png +0 -0
- psychopy/tests/data/blend_add_norm_local.png +0 -0
- psychopy/tests/data/blend_add_stencil_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_height_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_normAddBlend_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_normHexbackground_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_normNoShade_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_norm_local.png +0 -0
- psychopy/tests/data/bufferimg_gabor_stencil_local.png +0 -0
- psychopy/tests/data/circleHex_height_local.png +0 -0
- psychopy/tests/data/circleHex_normAddBlend_local.png +0 -0
- psychopy/tests/data/circleHex_normHexbackground_local.png +0 -0
- psychopy/tests/data/circleHex_normNoShade_local.png +0 -0
- psychopy/tests/data/circleHex_norm_local.png +0 -0
- psychopy/tests/data/circleHex_stencil_local.png +0 -0
- psychopy/tests/data/color_comparison_local.png +0 -0
- psychopy/tests/data/corrFullRandom_local.csv +0 -16
- psychopy/tests/data/corrFullRandom_local.tsv +0 -6
- psychopy/tests/data/correctScript/.DS_Store +0 -0
- psychopy/tests/data/dots_height_local.png +0 -0
- psychopy/tests/data/dots_normAddBlend_local.png +0 -0
- psychopy/tests/data/dots_normHexbackground_local.png +0 -0
- psychopy/tests/data/dots_normNoShade_local.png +0 -0
- psychopy/tests/data/dots_norm_local.png +0 -0
- psychopy/tests/data/dots_stencil_local.png +0 -0
- psychopy/tests/data/elarray1_height_local.png +0 -0
- psychopy/tests/data/elarray1_normAddBlend_local.png +0 -0
- psychopy/tests/data/elarray1_normHexbackground_local.png +0 -0
- psychopy/tests/data/elarray1_norm_local.png +0 -0
- psychopy/tests/data/elarray1_stencil_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_height_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_norm_local.png +0 -0
- psychopy/tests/data/envelopeandrcos_stencil_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_height_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_norm_local.png +0 -0
- psychopy/tests/data/envelopepowerandrcos_stencil_local.png +0 -0
- psychopy/tests/data/gabor1_height_local.png +0 -0
- psychopy/tests/data/gabor1_normAddBlend_local.png +0 -0
- psychopy/tests/data/gabor1_normHexbackground_local.png +0 -0
- psychopy/tests/data/gabor1_normNoShade_local.png +0 -0
- psychopy/tests/data/gabor1_norm_local.png +0 -0
- psychopy/tests/data/gabor1_stencil_local.png +0 -0
- psychopy/tests/data/greyscale_normHexbackground_local.png +0 -0
- psychopy/tests/data/imageAndGauss_height_local.png +0 -0
- psychopy/tests/data/imageAndGauss_normAddBlend_local.png +0 -0
- psychopy/tests/data/imageAndGauss_normHexbackground_local.png +0 -0
- psychopy/tests/data/imageAndGauss_normNoShade_local.png +0 -0
- psychopy/tests/data/imageAndGauss_norm_local.png +0 -0
- psychopy/tests/data/imageAndGauss_stencil_local.png +0 -0
- psychopy/tests/data/movFrame1_stencil_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_height_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_normNoShade_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_norm_local.png +0 -0
- psychopy/tests/data/noiseAndRcos_stencil_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_height_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_normAddBlend_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_normHexbackground_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_normNoShade_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_norm_local.png +0 -0
- psychopy/tests/data/noiseFiltersAndRcos_stencil_local.png +0 -0
- psychopy/tests/data/numpyImage_height_local.png +0 -0
- psychopy/tests/data/numpyImage_normAddBlend_local.png +0 -0
- psychopy/tests/data/numpyImage_normHexbackground_local.png +0 -0
- psychopy/tests/data/numpyImage_normNoShade_local.png +0 -0
- psychopy/tests/data/numpyImage_norm_local.png +0 -0
- psychopy/tests/data/numpyImage_stencil_local.png +0 -0
- psychopy/tests/data/shape2_1_normAddBlend_local.png +0 -0
- psychopy/tests/data/shape2_1_normHexbackground_local.png +0 -0
- psychopy/tests/data/shape2_1_normNoShade_local.png +0 -0
- psychopy/tests/data/shape2_1_norm_local.png +0 -0
- psychopy/tests/data/shape2_1_stencil_local.png +0 -0
- psychopy/tests/data/testLoopsBlocks.psyexp_local.py +0 -328
- psychopy/tests/data/text1_height_local.png +0 -0
- psychopy/tests/data/text1_normAddBlend_local.png +0 -0
- psychopy/tests/data/text1_normHexbackground_local.png +0 -0
- psychopy/tests/data/text1_norm_local.png +0 -0
- psychopy/tests/data/text1_stencil_local.png +0 -0
- psychopy/tests/data/text2_height.png +0 -0
- psychopy/tests/data/text2_normAddBlend.png +0 -0
- psychopy/tests/data/text2_normHexbackground.png +0 -0
- psychopy/tests/data/text2_stencil.png +0 -0
- psychopy/tests/data/wedge1_height_local.png +0 -0
- psychopy/tests/data/wedge1_normAddBlend_local.png +0 -0
- psychopy/tests/data/wedge1_normHexbackground_local.png +0 -0
- psychopy/tests/data/wedge1_normNoShade_local.png +0 -0
- psychopy/tests/data/wedge1_norm_local.png +0 -0
- psychopy/tests/data/wedge1_stencil_local.png +0 -0
- psychopy/tests/test_app/.DS_Store +0 -0
- psychopy/tests/test_app/test_builder/.DS_Store +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.csv +0 -9
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.log +0 -177
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.psydat +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1206.xlsx +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.csv +0 -9
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.log +0 -168
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.psydat +0 -0
- psychopy/tests/test_app/test_builder/data/_2021_ 5_03_1324.xlsx +0 -0
- psychopy/tests/test_data/.DS_Store +0 -0
- psychopy/tests/test_hardware/test_CRS_BitsSharp.py +0 -67
- psychopy/tests/test_hardware/test_CRS_BitsSharp.py.orig +0 -68
- psychopy/tests/test_hardware/test_CRS_bitsShaders.py +0 -110
- psychopy/tests/test_visual/test_image.py.orig +0 -219
- psychopy/visual/basevisual.py.orig +0 -1723
- psychopy/visual/form.py.orig +0 -1181
- psychopy/visual/text.py.orig +0 -752
- psychopy/visual/textbox2/textbox2.py.orig +0 -1315
- psychopy/visual/windowwarp.py.orig +0 -463
- /psychopy/{app/cortex.log → alerts/alertsCatalogue/3600.yaml} +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-Bold.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-BoldItalic.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-Italic.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/Arvo-Regular.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/DejaVuSerif.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/IndieFlower-Regular.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/JetBrainsMono-Italic-VariableFont_wght.ttf +0 -0
- /psychopy/{app/Resources → assets}/fonts/JetBrainsMono-VariableFont_wght.ttf +0 -0
- /psychopy/demos/builder/Experiments/{GoNoGo → goNoGo}/readme.md +0 -0
- /psychopy/{demos/builder/Tools/gammaCalibration/readme.md → tests/test_plugins/__init__.py} +0 -0
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/WHEEL +0 -0
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/entry_points.txt +0 -0
- {psychopy-2024.2.4.dist-info → psychopy-2025.1.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,1221 +1,477 @@
|
|
|
1
|
-
|
|
1
|
+
<?xml version="1.0" ?>
|
|
2
|
+
<PsychoPy2experiment encoding="utf-8" version="2025.1.0">
|
|
2
3
|
<Settings>
|
|
3
|
-
<Param val="
|
|
4
|
-
<Param val="
|
|
5
|
-
<Param val="" valType="str" updates="None" name="
|
|
6
|
-
<Param val="
|
|
7
|
-
<Param val="
|
|
8
|
-
<Param val="
|
|
9
|
-
<Param val="" valType="
|
|
10
|
-
<Param val="
|
|
11
|
-
<Param val="True" valType="bool" updates="None" name="
|
|
12
|
-
<Param val="
|
|
13
|
-
<Param val="" valType="str" updates="None" name="
|
|
14
|
-
<Param val="" valType="str" updates="None" name="
|
|
15
|
-
<Param val="
|
|
16
|
-
<Param val="
|
|
17
|
-
<Param val="False" valType="bool" updates="None" name="Save
|
|
18
|
-
<Param val="False" valType="bool" updates="None" name="Save
|
|
19
|
-
<Param val="
|
|
20
|
-
<Param val="True" valType="bool" updates="None" name="Save
|
|
21
|
-
<Param val="True" valType="bool" updates="None" name="Save
|
|
22
|
-
<Param val="
|
|
23
|
-
<Param val="
|
|
24
|
-
<Param val="
|
|
25
|
-
<Param val="
|
|
26
|
-
<Param val="
|
|
27
|
-
<Param val="" valType="
|
|
28
|
-
<Param val="
|
|
29
|
-
<Param val="
|
|
30
|
-
<Param val="" valType="str" updates="None" name="
|
|
31
|
-
<Param val="
|
|
32
|
-
<Param val="{'thisRow.t': 'priority.CRITICAL', 'expName': 'priority.LOW'}" valType="dict" updates="None" name="colPriority"
|
|
33
|
-
<Param val="
|
|
34
|
-
<Param val="rgb" valType="str" updates="None" name="colorSpace"
|
|
35
|
-
<Param val="
|
|
36
|
-
<Param val="
|
|
37
|
-
<Param val="
|
|
38
|
-
<Param val="
|
|
39
|
-
<Param val="
|
|
40
|
-
<Param val="
|
|
41
|
-
<Param val="
|
|
42
|
-
<Param val="
|
|
43
|
-
<Param val="
|
|
44
|
-
<Param val="
|
|
45
|
-
<Param val="
|
|
46
|
-
<Param val="
|
|
47
|
-
<Param val="
|
|
48
|
-
<Param val="
|
|
49
|
-
<Param val="
|
|
50
|
-
<Param val="
|
|
51
|
-
<Param val="
|
|
52
|
-
<Param val="
|
|
53
|
-
<Param val="
|
|
54
|
-
<Param val="
|
|
55
|
-
<Param val="
|
|
56
|
-
<Param val="
|
|
57
|
-
<Param val="" valType="
|
|
58
|
-
<Param val="
|
|
59
|
-
<Param val="
|
|
60
|
-
<Param val="
|
|
61
|
-
<Param val="
|
|
62
|
-
<Param val="
|
|
63
|
-
<Param val="
|
|
64
|
-
<Param val="" valType="str" updates="None" name="
|
|
65
|
-
<Param val="" valType="str" updates="None" name="
|
|
66
|
-
<Param val="
|
|
67
|
-
<Param val="" valType="
|
|
68
|
-
<Param val="
|
|
69
|
-
|
|
4
|
+
<Param val="ptb" valType="str" updates="None" name="Audio lib"/>
|
|
5
|
+
<Param val="" valType="str" updates="None" name="Completed URL"/>
|
|
6
|
+
<Param val="auto" valType="str" updates="None" name="Data file delimiter"/>
|
|
7
|
+
<Param val="u'data/%s_%s_%s' % (expInfo['participant'], expName, expInfo['date'])" valType="code" updates="None" name="Data filename"/>
|
|
8
|
+
<Param val="True" valType="bool" updates="None" name="Enable Escape"/>
|
|
9
|
+
<Param val="Thank you for your patience." valType="str" updates="None" name="End Message"/>
|
|
10
|
+
<Param val="{'participant': 'f"{randint(0, 999999):06.0f}"', 'session': '001'}" valType="code" updates="None" name="Experiment info"/>
|
|
11
|
+
<Param val="True" valType="bool" updates="None" name="Force stereo"/>
|
|
12
|
+
<Param val="True" valType="bool" updates="None" name="Full-screen window"/>
|
|
13
|
+
<Param val="" valType="str" updates="None" name="HTML path"/>
|
|
14
|
+
<Param val="" valType="str" updates="None" name="Incomplete URL"/>
|
|
15
|
+
<Param val="testMonitor" valType="str" updates="None" name="Monitor"/>
|
|
16
|
+
<Param val="[]" valType="list" updates="None" name="Resources"/>
|
|
17
|
+
<Param val="False" valType="bool" updates="None" name="Save csv file"/>
|
|
18
|
+
<Param val="False" valType="bool" updates="None" name="Save excel file"/>
|
|
19
|
+
<Param val="False" valType="bool" updates="None" name="Save hdf5 file"/>
|
|
20
|
+
<Param val="True" valType="bool" updates="None" name="Save log file"/>
|
|
21
|
+
<Param val="True" valType="bool" updates="None" name="Save psydat file"/>
|
|
22
|
+
<Param val="True" valType="bool" updates="None" name="Save wide csv file"/>
|
|
23
|
+
<Param val="1" valType="num" updates="None" name="Screen"/>
|
|
24
|
+
<Param val="True" valType="bool" updates="None" name="Show info dlg"/>
|
|
25
|
+
<Param val="False" valType="bool" updates="None" name="Show mouse"/>
|
|
26
|
+
<Param val="height" valType="str" updates="None" name="Units"/>
|
|
27
|
+
<Param val="" valType="str" updates="None" name="Use version"/>
|
|
28
|
+
<Param val="[1920, 1080]" valType="list" updates="None" name="Window size (pixels)"/>
|
|
29
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
30
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
31
|
+
<Param val="avg" valType="str" updates="None" name="blendMode"/>
|
|
32
|
+
<Param val="float" valType="str" updates="None" name="clockFormat"/>
|
|
33
|
+
<Param val="{'thisRow.t': 'priority.CRITICAL', 'expName': 'priority.LOW'}" valType="dict" updates="None" name="colPriority"/>
|
|
34
|
+
<Param val="black" valType="color" updates="None" name="color"/>
|
|
35
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
36
|
+
<Param val="warning" valType="code" updates="None" name="consoleLoggingLevel"/>
|
|
37
|
+
<Param val="default" valType="str" updates="None" name="ecSampleRate"/>
|
|
38
|
+
<Param val="100.1.1.1" valType="str" updates="None" name="elAddress"/>
|
|
39
|
+
<Param val="FILTER_LEVEL_2" valType="str" updates="None" name="elDataFiltering"/>
|
|
40
|
+
<Param val="FILTER_LEVEL_OFF" valType="str" updates="None" name="elLiveFiltering"/>
|
|
41
|
+
<Param val="EYELINK 1000 DESKTOP" valType="str" updates="None" name="elModel"/>
|
|
42
|
+
<Param val="ELLIPSE_FIT" valType="str" updates="None" name="elPupilAlgorithm"/>
|
|
43
|
+
<Param val="PUPIL_AREA" valType="str" updates="None" name="elPupilMeasure"/>
|
|
44
|
+
<Param val="1000" valType="num" updates="None" name="elSampleRate"/>
|
|
45
|
+
<Param val="False" valType="bool" updates="None" name="elSimMode"/>
|
|
46
|
+
<Param val="RIGHT_EYE" valType="str" updates="None" name="elTrackEyes"/>
|
|
47
|
+
<Param val="PUPIL_CR_TRACKING" valType="str" updates="None" name="elTrackingMode"/>
|
|
48
|
+
<Param val="drag_and_drop" valType="str" updates="None" name="expName"/>
|
|
49
|
+
<Param val="" valType="str" updates="None" name="expVersion"/>
|
|
50
|
+
<Param val="on Sync" valType="str" updates="None" name="exportHTML"/>
|
|
51
|
+
<Param val="None" valType="str" updates="None" name="eyetracker"/>
|
|
52
|
+
<Param val="" valType="code" updates="None" name="frameRate"/>
|
|
53
|
+
<Param val="Attempting to measure frame rate of screen, please wait..." valType="str" updates="None" name="frameRateMsg"/>
|
|
54
|
+
<Param val="127.0.0.1" valType="str" updates="None" name="gpAddress"/>
|
|
55
|
+
<Param val="4242" valType="num" updates="None" name="gpPort"/>
|
|
56
|
+
<Param val="PsychToolbox" valType="str" updates="None" name="keyboardBackend"/>
|
|
57
|
+
<Param val="info" valType="code" updates="None" name="logging level"/>
|
|
58
|
+
<Param val="True" valType="bool" updates="None" name="measureFrameRate"/>
|
|
59
|
+
<Param val="('MIDDLE_BUTTON',)" valType="list" updates="None" name="mgBlink"/>
|
|
60
|
+
<Param val="CONTINUOUS" valType="str" updates="None" name="mgMove"/>
|
|
61
|
+
<Param val="0.5" valType="num" updates="None" name="mgSaccade"/>
|
|
62
|
+
<Param val="neon.local" valType="str" updates="None" name="plCompanionAddress"/>
|
|
63
|
+
<Param val="8080" valType="num" updates="None" name="plCompanionPort"/>
|
|
64
|
+
<Param val="0.6" valType="num" updates="None" name="plConfidenceThreshold"/>
|
|
65
|
+
<Param val="" valType="str" updates="None" name="plPupilCaptureRecordingLocation"/>
|
|
66
|
+
<Param val="127.0.0.1" valType="str" updates="None" name="plPupilRemoteAddress"/>
|
|
67
|
+
<Param val="50020" valType="num" updates="None" name="plPupilRemotePort"/>
|
|
68
|
+
<Param val="1000" valType="num" updates="None" name="plPupilRemoteTimeoutMs"/>
|
|
69
|
+
<Param val="False" valType="bool" updates="None" name="plPupillometryOnly"/>
|
|
70
|
+
<Param val="psychopy_iohub_surface" valType="str" updates="None" name="plSurfaceName"/>
|
|
71
|
+
<Param val="0" valType="code" updates="None" name="runMode"/>
|
|
72
|
+
<Param val="False" valType="bool" updates="None" name="rush"/>
|
|
73
|
+
<Param val="time" valType="str" updates="None" name="sortColumns"/>
|
|
74
|
+
<Param val="" valType="str" updates="None" name="tbLicenseFile"/>
|
|
75
|
+
<Param val="" valType="str" updates="None" name="tbModel"/>
|
|
76
|
+
<Param val="60" valType="num" updates="None" name="tbSampleRate"/>
|
|
77
|
+
<Param val="" valType="str" updates="None" name="tbSerialNo"/>
|
|
78
|
+
<Param val="pyglet" valType="str" updates="None" name="winBackend"/>
|
|
79
|
+
</Settings>
|
|
70
80
|
<Routines>
|
|
71
|
-
<Routine name="
|
|
72
|
-
<RoutineSettingsComponent name="
|
|
73
|
-
<Param val="none" valType="str" updates="None" name="backgroundFit"
|
|
74
|
-
<Param val="" valType="str" updates="None" name="backgroundImg"
|
|
75
|
-
<Param val="$[0,0,0]" valType="color" updates="None" name="color"
|
|
76
|
-
<Param val="rgb" valType="str" updates="None" name="colorSpace"
|
|
77
|
-
<Param val="" valType="str" updates="constant" name="desc"
|
|
78
|
-
<Param val="False" valType="bool" updates="None" name="disabled"
|
|
79
|
-
<Param val="" valType="code" updates="None" name="durationEstim"
|
|
80
|
-
<Param val="
|
|
81
|
-
<Param val="
|
|
82
|
-
<Param val="" valType="
|
|
83
|
-
<Param val="
|
|
84
|
-
<Param val="" valType="
|
|
85
|
-
<Param val="
|
|
81
|
+
<Routine name="trial">
|
|
82
|
+
<RoutineSettingsComponent name="trial" plugin="None">
|
|
83
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
84
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
85
|
+
<Param val="$[0,0,0]" valType="color" updates="None" name="color"/>
|
|
86
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
87
|
+
<Param val="" valType="str" updates="constant" name="desc"/>
|
|
88
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
89
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
90
|
+
<Param val="False" valType="code" updates="None" name="forceNonSlip"/>
|
|
91
|
+
<Param val="trial" valType="code" updates="None" name="name"/>
|
|
92
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
93
|
+
<Param val="" valType="code" updates="constant" name="skipIf"/>
|
|
94
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
95
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
96
|
+
<Param val="False" valType="bool" updates="None" name="useWindowParams"/>
|
|
86
97
|
</RoutineSettingsComponent>
|
|
87
|
-
<TextboxComponent name="
|
|
88
|
-
<Param val="center" valType="str" updates="constant" name="alignment"
|
|
89
|
-
<Param val="center" valType="str" updates="constant" name="anchor"
|
|
90
|
-
<Param val="True" valType="bool" updates="constant" name="autoLog"
|
|
91
|
-
<Param val="False" valType="bool" updates="constant" name="bold"
|
|
92
|
-
<Param val="None" valType="color" updates="constant" name="borderColor"
|
|
93
|
-
<Param val="2" valType="num" updates="constant" name="borderWidth"
|
|
94
|
-
<Param val="white" valType="color" updates="constant" name="color"
|
|
95
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace"
|
|
96
|
-
<Param val="1" valType="num" updates="constant" name="contrast"
|
|
97
|
-
<Param val="False" valType="bool" updates="None" name="disabled"
|
|
98
|
-
<Param val="" valType="code" updates="
|
|
99
|
-
<Param val="
|
|
100
|
-
<Param val="
|
|
101
|
-
<Param val="
|
|
102
|
-
<Param val="False" valType="bool" updates="constant" name="
|
|
103
|
-
<Param val="
|
|
104
|
-
<Param val="
|
|
105
|
-
<Param val="
|
|
106
|
-
<Param val="
|
|
107
|
-
<Param val="
|
|
108
|
-
<Param val="
|
|
109
|
-
<Param val="" valType="
|
|
110
|
-
<Param val="
|
|
111
|
-
<Param val="
|
|
112
|
-
<Param val="
|
|
113
|
-
<Param val="
|
|
114
|
-
<Param val="
|
|
115
|
-
<Param val="
|
|
116
|
-
<Param val="
|
|
117
|
-
<Param val="" valType="list" updates="constant" name="
|
|
118
|
-
<Param val="" valType="
|
|
119
|
-
<Param val="
|
|
120
|
-
<Param val="
|
|
121
|
-
<Param val="
|
|
122
|
-
<Param val="" valType="
|
|
123
|
-
<Param val="
|
|
124
|
-
<Param val="
|
|
125
|
-
<Param val="
|
|
98
|
+
<TextboxComponent name="instr" plugin="None">
|
|
99
|
+
<Param val="center" valType="str" updates="constant" name="alignment"/>
|
|
100
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
101
|
+
<Param val="True" valType="bool" updates="constant" name="autoLog"/>
|
|
102
|
+
<Param val="False" valType="bool" updates="constant" name="bold"/>
|
|
103
|
+
<Param val="None" valType="color" updates="constant" name="borderColor"/>
|
|
104
|
+
<Param val="2" valType="num" updates="constant" name="borderWidth"/>
|
|
105
|
+
<Param val="white" valType="color" updates="constant" name="color"/>
|
|
106
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
107
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
108
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
109
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
110
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
111
|
+
<Param val="False" valType="bool" updates="constant" name="editable"/>
|
|
112
|
+
<Param val="None" valType="color" updates="constant" name="fillColor"/>
|
|
113
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
114
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
115
|
+
<Param val="Arial" valType="str" updates="constant" name="font"/>
|
|
116
|
+
<Param val="False" valType="bool" updates="constant" name="italic"/>
|
|
117
|
+
<Param val="LTR" valType="str" updates="None" name="languageStyle"/>
|
|
118
|
+
<Param val="0.03" valType="num" updates="constant" name="letterHeight"/>
|
|
119
|
+
<Param val="1.0" valType="num" updates="constant" name="lineSpacing"/>
|
|
120
|
+
<Param val="instr" valType="code" updates="None" name="name"/>
|
|
121
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
122
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
123
|
+
<Param val="visible" valType="str" updates="constant" name="overflow"/>
|
|
124
|
+
<Param val="0" valType="num" updates="constant" name="padding"/>
|
|
125
|
+
<Param val="Type here..." valType="str" updates="constant" name="placeholder"/>
|
|
126
|
+
<Param val="(0, 0.4)" valType="list" updates="constant" name="pos"/>
|
|
127
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
128
|
+
<Param val="(0.8, 0.2)" valType="list" updates="constant" name="size"/>
|
|
129
|
+
<Param val="" valType="list" updates="constant" name="speechPoint"/>
|
|
130
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
131
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
132
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
133
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
134
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
135
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
136
|
+
<Param val="Click and drag to move the white and pink squares on the left onto the grid in the centre so that it matches the grid on the right. Press ACCEPT when you're done." valType="str" updates="constant" name="text"/>
|
|
137
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
138
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
126
139
|
</TextboxComponent>
|
|
127
|
-
<
|
|
128
|
-
<Param val="
|
|
129
|
-
<Param val="
|
|
130
|
-
<Param val="
|
|
131
|
-
<Param val="
|
|
132
|
-
<Param val="" valType="
|
|
133
|
-
<Param val="
|
|
134
|
-
<Param val="
|
|
135
|
-
<Param val="
|
|
136
|
-
<Param val="
|
|
137
|
-
<Param val="
|
|
138
|
-
<Param val="" valType="
|
|
139
|
-
<Param val="
|
|
140
|
-
<Param val="
|
|
141
|
-
<Param val="
|
|
142
|
-
<Param val="" valType="
|
|
143
|
-
<Param val="
|
|
144
|
-
<Param val="
|
|
145
|
-
<Param val="
|
|
146
|
-
<Param val="" valType="code" updates="
|
|
147
|
-
<Param val="
|
|
148
|
-
<Param val="
|
|
149
|
-
<Param val="
|
|
150
|
-
<Param val="" valType="
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
<Param val="
|
|
154
|
-
<Param val="" valType="
|
|
155
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
156
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
157
|
-
<Param val="valid click" valType="str" updates="constant" name="forceEndRoutineOnPress" />
|
|
158
|
-
<Param val="instruct_mouse" valType="code" updates="None" name="name" />
|
|
159
|
-
<Param val="True" valType="bool" updates="constant" name="newClicksOnly" />
|
|
160
|
-
<Param val="on click" valType="str" updates="None" name="saveMouseState" />
|
|
161
|
-
<Param val="name," valType="list" updates="constant" name="saveParamsClickable" />
|
|
162
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
163
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
164
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
165
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
166
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
167
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
168
|
-
<Param val="False" valType="bool" updates="constant" name="storeCorrect" />
|
|
169
|
-
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
170
|
-
<Param val="mouse onset" valType="str" updates="constant" name="timeRelativeTo" />
|
|
171
|
-
</MouseComponent>
|
|
172
|
-
<CodeComponent name="branching_code" plugin="None">
|
|
173
|
-
<Param val="" valType="extendedCode" updates="constant" name="Before Experiment" />
|
|
174
|
-
<Param val="" valType="extendedCode" updates="constant" name="Before JS Experiment" />
|
|
175
|
-
<Param val="show_updated = 0&#10;show_archived = 0&#10;intro_word = ""&#10;&#10;if expInfo["Would you like to try the updated or archived version?"] == "updated (local only)":&#10; show_updated = 1&#10; show_archived = 0&#10; intro_word = "updated local only"&#10;else:&#10; show_updated = 0&#10; show_archived = 1&#10; intro_word = "archived"" valType="extendedCode" updates="constant" name="Begin Experiment" />
|
|
176
|
-
<Param val="show_updated = 0;&#10;show_archived = 0;&#10;intro_word = "";&#10;if ((expInfo["Would you like to try the updated or archived version?"] === "updated (local only)")) {&#10; show_updated = 1;&#10; show_archived = 0;&#10; intro_word = "updated local only";&#10;} else {&#10; show_updated = 0;&#10; show_archived = 1;&#10; intro_word = "archived";&#10;}&#10;" valType="extendedCode" updates="constant" name="Begin JS Experiment" />
|
|
177
|
-
<Param val="" valType="extendedCode" updates="constant" name="Begin JS Routine" />
|
|
178
|
-
<Param val="" valType="extendedCode" updates="constant" name="Begin Routine" />
|
|
179
|
-
<Param val="Auto->JS" valType="str" updates="None" name="Code Type" />
|
|
180
|
-
<Param val="" valType="extendedCode" updates="constant" name="Each Frame" />
|
|
181
|
-
<Param val="" valType="extendedCode" updates="constant" name="Each JS Frame" />
|
|
182
|
-
<Param val="" valType="extendedCode" updates="constant" name="End Experiment" />
|
|
183
|
-
<Param val="" valType="extendedCode" updates="constant" name="End JS Experiment" />
|
|
184
|
-
<Param val="" valType="extendedCode" updates="constant" name="End JS Routine" />
|
|
185
|
-
<Param val="" valType="extendedCode" updates="constant" name="End Routine" />
|
|
186
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
187
|
-
<Param val="branching_code" valType="code" updates="None" name="name" />
|
|
188
|
-
</CodeComponent>
|
|
189
|
-
</Routine>
|
|
190
|
-
<Routine name="end">
|
|
191
|
-
<RoutineSettingsComponent name="end" plugin="None">
|
|
192
|
-
<Param val="none" valType="str" updates="None" name="backgroundFit" />
|
|
193
|
-
<Param val="" valType="str" updates="None" name="backgroundImg" />
|
|
194
|
-
<Param val="$[0,0,0]" valType="color" updates="None" name="color" />
|
|
195
|
-
<Param val="rgb" valType="str" updates="None" name="colorSpace" />
|
|
196
|
-
<Param val="" valType="str" updates="constant" name="desc" />
|
|
197
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
198
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
199
|
-
<Param val="end" valType="code" updates="None" name="name" />
|
|
200
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
201
|
-
<Param val="" valType="code" updates="constant" name="skipIf" />
|
|
202
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
203
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
204
|
-
<Param val="False" valType="bool" updates="None" name="useWindowParams" />
|
|
205
|
-
</RoutineSettingsComponent>
|
|
206
|
-
<TextComponent name="text" plugin="None">
|
|
207
|
-
<Param val="white" valType="color" updates="constant" name="color" />
|
|
208
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
209
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
210
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
211
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
212
|
-
<Param val="None" valType="str" updates="constant" name="flip" />
|
|
213
|
-
<Param val="Open Sans" valType="str" updates="constant" name="font" />
|
|
214
|
-
<Param val="LTR" valType="str" updates="None" name="languageStyle" />
|
|
215
|
-
<Param val="0.05" valType="num" updates="constant" name="letterHeight" />
|
|
216
|
-
<Param val="text" valType="code" updates="None" name="name" />
|
|
217
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
218
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
219
|
-
<Param val="(0, 0)" valType="list" updates="constant" name="pos" />
|
|
220
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
221
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
222
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
223
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
224
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
225
|
-
<Param val="3" valType="code" updates="constant" name="stopVal" />
|
|
226
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
227
|
-
<Param val="$"You have reached the end of the demo. \n\n This demo will end in " + str(int(4-t)) + " seconds."" valType="str" updates="set every frame" name="text" />
|
|
228
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
229
|
-
<Param val="" valType="num" updates="constant" name="wrapWidth" />
|
|
230
|
-
</TextComponent>
|
|
231
|
-
</Routine>
|
|
232
|
-
<Routine name="feedback">
|
|
233
|
-
<RoutineSettingsComponent name="feedback" plugin="None">
|
|
234
|
-
<Param val="none" valType="str" updates="None" name="backgroundFit" />
|
|
235
|
-
<Param val="" valType="str" updates="None" name="backgroundImg" />
|
|
236
|
-
<Param val="$[0,0,0]" valType="color" updates="None" name="color" />
|
|
237
|
-
<Param val="rgb" valType="str" updates="None" name="colorSpace" />
|
|
238
|
-
<Param val="" valType="str" updates="constant" name="desc" />
|
|
239
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
240
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
241
|
-
<Param val="feedback" valType="code" updates="None" name="name" />
|
|
242
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
243
|
-
<Param val="" valType="code" updates="constant" name="skipIf" />
|
|
244
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
245
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
246
|
-
<Param val="False" valType="bool" updates="None" name="useWindowParams" />
|
|
247
|
-
</RoutineSettingsComponent>
|
|
248
|
-
<CodeComponent name="fb_code" plugin="None">
|
|
249
|
-
<Param val="" valType="extendedCode" updates="constant" name="Before Experiment" />
|
|
250
|
-
<Param val="" valType="extendedCode" updates="constant" name="Before JS Experiment" />
|
|
251
|
-
<Param val="fb = """ valType="extendedCode" updates="constant" name="Begin Experiment" />
|
|
252
|
-
<Param val="fb = "";&#10;" valType="extendedCode" updates="constant" name="Begin JS Experiment" />
|
|
253
|
-
<Param val="if (((white_correct + pink_correct) === 2)) {&#10; fb = ("Correct! Your time taken to complete the grid was " + time_taken.toFixed(3);&#10;} else {&#10; if (((white_correct + pink_correct) === 1)) {&#10; fb = "Oops! You got one of the grids wrong.";&#10; } else {&#10; if (((white_correct + pink_correct) === 0)) {&#10; fb = "Oops! You got both grids wrong.";&#10; }&#10; }&#10;}&#10;" valType="extendedCode" updates="constant" name="Begin JS Routine" />
|
|
254
|
-
<Param val="if white_correct + pink_correct == 2:&#10; fb = "Correct! Your time taken to complete the grid was " + str(round(time_taken, 3))&#10;elif white_correct + pink_correct == 1:&#10; fb = "Oops! You got one of the grids wrong."&#10;elif white_correct + pink_correct == 0:&#10; fb = "Oops! You got both grids wrong."" valType="extendedCode" updates="constant" name="Begin Routine" />
|
|
255
|
-
<Param val="Both" valType="str" updates="None" name="Code Type" />
|
|
256
|
-
<Param val="" valType="extendedCode" updates="constant" name="Each Frame" />
|
|
257
|
-
<Param val="" valType="extendedCode" updates="constant" name="Each JS Frame" />
|
|
258
|
-
<Param val="" valType="extendedCode" updates="constant" name="End Experiment" />
|
|
259
|
-
<Param val="" valType="extendedCode" updates="constant" name="End JS Experiment" />
|
|
260
|
-
<Param val="" valType="extendedCode" updates="constant" name="End JS Routine" />
|
|
261
|
-
<Param val="" valType="extendedCode" updates="constant" name="End Routine" />
|
|
262
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
263
|
-
<Param val="fb_code" valType="code" updates="None" name="name" />
|
|
264
|
-
</CodeComponent>
|
|
265
|
-
<TextComponent name="fb_text" plugin="None">
|
|
266
|
-
<Param val="white" valType="color" updates="constant" name="color" />
|
|
267
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
268
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
269
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
270
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
271
|
-
<Param val="None" valType="str" updates="constant" name="flip" />
|
|
272
|
-
<Param val="Open Sans" valType="str" updates="constant" name="font" />
|
|
273
|
-
<Param val="LTR" valType="str" updates="None" name="languageStyle" />
|
|
274
|
-
<Param val="0.05" valType="num" updates="constant" name="letterHeight" />
|
|
275
|
-
<Param val="fb_text" valType="code" updates="None" name="name" />
|
|
276
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
277
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
278
|
-
<Param val="(0, 0)" valType="list" updates="constant" name="pos" />
|
|
279
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
280
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
281
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
282
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
283
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
284
|
-
<Param val="2" valType="code" updates="constant" name="stopVal" />
|
|
285
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
286
|
-
<Param val="$fb" valType="str" updates="set every repeat" name="text" />
|
|
287
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
288
|
-
<Param val="" valType="num" updates="constant" name="wrapWidth" />
|
|
289
|
-
</TextComponent>
|
|
290
|
-
</Routine>
|
|
291
|
-
<Routine name="updated_local_demo">
|
|
292
|
-
<RoutineSettingsComponent name="updated_local_demo" plugin="None">
|
|
293
|
-
<Param val="none" valType="str" updates="None" name="backgroundFit" />
|
|
294
|
-
<Param val="" valType="str" updates="None" name="backgroundImg" />
|
|
295
|
-
<Param val="$[0,0,0]" valType="color" updates="None" name="color" />
|
|
296
|
-
<Param val="rgb" valType="str" updates="None" name="colorSpace" />
|
|
297
|
-
<Param val="" valType="str" updates="constant" name="desc" />
|
|
298
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
299
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
300
|
-
<Param val="updated_local_demo" valType="code" updates="None" name="name" />
|
|
301
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
302
|
-
<Param val="" valType="code" updates="constant" name="skipIf" />
|
|
303
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
304
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
305
|
-
<Param val="False" valType="bool" updates="None" name="useWindowParams" />
|
|
306
|
-
</RoutineSettingsComponent>
|
|
307
|
-
<CodeComponent name="code" plugin="None">
|
|
308
|
-
<Param val="" valType="extendedCode" updates="constant" name="Before Experiment" />
|
|
309
|
-
<Param val="" valType="extendedCode" updates="constant" name="Before JS Experiment" />
|
|
310
|
-
<Param val="" valType="extendedCode" updates="constant" name="Begin Experiment" />
|
|
311
|
-
<Param val="" valType="extendedCode" updates="constant" name="Begin JS Experiment" />
|
|
312
|
-
<Param val="grids = [grid1, grid2, grid3, grid4, grid5, grid6, grid7, grid8, grid9];&#10;resps = [resp_white, resp_pink];&#10;for (var resp, _pj_c = 0, _pj_a = resps, _pj_b = _pj_a.length; (_pj_c < _pj_b); _pj_c += 1) {&#10; resp = _pj_a[_pj_c];&#10; resp.draggable = true;&#10;}&#10;resp_white.pos = [(- 0.65), (- 0.25)];&#10;resp_pink.pos = [(- 0.45), (- 0.25)];&#10;selected_resp_type = "";&#10;white_grid_dropped = "";&#10;pink_grid_dropped = "";&#10;showSubmit = false;&#10;white_correct = 0;&#10;pink_correct = 0;&#10;time_taken = 0;&#10;" valType="extendedCode" updates="constant" name="Begin JS Routine" />
|
|
313
|
-
<Param val="# create a list of grids to check where the square has been dropped&#10;grids = [grid1, grid2, grid3, grid4, grid5, grid6, grid7, grid8, grid9]&#10;&#10;# create a list of response squares&#10;resps = [resp_white, resp_pink]&#10;&#10;# set the response square to be draggable&#10;# new draggable attribute allows component to be dragged&#10;# even if the mouse is out of bounds of the dragging component&#10;for resp in resps:&#10; resp.draggable = True&#10;&#10;# reset the response square at the beginning of each trial&#10;resp_white.pos = [-0.65, -0.25]&#10;resp_pink.pos = [-0.45, -0.25]&#10;&#10;# variable to check which response is being made&#10;selected_resp_type = ""&#10;&#10;# variable to save which grid the square was dropped in&#10;white_grid_dropped = ""&#10;pink_grid_dropped = ""&#10;&#10;# only show the submit button when a square has been dropped&#10;showSubmit = False&#10;&#10;# variable to store if the trial was correct&#10;white_correct = 0&#10;pink_correct = 0&#10;&#10;# variable to store time taken to complete trial&#10;time_taken = 0" valType="extendedCode" updates="constant" name="Begin Routine" />
|
|
314
|
-
<Param val="Auto->JS" valType="str" updates="None" name="Code Type" />
|
|
315
|
-
<Param val="# check through the different response types&#10;for resp in resps:&#10; # keep track of which colour response square is currently being used&#10; if mouse.isPressedIn(resp):&#10; selected_resp_type = resp.name&#10; &#10; # if a response square is clicked&#10; if selected_resp_type:&#10; # check through each response grid&#10; for grid in grids:&#10; # if the mouse is within a grid and left click is pressed&#10; if grid.contains(mouse) and mouse.getPressed()[0]:&#10; if "white" in selected_resp_type:&#10; # snap white square to nearest grid and save the grid&#10; resp_white.setPos(grid.pos)&#10; white_grid_dropped = grid.name&#10; elif "pink" in selected_resp_type:&#10; # snap pink square to nearest grid and save the grid&#10; resp_pink.setPos(grid.pos)&#10; pink_grid_dropped = grid.name&#10; showSubmit = True&#10;&#10;# end the routine when the submit button is clicked&#10;# and record how long it took to complete trial&#10;if mouse.isPressedIn(submit_button) and t > 1:&#10; time_taken = t # fetch current time of trial&#10; continueRoutine = False" valType="extendedCode" updates="constant" name="Each Frame" />
|
|
316
|
-
<Param val="var _pj;&#10;function _pj_snippets(container) {&#10; function in_es6(left, right) {&#10; if (((right instanceof Array) || ((typeof right) === "string"))) {&#10; return (right.indexOf(left) > (- 1));&#10; } else {&#10; if (((right instanceof Map) || (right instanceof Set) || (right instanceof WeakMap) || (right instanceof WeakSet))) {&#10; return right.has(left);&#10; } else {&#10; return (left in right);&#10; }&#10; }&#10; }&#10; container["in_es6"] = in_es6;&#10; return container;&#10;}&#10;_pj = {};&#10;_pj_snippets(_pj);&#10;for (var resp, _pj_c = 0, _pj_a = resps, _pj_b = _pj_a.length; (_pj_c < _pj_b); _pj_c += 1) {&#10; resp = _pj_a[_pj_c];&#10; if (mouse.isPressedIn(resp)) {&#10; selected_resp_type = resp.name;&#10; }&#10; if (selected_resp_type) {&#10; for (var grid, _pj_f = 0, _pj_d = grids, _pj_e = _pj_d.length; (_pj_f < _pj_e); _pj_f += 1) {&#10; grid = _pj_d[_pj_f];&#10; if ((grid.contains(mouse) && mouse.getPressed()[0])) {&#10; if (_pj.in_es6("white", selected_resp_type)) {&#10; resp_white.setPos(grid.pos);&#10; white_grid_dropped = grid.name;&#10; } else {&#10; if (_pj.in_es6("pink", selected_resp_type)) {&#10; resp_pink.setPos(grid.pos);&#10; pink_grid_dropped = grid.name;&#10; }&#10; }&#10; showSubmit = true;&#10; }&#10; }&#10; }&#10;}&#10;if ((mouse.isPressedIn(submit_button) && (t > 1))) {&#10; time_taken = t;&#10; continueRoutine = false;&#10;}&#10;" valType="extendedCode" updates="constant" name="Each JS Frame" />
|
|
317
|
-
<Param val="" valType="extendedCode" updates="constant" name="End Experiment" />
|
|
318
|
-
<Param val="" valType="extendedCode" updates="constant" name="End JS Experiment" />
|
|
319
|
-
<Param val="psychoJS.experiment.addData("white_grid_dropped", white_grid_dropped);&#10;psychoJS.experiment.addData("pink_grid_dropped", pink_grid_dropped);&#10;if ((white_grid_dropped === white_correct_answer)) {&#10; white_correct = 1;&#10;} else {&#10; white_correct = 0;&#10;}&#10;if ((pink_grid_dropped === pink_correct_answer)) {&#10; pink_correct = 1;&#10;} else {&#10; pink_correct = 0;&#10;}&#10;psychoJS.experiment.addData("white_correct", white_correct);&#10;psychoJS.experiment.addData("pink_correct", pink_correct);&#10;psychoJS.experiment.addData("time_taken", time_taken);&#10;console.log("white_correct:", white_correct);&#10;console.log("pink_correct:", pink_correct);&#10;" valType="extendedCode" updates="constant" name="End JS Routine" />
|
|
320
|
-
<Param val="# save the grid where the square was dropped in to csv&#10;thisExp.addData("white_grid_dropped", white_grid_dropped)&#10;thisExp.addData("pink_grid_dropped", pink_grid_dropped)&#10;&#10;#print(trials.thisN+1, grid_dropped)&#10;&#10;&#10;if white_grid_dropped == white_correct_answer:&#10; white_correct = 1&#10;else:&#10; white_correct = 0&#10;&#10;if pink_grid_dropped == pink_correct_answer:&#10; pink_correct = 1&#10;else:&#10; pink_correct = 0&#10;&#10;# save correct variable and time taken&#10;thisExp.addData("white_correct", white_correct)&#10;thisExp.addData("pink_correct", pink_correct)&#10;thisExp.addData("time_taken", time_taken)&#10;&#10;print("white_correct:", white_correct)&#10;print("pink_correct:", pink_correct)" valType="extendedCode" updates="constant" name="End Routine" />
|
|
321
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
322
|
-
<Param val="code" valType="code" updates="None" name="name" />
|
|
323
|
-
</CodeComponent>
|
|
324
|
-
<ImageComponent name="stim" plugin="None">
|
|
325
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
326
|
-
<Param val="$[1,1,1]" valType="color" updates="constant" name="color" />
|
|
327
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
328
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
329
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
330
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
331
|
-
<Param val="False" valType="bool" updates="constant" name="flipHoriz" />
|
|
332
|
-
<Param val="False" valType="bool" updates="constant" name="flipVert" />
|
|
333
|
-
<Param val="$stims" valType="file" updates="set every repeat" name="image" />
|
|
334
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
335
|
-
<Param val="" valType="str" updates="constant" name="mask" />
|
|
336
|
-
<Param val="stim" valType="code" updates="None" name="name" />
|
|
337
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
338
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
339
|
-
<Param val="(-0.5, 0.2)" valType="list" updates="constant" name="pos" />
|
|
340
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
341
|
-
<Param val="(0.35, 0.35)" valType="list" updates="constant" name="size" />
|
|
342
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
343
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
344
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
345
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
346
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
347
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
348
|
-
<Param val="128" valType="num" updates="constant" name="texture resolution" />
|
|
349
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
140
|
+
<ImageComponent name="grid" plugin="None">
|
|
141
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
142
|
+
<Param val="$[1,1,1]" valType="color" updates="constant" name="color"/>
|
|
143
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
144
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
145
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
146
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
147
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
148
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
149
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
150
|
+
<Param val="stimuli/blank_grid.png" valType="file" updates="constant" name="image"/>
|
|
151
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
152
|
+
<Param val="" valType="str" updates="constant" name="mask"/>
|
|
153
|
+
<Param val="grid" valType="code" updates="None" name="name"/>
|
|
154
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
155
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
156
|
+
<Param val="(0, 0)" valType="list" updates="constant" name="pos"/>
|
|
157
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
158
|
+
<Param val="(0.6, 0.6)" valType="list" updates="constant" name="size"/>
|
|
159
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
160
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
161
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
162
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
163
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
164
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
165
|
+
<Param val="128" valType="num" updates="constant" name="texture resolution"/>
|
|
166
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
167
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
350
168
|
</ImageComponent>
|
|
351
|
-
<
|
|
352
|
-
<Param val="" valType="
|
|
353
|
-
<Param val="" valType="
|
|
354
|
-
<Param val="
|
|
355
|
-
<Param val="" valType="
|
|
356
|
-
<Param val="
|
|
357
|
-
<Param val="
|
|
358
|
-
<Param val="
|
|
359
|
-
<Param val="
|
|
360
|
-
<Param val="
|
|
361
|
-
<Param val="
|
|
362
|
-
<Param val="" valType="
|
|
363
|
-
<Param val="
|
|
364
|
-
<Param val="
|
|
365
|
-
<Param val="
|
|
366
|
-
<Param val="" valType="
|
|
367
|
-
<Param val="
|
|
368
|
-
<Param val="
|
|
369
|
-
<Param val="
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
<Param val="
|
|
373
|
-
<Param val="
|
|
374
|
-
<Param val="
|
|
375
|
-
<Param val="
|
|
376
|
-
<Param val="" valType="
|
|
377
|
-
<Param val="
|
|
378
|
-
<Param val="
|
|
379
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
380
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
381
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
382
|
-
<Param val="grid1" valType="code" updates="None" name="name" />
|
|
383
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
384
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
385
|
-
<Param val="(0.3, 0.175)" valType="list" updates="constant" name="pos" />
|
|
386
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
387
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
388
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
389
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
390
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
391
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
392
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
393
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
394
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
395
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
396
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
397
|
-
</PolygonComponent>
|
|
398
|
-
<PolygonComponent name="grid2" plugin="None">
|
|
399
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
400
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
401
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
402
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
403
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
404
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
405
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
406
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
407
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
408
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
409
|
-
<Param val="grid2" valType="code" updates="None" name="name" />
|
|
410
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
411
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
412
|
-
<Param val="(0.475, 0.175)" valType="list" updates="constant" name="pos" />
|
|
413
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
414
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
415
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
416
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
417
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
418
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
419
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
420
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
421
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
422
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
423
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
169
|
+
<PolygonComponent name="pinkSquare" plugin="None">
|
|
170
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
171
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
172
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
173
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
174
|
+
<Param val="True" valType="code" updates="constant" name="draggable"/>
|
|
175
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
176
|
+
<Param val="pink" valType="color" updates="constant" name="fillColor"/>
|
|
177
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
178
|
+
<Param val="grey" valType="color" updates="constant" name="lineColor"/>
|
|
179
|
+
<Param val="8" valType="num" updates="constant" name="lineWidth"/>
|
|
180
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
181
|
+
<Param val="pinkSquare" valType="code" updates="None" name="name"/>
|
|
182
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
183
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
184
|
+
<Param val="(-0.5, -0.3)" valType="list" updates="set every repeat" name="pos"/>
|
|
185
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
186
|
+
<Param val="rectangle" valType="str" updates="None" name="shape"/>
|
|
187
|
+
<Param val="(0.2, 0.2)" valType="list" updates="constant" name="size"/>
|
|
188
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
189
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
190
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
191
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
192
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
193
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
194
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
195
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
196
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
424
197
|
</PolygonComponent>
|
|
425
|
-
<PolygonComponent name="
|
|
426
|
-
<Param val="center" valType="str" updates="constant" name="anchor"
|
|
427
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace"
|
|
428
|
-
<Param val="1" valType="num" updates="constant" name="contrast"
|
|
429
|
-
<Param val="False" valType="bool" updates="None" name="disabled"
|
|
430
|
-
<Param val="" valType="code" updates="
|
|
431
|
-
<Param val="
|
|
432
|
-
<Param val="
|
|
433
|
-
<Param val="
|
|
434
|
-
<Param val="
|
|
435
|
-
<Param val="
|
|
436
|
-
<Param val="
|
|
437
|
-
<Param val="" valType="
|
|
438
|
-
<Param val="
|
|
439
|
-
<Param val="
|
|
440
|
-
<Param val="
|
|
441
|
-
<Param val="
|
|
442
|
-
<Param val="
|
|
443
|
-
<Param val="" valType="
|
|
444
|
-
<Param val="
|
|
445
|
-
<Param val="
|
|
446
|
-
<Param val="
|
|
447
|
-
<Param val="" valType="
|
|
448
|
-
<Param val="
|
|
449
|
-
<Param val="
|
|
450
|
-
<Param val="" valType="
|
|
198
|
+
<PolygonComponent name="whiteSquare" plugin="None">
|
|
199
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
200
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
201
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
202
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
203
|
+
<Param val="True" valType="code" updates="constant" name="draggable"/>
|
|
204
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
205
|
+
<Param val="white" valType="color" updates="constant" name="fillColor"/>
|
|
206
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
207
|
+
<Param val="grey" valType="color" updates="constant" name="lineColor"/>
|
|
208
|
+
<Param val="8" valType="num" updates="constant" name="lineWidth"/>
|
|
209
|
+
<Param val="4" valType="int" updates="constant" name="nVertices"/>
|
|
210
|
+
<Param val="whiteSquare" valType="code" updates="None" name="name"/>
|
|
211
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
212
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
213
|
+
<Param val="(-0.5, 0.1)" valType="list" updates="set every repeat" name="pos"/>
|
|
214
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
215
|
+
<Param val="rectangle" valType="str" updates="None" name="shape"/>
|
|
216
|
+
<Param val="(0.2, 0.2)" valType="list" updates="constant" name="size"/>
|
|
217
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
218
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
219
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
220
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
221
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
222
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
223
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
224
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
225
|
+
<Param val="" valType="list" updates="constant" name="vertices"/>
|
|
451
226
|
</PolygonComponent>
|
|
452
|
-
<
|
|
453
|
-
<Param val="center" valType="str" updates="constant" name="anchor"
|
|
454
|
-
<Param val="
|
|
455
|
-
<Param val="
|
|
456
|
-
<Param val="
|
|
457
|
-
<Param val="" valType="
|
|
458
|
-
<Param val="
|
|
459
|
-
<Param val="
|
|
460
|
-
<Param val="
|
|
461
|
-
<Param val="
|
|
462
|
-
<Param val="
|
|
463
|
-
<Param val="
|
|
464
|
-
<Param val="" valType="
|
|
465
|
-
<Param val="
|
|
466
|
-
<Param val="
|
|
467
|
-
<Param val="
|
|
468
|
-
<Param val="
|
|
469
|
-
<Param val="
|
|
470
|
-
<Param val="" valType="
|
|
471
|
-
<Param val="
|
|
472
|
-
<Param val="
|
|
473
|
-
<Param val="
|
|
474
|
-
<Param val="" valType="
|
|
475
|
-
<Param val="
|
|
476
|
-
<Param val="
|
|
477
|
-
<Param val="" valType="
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
<Param val="
|
|
483
|
-
<Param val="
|
|
484
|
-
<Param val="" valType="
|
|
485
|
-
<Param val="
|
|
486
|
-
<Param val="
|
|
487
|
-
<Param val="
|
|
488
|
-
<Param val="
|
|
489
|
-
<Param val="
|
|
490
|
-
<Param val="
|
|
491
|
-
<Param val="" valType="
|
|
492
|
-
<Param val="
|
|
493
|
-
<Param val="
|
|
494
|
-
<Param val="True" valType="bool" updates="
|
|
495
|
-
<Param val="
|
|
496
|
-
<Param val="
|
|
497
|
-
<Param val="" valType="code" updates="None" name="
|
|
498
|
-
<Param val="
|
|
499
|
-
<Param val="
|
|
500
|
-
<Param val="
|
|
501
|
-
<Param val="" valType="
|
|
502
|
-
<Param val="
|
|
503
|
-
<Param val="
|
|
504
|
-
<Param val="" valType="
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
<Param val="
|
|
508
|
-
<Param val="
|
|
509
|
-
<Param val="
|
|
510
|
-
<Param val="
|
|
511
|
-
<Param val="" valType="
|
|
512
|
-
<Param val="
|
|
513
|
-
<Param val="
|
|
514
|
-
<Param val="
|
|
515
|
-
<Param val="
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
<Param val="" valType="
|
|
519
|
-
<Param val="
|
|
520
|
-
<Param val="(
|
|
521
|
-
<Param val="
|
|
522
|
-
<Param val="
|
|
523
|
-
<Param val="
|
|
524
|
-
<Param val="" valType="
|
|
525
|
-
<Param val="
|
|
526
|
-
<Param val="
|
|
527
|
-
<Param val="
|
|
528
|
-
<Param val="" valType="
|
|
529
|
-
<Param val="
|
|
530
|
-
<Param val="
|
|
531
|
-
<Param val="" valType="
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
535
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
536
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
537
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
538
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
539
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
540
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
541
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
542
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
543
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
544
|
-
<Param val="grid7" valType="code" updates="None" name="name" />
|
|
545
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
546
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
547
|
-
<Param val="(0.3, -0.175)" valType="list" updates="constant" name="pos" />
|
|
548
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
549
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
550
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
551
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
552
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
553
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
554
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
555
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
556
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
557
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
558
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
559
|
-
</PolygonComponent>
|
|
560
|
-
<PolygonComponent name="grid8" plugin="None">
|
|
561
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
562
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
563
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
564
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
565
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
566
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
567
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
568
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
569
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
570
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
571
|
-
<Param val="grid8" valType="code" updates="None" name="name" />
|
|
572
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
573
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
574
|
-
<Param val="(0.475, -0.175)" valType="list" updates="constant" name="pos" />
|
|
575
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
576
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
577
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
578
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
579
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
580
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
581
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
582
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
583
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
584
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
585
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
586
|
-
</PolygonComponent>
|
|
587
|
-
<PolygonComponent name="grid9" plugin="None">
|
|
588
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
589
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
590
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
591
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
592
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
593
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
594
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
595
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
596
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
597
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
598
|
-
<Param val="grid9" valType="code" updates="None" name="name" />
|
|
599
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
600
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
601
|
-
<Param val="(0.65, -0.175)" valType="list" updates="constant" name="pos" />
|
|
602
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
603
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
604
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
605
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
606
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
607
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
608
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
609
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
610
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
611
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
612
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
613
|
-
</PolygonComponent>
|
|
614
|
-
<PolygonComponent name="resp_white" plugin="None">
|
|
615
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
616
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
617
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
618
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
619
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
620
|
-
<Param val="white" valType="color" updates="constant" name="fillColor" />
|
|
621
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
622
|
-
<Param val="white" valType="color" updates="constant" name="lineColor" />
|
|
623
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
624
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
625
|
-
<Param val="resp_white" valType="code" updates="None" name="name" />
|
|
626
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
627
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
628
|
-
<Param val="(-0.65, -0.25)" valType="list" updates="constant" name="pos" />
|
|
629
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
630
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
631
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
632
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
633
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
634
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
635
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
636
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
637
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
638
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
639
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
640
|
-
</PolygonComponent>
|
|
641
|
-
<PolygonComponent name="resp_pink" plugin="None">
|
|
642
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
643
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
644
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
645
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
646
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
647
|
-
<Param val="pink" valType="color" updates="constant" name="fillColor" />
|
|
648
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
649
|
-
<Param val="pink" valType="color" updates="constant" name="lineColor" />
|
|
650
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
651
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
652
|
-
<Param val="resp_pink" valType="code" updates="None" name="name" />
|
|
653
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
654
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
655
|
-
<Param val="(-0.45, -0.25)" valType="list" updates="constant" name="pos" />
|
|
656
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
657
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
658
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
659
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
660
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
661
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
662
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
663
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
664
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
665
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
666
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
667
|
-
</PolygonComponent>
|
|
668
|
-
<TextboxComponent name="submit_button" plugin="None">
|
|
669
|
-
<Param val="center" valType="str" updates="constant" name="alignment" />
|
|
670
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
671
|
-
<Param val="True" valType="bool" updates="constant" name="autoLog" />
|
|
672
|
-
<Param val="False" valType="bool" updates="constant" name="bold" />
|
|
673
|
-
<Param val="None" valType="color" updates="constant" name="borderColor" />
|
|
674
|
-
<Param val="2" valType="num" updates="constant" name="borderWidth" />
|
|
675
|
-
<Param val="white" valType="color" updates="constant" name="color" />
|
|
676
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
677
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
678
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
679
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
680
|
-
<Param val="False" valType="bool" updates="constant" name="editable" />
|
|
681
|
-
<Param val="lightseagreen" valType="color" updates="constant" name="fillColor" />
|
|
682
|
-
<Param val="False" valType="bool" updates="constant" name="flipHoriz" />
|
|
683
|
-
<Param val="False" valType="bool" updates="constant" name="flipVert" />
|
|
684
|
-
<Param val="Arial" valType="str" updates="constant" name="font" />
|
|
685
|
-
<Param val="False" valType="bool" updates="constant" name="italic" />
|
|
686
|
-
<Param val="LTR" valType="str" updates="None" name="languageStyle" />
|
|
687
|
-
<Param val="0.05" valType="num" updates="constant" name="letterHeight" />
|
|
688
|
-
<Param val="1.0" valType="num" updates="constant" name="lineSpacing" />
|
|
689
|
-
<Param val="submit_button" valType="code" updates="None" name="name" />
|
|
690
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
691
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
692
|
-
<Param val="visible" valType="str" updates="constant" name="overflow" />
|
|
693
|
-
<Param val="0" valType="num" updates="constant" name="padding" />
|
|
694
|
-
<Param val="Type here..." valType="str" updates="constant" name="placeholder" />
|
|
695
|
-
<Param val="(0.6, -0.4)" valType="list" updates="constant" name="pos" />
|
|
696
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
697
|
-
<Param val="(0.2, 0.1)" valType="list" updates="constant" name="size" />
|
|
698
|
-
<Param val="" valType="list" updates="constant" name="speechPoint" />
|
|
699
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
700
|
-
<Param val="condition" valType="str" updates="None" name="startType" />
|
|
701
|
-
<Param val="showSubmit" valType="code" updates="None" name="startVal" />
|
|
702
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
703
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
704
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
705
|
-
<Param val="Submit" valType="str" updates="constant" name="text" />
|
|
706
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
707
|
-
</TextboxComponent>
|
|
227
|
+
<ImageComponent name="target" plugin="None">
|
|
228
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
229
|
+
<Param val="$[1,1,1]" valType="color" updates="constant" name="color"/>
|
|
230
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
231
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
232
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
233
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
234
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
235
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
236
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
237
|
+
<Param val="$targetImg" valType="file" updates="set every repeat" name="image"/>
|
|
238
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
239
|
+
<Param val="" valType="str" updates="constant" name="mask"/>
|
|
240
|
+
<Param val="target" valType="code" updates="None" name="name"/>
|
|
241
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
242
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
243
|
+
<Param val="(0.5, 0)" valType="list" updates="constant" name="pos"/>
|
|
244
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
245
|
+
<Param val="(0.3, 0.3)" valType="list" updates="constant" name="size"/>
|
|
246
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
247
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
248
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
249
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
250
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
251
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
252
|
+
<Param val="128" valType="num" updates="constant" name="texture resolution"/>
|
|
253
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
254
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
255
|
+
</ImageComponent>
|
|
256
|
+
<ButtonComponent name="acceptBtn" plugin="None">
|
|
257
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
258
|
+
<Param val="True" valType="bool" updates="constant" name="bold"/>
|
|
259
|
+
<Param val="None" valType="color" updates="constant" name="borderColor"/>
|
|
260
|
+
<Param val="0" valType="num" updates="constant" name="borderWidth"/>
|
|
261
|
+
<Param val="# each square is correct if it's within 0.1 units of target position&#10;whiteSquareCorr = (&#10; whiteSquarePos[0] - 0.1 < whiteSquare.pos[0] < whiteSquarePos[0] + 0.1&#10; and whiteSquarePos[1] - 0.1 < whiteSquare.pos[1] < whiteSquarePos[1] + 0.1&#10;)&#10;pinkSquareCorr = (&#10; pinkSquarePos[0] - 0.1 < pinkSquare.pos[0] < pinkSquarePos[0] + 0.1&#10; and pinkSquarePos[1] - 0.1 < pinkSquare.pos[1] < pinkSquarePos[1] + 0.1&#10;)&#10;# trial is correct if both squares are correct&#10;corr = whiteSquareCorr and pinkSquareCorr&#10;# save positions and correct&#10;thisExp.addData("whiteSquare.pos", whiteSquare.pos)&#10;thisExp.addData("pinkSquare.pos", pinkSquare.pos)&#10;thisExp.addData("whiteSquare.corr", whiteSquareCorr)&#10;thisExp.addData("pinkSquare.corr", pinkSquareCorr)&#10;# store time taken&#10;timeTaken = t" valType="extendedCode" updates="constant" name="callback"/>
|
|
262
|
+
<Param val="white" valType="color" updates="constant" name="color"/>
|
|
263
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
264
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
265
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
266
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
267
|
+
<Param val="mediumseagreen" valType="color" updates="constant" name="fillColor"/>
|
|
268
|
+
<Param val="Arial" valType="str" updates="constant" name="font"/>
|
|
269
|
+
<Param val="True" valType="bool" updates="constant" name="forceEndRoutine"/>
|
|
270
|
+
<Param val="False" valType="bool" updates="constant" name="italic"/>
|
|
271
|
+
<Param val="0.05" valType="num" updates="constant" name="letterHeight"/>
|
|
272
|
+
<Param val="acceptBtn" valType="code" updates="None" name="name"/>
|
|
273
|
+
<Param val="True" valType="bool" updates="constant" name="oncePerClick"/>
|
|
274
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
275
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
276
|
+
<Param val="" valType="num" updates="constant" name="padding"/>
|
|
277
|
+
<Param val="(0, -0.4)" valType="list" updates="constant" name="pos"/>
|
|
278
|
+
<Param val="every click" valType="str" updates="None" name="save"/>
|
|
279
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
280
|
+
<Param val="(0.3, 0.1)" valType="list" updates="constant" name="size"/>
|
|
281
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
282
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
283
|
+
<Param val="0" valType="code" updates="None" name="startVal"/>
|
|
284
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
285
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
286
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
287
|
+
<Param val="Accept" valType="str" updates="constant" name="text"/>
|
|
288
|
+
<Param val="button onset" valType="str" updates="constant" name="timeRelativeTo"/>
|
|
289
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
290
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
291
|
+
</ButtonComponent>
|
|
292
|
+
<CodeComponent name="onlineChanges" plugin="None">
|
|
293
|
+
<Param val="" valType="extendedCode" updates="constant" name="Before Experiment"/>
|
|
294
|
+
<Param val="" valType="extendedCode" updates="constant" name="Before JS Experiment"/>
|
|
295
|
+
<Param val="mouse = core.Mouse(win=win)" valType="extendedCode" updates="constant" name="Begin Experiment"/>
|
|
296
|
+
<Param val="// create a Mouse to listen for drags&#10;mouse = new core.Mouse({"win": psychoJS.window});" valType="extendedCode" updates="constant" name="Begin JS Experiment"/>
|
|
297
|
+
<Param val="// make sure the answers are read in as numbers rather than strings&#10;for (let i in whiteSquarePos) { whiteSquarePos[i] = parseFloat(whiteSquarePos[i]); }&#10;for (let i in pinkSquarePos) { pinkSquarePos[i] = parseFloat(pinkSquarePos[i]); }" valType="extendedCode" updates="constant" name="Begin JS Routine"/>
|
|
298
|
+
<Param val="" valType="extendedCode" updates="constant" name="Begin Routine"/>
|
|
299
|
+
<Param val="JS" valType="str" updates="None" name="Code Type"/>
|
|
300
|
+
<Param val="if mouse.isPressedIn(whiteSquare):&#10; whiteSquare.setPos(&#10; mouse.getPos()&#10; )&#10;if mouse.isPressedIn(pinkSquare):&#10; pinkSquare.setPos(&#10; mouse.getPos()&#10; )" valType="extendedCode" updates="constant" name="Each Frame"/>
|
|
301
|
+
<Param val="// drag each square if clicked on this frame&#10;if (mouse.isPressedIn(whiteSquare)) {&#10; whiteSquare.setPos(mouse.getPos());&#10;}&#10;if (mouse.isPressedIn(pinkSquare)) {&#10; pinkSquare.setPos(mouse.getPos());&#10;}&#10;" valType="extendedCode" updates="constant" name="Each JS Frame"/>
|
|
302
|
+
<Param val="" valType="extendedCode" updates="constant" name="End Experiment"/>
|
|
303
|
+
<Param val="" valType="extendedCode" updates="constant" name="End JS Experiment"/>
|
|
304
|
+
<Param val="" valType="extendedCode" updates="constant" name="End JS Routine"/>
|
|
305
|
+
<Param val="" valType="extendedCode" updates="constant" name="End Routine"/>
|
|
306
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
307
|
+
<Param val="onlineChanges" valType="code" updates="None" name="name"/>
|
|
308
|
+
</CodeComponent>
|
|
708
309
|
</Routine>
|
|
709
|
-
<Routine name="
|
|
710
|
-
<RoutineSettingsComponent name="
|
|
711
|
-
<Param val="none" valType="str" updates="None" name="backgroundFit"
|
|
712
|
-
<Param val="" valType="str" updates="None" name="backgroundImg"
|
|
713
|
-
<Param val="$[0,0,0]" valType="color" updates="None" name="color"
|
|
714
|
-
<Param val="rgb" valType="str" updates="None" name="colorSpace"
|
|
715
|
-
<Param val="" valType="str" updates="constant" name="desc"
|
|
716
|
-
<Param val="False" valType="bool" updates="None" name="disabled"
|
|
717
|
-
<Param val="" valType="code" updates="None" name="durationEstim"
|
|
718
|
-
<Param val="
|
|
719
|
-
<Param val="
|
|
720
|
-
<Param val="" valType="
|
|
721
|
-
<Param val="
|
|
722
|
-
<Param val="" valType="
|
|
723
|
-
<Param val="
|
|
310
|
+
<Routine name="feedback_corr">
|
|
311
|
+
<RoutineSettingsComponent name="feedback_corr" plugin="None">
|
|
312
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
313
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
314
|
+
<Param val="$[0,0,0]" valType="color" updates="None" name="color"/>
|
|
315
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
316
|
+
<Param val="" valType="str" updates="constant" name="desc"/>
|
|
317
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
318
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
319
|
+
<Param val="False" valType="code" updates="None" name="forceNonSlip"/>
|
|
320
|
+
<Param val="feedback_corr" valType="code" updates="None" name="name"/>
|
|
321
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
322
|
+
<Param val="not corr" valType="code" updates="constant" name="skipIf"/>
|
|
323
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
324
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
325
|
+
<Param val="False" valType="bool" updates="None" name="useWindowParams"/>
|
|
724
326
|
</RoutineSettingsComponent>
|
|
725
|
-
<
|
|
726
|
-
<Param val="" valType="
|
|
727
|
-
<Param val="" valType="
|
|
728
|
-
<Param val="" valType="
|
|
729
|
-
<Param val="" valType="
|
|
730
|
-
<Param val="
|
|
731
|
-
<Param val="
|
|
732
|
-
<Param val="
|
|
733
|
-
<Param val="
|
|
734
|
-
<Param val="
|
|
735
|
-
<Param val="" valType="
|
|
736
|
-
<Param val="" valType="
|
|
737
|
-
<Param val="
|
|
738
|
-
<Param val="
|
|
739
|
-
<Param val="
|
|
740
|
-
<Param val="
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
<Param val="
|
|
744
|
-
<Param val="
|
|
745
|
-
<Param val="
|
|
746
|
-
<Param val="1" valType="num" updates="constant" name="
|
|
747
|
-
<Param val="
|
|
748
|
-
<Param val="" valType="
|
|
749
|
-
<Param val="
|
|
750
|
-
<Param val="
|
|
751
|
-
<Param val="
|
|
752
|
-
<Param val="
|
|
753
|
-
<Param val="" valType="
|
|
754
|
-
<Param val="
|
|
755
|
-
<Param val="" valType="
|
|
756
|
-
<Param val="
|
|
757
|
-
<Param val="
|
|
758
|
-
<Param val="
|
|
759
|
-
<Param val="
|
|
760
|
-
<Param val="" valType="
|
|
761
|
-
<Param val="
|
|
762
|
-
<Param val="
|
|
763
|
-
<Param val="
|
|
764
|
-
<Param val="" valType="
|
|
765
|
-
<Param val="
|
|
766
|
-
<Param val="128" valType="num" updates="constant" name="texture resolution" />
|
|
767
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
768
|
-
</ImageComponent>
|
|
769
|
-
<MouseComponent name="mouse_2" plugin="None">
|
|
770
|
-
<Param val="" valType="list" updates="constant" name="clickable" />
|
|
771
|
-
<Param val="" valType="list" updates="constant" name="correctAns" />
|
|
772
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
773
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
774
|
-
<Param val="never" valType="str" updates="constant" name="forceEndRoutineOnPress" />
|
|
775
|
-
<Param val="mouse_2" valType="code" updates="None" name="name" />
|
|
776
|
-
<Param val="True" valType="bool" updates="constant" name="newClicksOnly" />
|
|
777
|
-
<Param val="on click" valType="str" updates="None" name="saveMouseState" />
|
|
778
|
-
<Param val="name," valType="list" updates="constant" name="saveParamsClickable" />
|
|
779
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
780
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
781
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
782
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
783
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
784
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
785
|
-
<Param val="False" valType="bool" updates="constant" name="storeCorrect" />
|
|
786
|
-
<Param val="False" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
787
|
-
<Param val="mouse onset" valType="str" updates="constant" name="timeRelativeTo" />
|
|
788
|
-
</MouseComponent>
|
|
789
|
-
<PolygonComponent name="grid1_2" plugin="None">
|
|
790
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
791
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
792
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
793
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
794
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
795
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
796
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
797
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
798
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
799
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
800
|
-
<Param val="grid1_2" valType="code" updates="None" name="name" />
|
|
801
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
802
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
803
|
-
<Param val="(0.3, 0.175)" valType="list" updates="constant" name="pos" />
|
|
804
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
805
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
806
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
807
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
808
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
809
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
810
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
811
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
812
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
813
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
814
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
815
|
-
</PolygonComponent>
|
|
816
|
-
<PolygonComponent name="grid2_2" plugin="None">
|
|
817
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
818
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
819
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
820
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
821
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
822
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
823
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
824
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
825
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
826
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
827
|
-
<Param val="grid2_2" valType="code" updates="None" name="name" />
|
|
828
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
829
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
830
|
-
<Param val="(0.475, 0.175)" valType="list" updates="constant" name="pos" />
|
|
831
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
832
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
833
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
834
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
835
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
836
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
837
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
838
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
839
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
840
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
841
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
842
|
-
</PolygonComponent>
|
|
843
|
-
<PolygonComponent name="grid3_2" plugin="None">
|
|
844
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
845
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
846
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
847
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
848
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
849
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
850
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
851
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
852
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
853
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
854
|
-
<Param val="grid3_2" valType="code" updates="None" name="name" />
|
|
855
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
856
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
857
|
-
<Param val="(0.65, 0.175)" valType="list" updates="constant" name="pos" />
|
|
858
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
859
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
860
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
861
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
862
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
863
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
864
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
865
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
866
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
867
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
868
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
869
|
-
</PolygonComponent>
|
|
870
|
-
<PolygonComponent name="grid4_2" plugin="None">
|
|
871
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
872
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
873
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
874
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
875
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
876
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
877
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
878
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
879
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
880
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
881
|
-
<Param val="grid4_2" valType="code" updates="None" name="name" />
|
|
882
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
883
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
884
|
-
<Param val="(0.3, 0)" valType="list" updates="constant" name="pos" />
|
|
885
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
886
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
887
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
888
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
889
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
890
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
891
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
892
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
893
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
894
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
895
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
896
|
-
</PolygonComponent>
|
|
897
|
-
<PolygonComponent name="grid5_2" plugin="None">
|
|
898
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
899
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
900
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
901
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
902
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
903
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
904
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
905
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
906
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
907
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
908
|
-
<Param val="grid5_2" valType="code" updates="None" name="name" />
|
|
909
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
910
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
911
|
-
<Param val="(0.475, 0)" valType="list" updates="constant" name="pos" />
|
|
912
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
913
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
914
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
915
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
916
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
917
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
918
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
919
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
920
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
921
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
922
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
923
|
-
</PolygonComponent>
|
|
924
|
-
<PolygonComponent name="grid6_2" plugin="None">
|
|
925
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
926
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
927
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
928
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
929
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
930
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
931
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
932
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
933
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
934
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
935
|
-
<Param val="grid6_2" valType="code" updates="None" name="name" />
|
|
936
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
937
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
938
|
-
<Param val="(0.65, 0)" valType="list" updates="constant" name="pos" />
|
|
939
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
940
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
941
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
942
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
943
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
944
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
945
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
946
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
947
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
948
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
949
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
950
|
-
</PolygonComponent>
|
|
951
|
-
<PolygonComponent name="grid7_2" plugin="None">
|
|
952
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
953
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
954
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
955
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
956
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
957
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
958
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
959
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
960
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
961
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
962
|
-
<Param val="grid7_2" valType="code" updates="None" name="name" />
|
|
963
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
964
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
965
|
-
<Param val="(0.3, -0.175)" valType="list" updates="constant" name="pos" />
|
|
966
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
967
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
968
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
969
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
970
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
971
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
972
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
973
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
974
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
975
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
976
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
977
|
-
</PolygonComponent>
|
|
978
|
-
<PolygonComponent name="grid8_2" plugin="None">
|
|
979
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
980
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
981
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
982
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
983
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
984
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
985
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
986
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
987
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
988
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
989
|
-
<Param val="grid8_2" valType="code" updates="None" name="name" />
|
|
990
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
991
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
992
|
-
<Param val="(0.475, -0.175)" valType="list" updates="constant" name="pos" />
|
|
993
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
994
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
995
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
996
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
997
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
998
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
999
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
1000
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
1001
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
1002
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
1003
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
1004
|
-
</PolygonComponent>
|
|
1005
|
-
<PolygonComponent name="grid9_2" plugin="None">
|
|
1006
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
1007
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
1008
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
1009
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
1010
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
1011
|
-
<Param val="black" valType="color" updates="constant" name="fillColor" />
|
|
1012
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
1013
|
-
<Param val="black" valType="color" updates="constant" name="lineColor" />
|
|
1014
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
1015
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
1016
|
-
<Param val="grid9_2" valType="code" updates="None" name="name" />
|
|
1017
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
1018
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
1019
|
-
<Param val="(0.65, -0.175)" valType="list" updates="constant" name="pos" />
|
|
1020
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
1021
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
1022
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
1023
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
1024
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
1025
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
1026
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
1027
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
1028
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
1029
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
1030
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
1031
|
-
</PolygonComponent>
|
|
1032
|
-
<PolygonComponent name="resp_2" plugin="None">
|
|
1033
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
1034
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
1035
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
1036
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
1037
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
1038
|
-
<Param val="white" valType="color" updates="constant" name="fillColor" />
|
|
1039
|
-
<Param val="linear" valType="str" updates="constant" name="interpolate" />
|
|
1040
|
-
<Param val="white" valType="color" updates="constant" name="lineColor" />
|
|
1041
|
-
<Param val="1" valType="num" updates="constant" name="lineWidth" />
|
|
1042
|
-
<Param val="4" valType="int" updates="constant" name="nVertices" />
|
|
1043
|
-
<Param val="resp_2" valType="code" updates="None" name="name" />
|
|
1044
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
1045
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
1046
|
-
<Param val="(-0.5, -0.25)" valType="list" updates="constant" name="pos" />
|
|
1047
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
1048
|
-
<Param val="rectangle" valType="str" updates="None" name="shape" />
|
|
1049
|
-
<Param val="(0.15, 0.15)" valType="list" updates="constant" name="size" />
|
|
1050
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
1051
|
-
<Param val="time (s)" valType="str" updates="None" name="startType" />
|
|
1052
|
-
<Param val="0.0" valType="code" updates="None" name="startVal" />
|
|
1053
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
1054
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
1055
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
1056
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
1057
|
-
<Param val="" valType="list" updates="constant" name="vertices" />
|
|
1058
|
-
</PolygonComponent>
|
|
1059
|
-
<TextboxComponent name="submit_button_2" plugin="None">
|
|
1060
|
-
<Param val="center" valType="str" updates="constant" name="alignment" />
|
|
1061
|
-
<Param val="center" valType="str" updates="constant" name="anchor" />
|
|
1062
|
-
<Param val="True" valType="bool" updates="constant" name="autoLog" />
|
|
1063
|
-
<Param val="False" valType="bool" updates="constant" name="bold" />
|
|
1064
|
-
<Param val="None" valType="color" updates="constant" name="borderColor" />
|
|
1065
|
-
<Param val="2" valType="num" updates="constant" name="borderWidth" />
|
|
1066
|
-
<Param val="white" valType="color" updates="constant" name="color" />
|
|
1067
|
-
<Param val="rgb" valType="str" updates="constant" name="colorSpace" />
|
|
1068
|
-
<Param val="1" valType="num" updates="constant" name="contrast" />
|
|
1069
|
-
<Param val="False" valType="bool" updates="None" name="disabled" />
|
|
1070
|
-
<Param val="" valType="code" updates="None" name="durationEstim" />
|
|
1071
|
-
<Param val="False" valType="bool" updates="constant" name="editable" />
|
|
1072
|
-
<Param val="lightseagreen" valType="color" updates="constant" name="fillColor" />
|
|
1073
|
-
<Param val="False" valType="bool" updates="constant" name="flipHoriz" />
|
|
1074
|
-
<Param val="False" valType="bool" updates="constant" name="flipVert" />
|
|
1075
|
-
<Param val="Arial" valType="str" updates="constant" name="font" />
|
|
1076
|
-
<Param val="False" valType="bool" updates="constant" name="italic" />
|
|
1077
|
-
<Param val="LTR" valType="str" updates="None" name="languageStyle" />
|
|
1078
|
-
<Param val="0.05" valType="num" updates="constant" name="letterHeight" />
|
|
1079
|
-
<Param val="1.0" valType="num" updates="constant" name="lineSpacing" />
|
|
1080
|
-
<Param val="submit_button_2" valType="code" updates="None" name="name" />
|
|
1081
|
-
<Param val="" valType="num" updates="constant" name="opacity" />
|
|
1082
|
-
<Param val="0" valType="num" updates="constant" name="ori" />
|
|
1083
|
-
<Param val="visible" valType="str" updates="constant" name="overflow" />
|
|
1084
|
-
<Param val="0" valType="num" updates="constant" name="padding" />
|
|
1085
|
-
<Param val="Type here..." valType="str" updates="constant" name="placeholder" />
|
|
1086
|
-
<Param val="(0.6, -0.4)" valType="list" updates="constant" name="pos" />
|
|
1087
|
-
<Param val="True" valType="bool" updates="None" name="saveStartStop" />
|
|
1088
|
-
<Param val="(0.2, 0.1)" valType="list" updates="constant" name="size" />
|
|
1089
|
-
<Param val="" valType="list" updates="constant" name="speechPoint" />
|
|
1090
|
-
<Param val="" valType="code" updates="None" name="startEstim" />
|
|
1091
|
-
<Param val="condition" valType="str" updates="None" name="startType" />
|
|
1092
|
-
<Param val="showSubmit" valType="code" updates="None" name="startVal" />
|
|
1093
|
-
<Param val="duration (s)" valType="str" updates="None" name="stopType" />
|
|
1094
|
-
<Param val="" valType="code" updates="constant" name="stopVal" />
|
|
1095
|
-
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh" />
|
|
1096
|
-
<Param val="Submit" valType="str" updates="constant" name="text" />
|
|
1097
|
-
<Param val="from exp settings" valType="str" updates="None" name="units" />
|
|
327
|
+
<TextboxComponent name="fbCorr" plugin="None">
|
|
328
|
+
<Param val="center" valType="str" updates="constant" name="alignment"/>
|
|
329
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
330
|
+
<Param val="True" valType="bool" updates="constant" name="autoLog"/>
|
|
331
|
+
<Param val="False" valType="bool" updates="constant" name="bold"/>
|
|
332
|
+
<Param val="None" valType="color" updates="constant" name="borderColor"/>
|
|
333
|
+
<Param val="2" valType="num" updates="constant" name="borderWidth"/>
|
|
334
|
+
<Param val="white" valType="color" updates="constant" name="color"/>
|
|
335
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
336
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
337
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
338
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
339
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
340
|
+
<Param val="False" valType="bool" updates="constant" name="editable"/>
|
|
341
|
+
<Param val="None" valType="color" updates="constant" name="fillColor"/>
|
|
342
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
343
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
344
|
+
<Param val="Arial" valType="str" updates="constant" name="font"/>
|
|
345
|
+
<Param val="False" valType="bool" updates="constant" name="italic"/>
|
|
346
|
+
<Param val="LTR" valType="str" updates="None" name="languageStyle"/>
|
|
347
|
+
<Param val="0.05" valType="num" updates="constant" name="letterHeight"/>
|
|
348
|
+
<Param val="1.0" valType="num" updates="constant" name="lineSpacing"/>
|
|
349
|
+
<Param val="fbCorr" valType="code" updates="None" name="name"/>
|
|
350
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
351
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
352
|
+
<Param val="visible" valType="str" updates="constant" name="overflow"/>
|
|
353
|
+
<Param val="0" valType="num" updates="constant" name="padding"/>
|
|
354
|
+
<Param val="Type here..." valType="str" updates="constant" name="placeholder"/>
|
|
355
|
+
<Param val="(0, 0)" valType="list" updates="constant" name="pos"/>
|
|
356
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
357
|
+
<Param val="(0.5, 0.5)" valType="list" updates="constant" name="size"/>
|
|
358
|
+
<Param val="" valType="list" updates="constant" name="speechPoint"/>
|
|
359
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
360
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
361
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
362
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
363
|
+
<Param val="2" valType="code" updates="constant" name="stopVal"/>
|
|
364
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
365
|
+
<Param val="$f"Correct! Your time taken to complete the grid was {timeTaken:.2f}s"" valType="str" updates="set every repeat" name="text"/>
|
|
366
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
367
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
1098
368
|
</TextboxComponent>
|
|
1099
369
|
</Routine>
|
|
1100
|
-
<Routine name="
|
|
1101
|
-
<RoutineSettingsComponent name="
|
|
1102
|
-
<Param val="none" valType="str" updates="None" name="backgroundFit"
|
|
1103
|
-
<Param val="" valType="str" updates="None" name="backgroundImg"
|
|
1104
|
-
<Param val="$[0,0,0]" valType="color" updates="None" name="color"
|
|
1105
|
-
<Param val="rgb" valType="str" updates="None" name="colorSpace"
|
|
1106
|
-
<Param val="" valType="str" updates="constant" name="desc"
|
|
1107
|
-
<Param val="False" valType="bool" updates="None" name="disabled"
|
|
1108
|
-
<Param val="" valType="code" updates="None" name="durationEstim"
|
|
1109
|
-
<Param val="
|
|
1110
|
-
<Param val="
|
|
1111
|
-
<Param val="" valType="
|
|
1112
|
-
<Param val="
|
|
1113
|
-
<Param val="" valType="
|
|
1114
|
-
<Param val="
|
|
370
|
+
<Routine name="feedback_incorr">
|
|
371
|
+
<RoutineSettingsComponent name="feedback_incorr" plugin="None">
|
|
372
|
+
<Param val="none" valType="str" updates="None" name="backgroundFit"/>
|
|
373
|
+
<Param val="" valType="str" updates="None" name="backgroundImg"/>
|
|
374
|
+
<Param val="$[0,0,0]" valType="color" updates="None" name="color"/>
|
|
375
|
+
<Param val="rgb" valType="str" updates="None" name="colorSpace"/>
|
|
376
|
+
<Param val="" valType="str" updates="constant" name="desc"/>
|
|
377
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
378
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
379
|
+
<Param val="False" valType="code" updates="None" name="forceNonSlip"/>
|
|
380
|
+
<Param val="feedback_incorr" valType="code" updates="None" name="name"/>
|
|
381
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
382
|
+
<Param val="corr" valType="code" updates="constant" name="skipIf"/>
|
|
383
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
384
|
+
<Param val="" valType="code" updates="constant" name="stopVal"/>
|
|
385
|
+
<Param val="False" valType="bool" updates="None" name="useWindowParams"/>
|
|
1115
386
|
</RoutineSettingsComponent>
|
|
1116
|
-
<
|
|
1117
|
-
<Param val="
|
|
1118
|
-
<Param val="
|
|
1119
|
-
<Param val="
|
|
1120
|
-
<Param val="False" valType="bool" updates="
|
|
1121
|
-
<Param val="" valType="
|
|
1122
|
-
<Param val="
|
|
1123
|
-
<Param val="
|
|
1124
|
-
<Param val="
|
|
1125
|
-
<Param val="
|
|
1126
|
-
<Param val="
|
|
1127
|
-
<Param val="" valType="
|
|
1128
|
-
<Param val="
|
|
1129
|
-
<Param val="
|
|
1130
|
-
<Param val="
|
|
1131
|
-
<Param val="" valType="
|
|
1132
|
-
<Param val="
|
|
1133
|
-
<Param val="
|
|
1134
|
-
<Param val="
|
|
1135
|
-
<Param val="" valType="
|
|
1136
|
-
<Param val="
|
|
1137
|
-
<Param val="
|
|
1138
|
-
<Param val="
|
|
1139
|
-
<Param val="" valType="num" updates="constant" name="
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
<Param val="" valType="
|
|
1143
|
-
<Param val="" valType="
|
|
1144
|
-
<Param val="
|
|
1145
|
-
<Param val="" valType="
|
|
1146
|
-
<Param val="
|
|
1147
|
-
<Param val="
|
|
1148
|
-
<Param val="
|
|
1149
|
-
<Param val="
|
|
1150
|
-
<Param val="
|
|
1151
|
-
<Param val="
|
|
1152
|
-
<Param val="" valType="code" updates="
|
|
1153
|
-
<Param val="
|
|
1154
|
-
<Param val="
|
|
1155
|
-
<Param val="
|
|
1156
|
-
<Param val="" valType="code" updates="
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
<Param val="
|
|
1160
|
-
|
|
387
|
+
<TextboxComponent name="fbIncorr" plugin="None">
|
|
388
|
+
<Param val="center" valType="str" updates="constant" name="alignment"/>
|
|
389
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
390
|
+
<Param val="True" valType="bool" updates="constant" name="autoLog"/>
|
|
391
|
+
<Param val="False" valType="bool" updates="constant" name="bold"/>
|
|
392
|
+
<Param val="None" valType="color" updates="constant" name="borderColor"/>
|
|
393
|
+
<Param val="2" valType="num" updates="constant" name="borderWidth"/>
|
|
394
|
+
<Param val="white" valType="color" updates="constant" name="color"/>
|
|
395
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
396
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
397
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
398
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
399
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
400
|
+
<Param val="False" valType="bool" updates="constant" name="editable"/>
|
|
401
|
+
<Param val="None" valType="color" updates="constant" name="fillColor"/>
|
|
402
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
403
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
404
|
+
<Param val="Arial" valType="str" updates="constant" name="font"/>
|
|
405
|
+
<Param val="False" valType="bool" updates="constant" name="italic"/>
|
|
406
|
+
<Param val="LTR" valType="str" updates="None" name="languageStyle"/>
|
|
407
|
+
<Param val="0.05" valType="num" updates="constant" name="letterHeight"/>
|
|
408
|
+
<Param val="1.0" valType="num" updates="constant" name="lineSpacing"/>
|
|
409
|
+
<Param val="fbIncorr" valType="code" updates="None" name="name"/>
|
|
410
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
411
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
412
|
+
<Param val="visible" valType="str" updates="constant" name="overflow"/>
|
|
413
|
+
<Param val="0" valType="num" updates="constant" name="padding"/>
|
|
414
|
+
<Param val="Type here..." valType="str" updates="constant" name="placeholder"/>
|
|
415
|
+
<Param val="(0, 0.4)" valType="list" updates="constant" name="pos"/>
|
|
416
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
417
|
+
<Param val="(0.5, 0.2)" valType="list" updates="constant" name="size"/>
|
|
418
|
+
<Param val="" valType="list" updates="constant" name="speechPoint"/>
|
|
419
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
420
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
421
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
422
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
423
|
+
<Param val="2" valType="code" updates="constant" name="stopVal"/>
|
|
424
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
425
|
+
<Param val="Incorrect! The grid should look like this:" valType="str" updates="constant" name="text"/>
|
|
426
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
427
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
428
|
+
</TextboxComponent>
|
|
429
|
+
<ImageComponent name="fbTarget" plugin="None">
|
|
430
|
+
<Param val="center" valType="str" updates="constant" name="anchor"/>
|
|
431
|
+
<Param val="$[1,1,1]" valType="color" updates="constant" name="color"/>
|
|
432
|
+
<Param val="rgb" valType="str" updates="constant" name="colorSpace"/>
|
|
433
|
+
<Param val="1" valType="num" updates="constant" name="contrast"/>
|
|
434
|
+
<Param val="False" valType="bool" updates="None" name="disabled"/>
|
|
435
|
+
<Param val="False" valType="code" updates="constant" name="draggable"/>
|
|
436
|
+
<Param val="" valType="code" updates="None" name="durationEstim"/>
|
|
437
|
+
<Param val="False" valType="bool" updates="constant" name="flipHoriz"/>
|
|
438
|
+
<Param val="False" valType="bool" updates="constant" name="flipVert"/>
|
|
439
|
+
<Param val="$targetImg" valType="file" updates="set every repeat" name="image"/>
|
|
440
|
+
<Param val="linear" valType="str" updates="constant" name="interpolate"/>
|
|
441
|
+
<Param val="" valType="str" updates="constant" name="mask"/>
|
|
442
|
+
<Param val="fbTarget" valType="code" updates="None" name="name"/>
|
|
443
|
+
<Param val="" valType="num" updates="constant" name="opacity"/>
|
|
444
|
+
<Param val="0" valType="num" updates="constant" name="ori"/>
|
|
445
|
+
<Param val="(0, 0)" valType="list" updates="constant" name="pos"/>
|
|
446
|
+
<Param val="True" valType="bool" updates="None" name="saveStartStop"/>
|
|
447
|
+
<Param val="(0.6, 0.6)" valType="list" updates="constant" name="size"/>
|
|
448
|
+
<Param val="" valType="code" updates="None" name="startEstim"/>
|
|
449
|
+
<Param val="time (s)" valType="str" updates="None" name="startType"/>
|
|
450
|
+
<Param val="0.0" valType="code" updates="None" name="startVal"/>
|
|
451
|
+
<Param val="duration (s)" valType="str" updates="None" name="stopType"/>
|
|
452
|
+
<Param val="2" valType="code" updates="constant" name="stopVal"/>
|
|
453
|
+
<Param val="True" valType="bool" updates="None" name="syncScreenRefresh"/>
|
|
454
|
+
<Param val="128" valType="num" updates="constant" name="texture resolution"/>
|
|
455
|
+
<Param val="height" valType="str" updates="None" name="units"/>
|
|
456
|
+
<Param val="" valType="code" updates="None" name="validator"/>
|
|
457
|
+
</ImageComponent>
|
|
1161
458
|
</Routine>
|
|
1162
459
|
</Routines>
|
|
1163
460
|
<Flow>
|
|
1164
|
-
<
|
|
1165
|
-
|
|
1166
|
-
<Param name="
|
|
1167
|
-
<Param name="
|
|
1168
|
-
<Param name="
|
|
1169
|
-
<Param name="
|
|
1170
|
-
<Param name="
|
|
1171
|
-
<Param name="
|
|
1172
|
-
<Param name="
|
|
1173
|
-
<Param name="
|
|
1174
|
-
<Param name="random seed" updates="None" val="" valType="code" />
|
|
1175
|
-
</LoopInitiator>
|
|
1176
|
-
<Routine name="intro" />
|
|
1177
|
-
<LoopInitiator loopType="TrialHandler" name="updated_local_trials">
|
|
1178
|
-
<Param name="Selected rows" updates="None" val="" valType="str" />
|
|
1179
|
-
<Param name="conditions" updates="None" val="[{'stims': 'stimuli/grid_image_1.png', 'white_correct_answer': 'grid9', 'pink_correct_answer': 'grid1'}, {'stims': 'stimuli/grid_image_2.png', 'white_correct_answer': 'grid8', 'pink_correct_answer': 'grid4'}, {'stims': 'stimuli/grid_image_3.png', 'white_correct_answer': 'grid3', 'pink_correct_answer': 'grid4'}, {'stims': 'stimuli/grid_image_4.png', 'white_correct_answer': 'grid8', 'pink_correct_answer': 'grid9'}, {'stims': 'stimuli/grid_image_5.png', 'white_correct_answer': 'grid8', 'pink_correct_answer': 'grid2'}, {'stims': 'stimuli/grid_image_6.png', 'white_correct_answer': 'grid7', 'pink_correct_answer': 'grid4'}, {'stims': 'stimuli/grid_image_7.png', 'white_correct_answer': 'grid9', 'pink_correct_answer': 'grid3'}, {'stims': 'stimuli/grid_image_8.png', 'white_correct_answer': 'grid1', 'pink_correct_answer': 'grid5'}, {'stims': 'stimuli/grid_image_9.png', 'white_correct_answer': 'grid8', 'pink_correct_answer': 'grid4'}, {'stims': 'stimuli/grid_image_10.png', 'white_correct_answer': 'grid6', 'pink_correct_answer': 'grid4'}]" valType="str" />
|
|
1180
|
-
<Param name="conditionsFile" updates="None" val="updated_conditions.xlsx" valType="file" />
|
|
1181
|
-
<Param name="endPoints" updates="None" val="[0, 1]" valType="num" />
|
|
1182
|
-
<Param name="isTrials" updates="None" val="True" valType="bool" />
|
|
1183
|
-
<Param name="loopType" updates="None" val="random" valType="str" />
|
|
1184
|
-
<Param name="nReps" updates="None" val="1" valType="num" />
|
|
1185
|
-
<Param name="name" updates="None" val="updated_local_trials" valType="code" />
|
|
1186
|
-
<Param name="random seed" updates="None" val="" valType="code" />
|
|
1187
|
-
</LoopInitiator>
|
|
1188
|
-
<Routine name="updated_local_demo" />
|
|
1189
|
-
<Routine name="feedback" />
|
|
1190
|
-
<LoopTerminator name="updated_local_trials" />
|
|
1191
|
-
<LoopTerminator name="updated_loop" />
|
|
1192
|
-
<LoopInitiator loopType="TrialHandler" name="archived_loop">
|
|
1193
|
-
<Param name="Selected rows" updates="None" val="" valType="str" />
|
|
1194
|
-
<Param name="conditions" updates="None" val="None" valType="str" />
|
|
1195
|
-
<Param name="conditionsFile" updates="None" val="" valType="file" />
|
|
1196
|
-
<Param name="endPoints" updates="None" val="[0, 1]" valType="num" />
|
|
1197
|
-
<Param name="isTrials" updates="None" val="False" valType="bool" />
|
|
1198
|
-
<Param name="loopType" updates="None" val="random" valType="str" />
|
|
1199
|
-
<Param name="nReps" updates="None" val="show_archived" valType="num" />
|
|
1200
|
-
<Param name="name" updates="None" val="archived_loop" valType="code" />
|
|
1201
|
-
<Param name="random seed" updates="None" val="" valType="code" />
|
|
1202
|
-
</LoopInitiator>
|
|
1203
|
-
<Routine name="intro" />
|
|
1204
|
-
<LoopInitiator loopType="TrialHandler" name="archived_trials">
|
|
1205
|
-
<Param name="Selected rows" updates="None" val="" valType="str" />
|
|
1206
|
-
<Param name="conditions" updates="None" val="[{'stims': 'local_stimuli/grid_image_1.png', 'correct_answer': 'grid7_2'}, {'stims': 'local_stimuli/grid_image_2.png', 'correct_answer': 'grid3_2'}, {'stims': 'local_stimuli/grid_image_3.png', 'correct_answer': 'grid9_2'}, {'stims': 'local_stimuli/grid_image_4.png', 'correct_answer': 'grid8_2'}, {'stims': 'local_stimuli/grid_image_5.png', 'correct_answer': 'grid1_2'}]" valType="str" />
|
|
1207
|
-
<Param name="conditionsFile" updates="None" val="archived_conditions.xlsx" valType="file" />
|
|
1208
|
-
<Param name="endPoints" updates="None" val="[0, 1]" valType="num" />
|
|
1209
|
-
<Param name="isTrials" updates="None" val="True" valType="bool" />
|
|
1210
|
-
<Param name="loopType" updates="None" val="random" valType="str" />
|
|
1211
|
-
<Param name="nReps" updates="None" val="1" valType="num" />
|
|
1212
|
-
<Param name="name" updates="None" val="archived_trials" valType="code" />
|
|
1213
|
-
<Param name="random seed" updates="None" val="" valType="code" />
|
|
461
|
+
<LoopInitiator loopType="TrialHandler" name="trials">
|
|
462
|
+
<Param name="Selected rows" updates="None" val="" valType="str"/>
|
|
463
|
+
<Param name="conditions" updates="None" val="[{'whiteSquarePos': [0.2, -0.2], 'pinkSquarePos': [-0.2, 0.2], 'targetImg': 'stimuli/solution_1.png'}, {'whiteSquarePos': [0, -0.2], 'pinkSquarePos': [-0.2, 0], 'targetImg': 'stimuli/solution_2.png'}, {'whiteSquarePos': [0.2, 0.2], 'pinkSquarePos': [-0.2, 0], 'targetImg': 'stimuli/solution_3.png'}, {'whiteSquarePos': [0, -0.2], 'pinkSquarePos': [0.2, -0.2], 'targetImg': 'stimuli/solution_4.png'}, {'whiteSquarePos': [0, -0.2], 'pinkSquarePos': [0, 0.2], 'targetImg': 'stimuli/solution_5.png'}, {'whiteSquarePos': [-0.2, -0.2], 'pinkSquarePos': [-0.2, 0], 'targetImg': 'stimuli/solution_6.png'}, {'whiteSquarePos': [0.2, -0.2], 'pinkSquarePos': [0.2, 0.2], 'targetImg': 'stimuli/solution_7.png'}, {'whiteSquarePos': [-0.2, 0.2], 'pinkSquarePos': [0, 0], 'targetImg': 'stimuli/solution_8.png'}, {'whiteSquarePos': [0, -0.2], 'pinkSquarePos': [-0.2, 0], 'targetImg': 'stimuli/solution_9.png'}, {'whiteSquarePos': [0.2, 0], 'pinkSquarePos': [-0.2, 0], 'targetImg': 'stimuli/solution_10.png'}]" valType="str"/>
|
|
464
|
+
<Param name="conditionsFile" updates="None" val="stimuli/solutions.xlsx" valType="file"/>
|
|
465
|
+
<Param name="endPoints" updates="None" val="[0, 1]" valType="num"/>
|
|
466
|
+
<Param name="isTrials" updates="None" val="True" valType="bool"/>
|
|
467
|
+
<Param name="loopType" updates="None" val="random" valType="str"/>
|
|
468
|
+
<Param name="nReps" updates="None" val="1" valType="num"/>
|
|
469
|
+
<Param name="name" updates="None" val="trials" valType="code"/>
|
|
470
|
+
<Param name="random seed" updates="None" val="" valType="code"/>
|
|
1214
471
|
</LoopInitiator>
|
|
1215
|
-
<Routine name="
|
|
1216
|
-
<Routine name="
|
|
1217
|
-
<
|
|
1218
|
-
<LoopTerminator name="
|
|
1219
|
-
<Routine name="end" />
|
|
472
|
+
<Routine name="trial"/>
|
|
473
|
+
<Routine name="feedback_corr"/>
|
|
474
|
+
<Routine name="feedback_incorr"/>
|
|
475
|
+
<LoopTerminator name="trials"/>
|
|
1220
476
|
</Flow>
|
|
1221
|
-
</PsychoPy2experiment>
|
|
477
|
+
</PsychoPy2experiment>
|