Commit Graph

2460 Commits

Author SHA1 Message Date
Becky Gilbert
8325cbd4d9
Merge pull request #1540 from jspsych/feature-key-code-update
merge feature-key-code-update: modify compareKeys to use appropriate case sensitive/insensitive comparison, use compareKeys instead of direct comparison
2021-02-19 10:29:09 -08:00
Becky Gilbert
0800497060
Merge branch 'master' into feature-key-code-update 2021-02-19 10:24:21 -08:00
Becky Gilbert
d22bdf1021 default to case-insensitive in compareKeys and getKeyboardResponse if called before jsPsych.init, add tests #396 2021-02-19 10:18:52 -08:00
GEJ1
8f5c21d647 SVGjs dependency added to documentation 2021-02-19 15:00:39 -03:00
Josh de Leeuw
3df3d64712 fix representation of key 2021-02-19 12:21:49 -05:00
Josh de Leeuw
d9008dde43 fix broken links in webgazer plugin docs 2021-02-19 12:10:11 -05:00
Josh de Leeuw
ee3c5d1aef add babySTEP to video tutorials 2021-02-19 12:08:41 -05:00
Josh de Leeuw
ff7db2f353
Merge pull request #1543 from jspsych/fix-audio-preload
fix-audio-preload
2021-02-18 22:45:56 -05:00
Josh de Leeuw
f6b731a441 update getAudioBuffer docs 2021-02-18 22:41:23 -05:00
Josh de Leeuw
5cdca4f8ad update audio plugins to use new getAudioBuffer strategy 2021-02-18 22:32:50 -05:00
Josh de Leeuw
1b4b9d7e3b switch getAudioBuffer to a Promise 2021-02-18 21:48:19 -05:00
Becky Gilbert
0812c52bcb minor refactoring and renaming for clarity 2021-02-18 17:06:56 -08:00
Becky Gilbert
82cbd46a44 fix image position in example 2021-02-18 16:45:11 -08:00
Becky Gilbert
bb7b3f0570
Merge pull request #1228 from kurokida/freesort
for using the free-sort plugin with a touch device.
2021-02-18 16:40:28 -08:00
Becky Gilbert
51017c50d9 Merge branch 'master' into feature-key-code-update 2021-02-18 15:16:34 -08:00
Josh de Leeuw
4b1e05f448 fix example #1538 2021-02-18 17:37:28 -05:00
Becky Gilbert
0bccde81ef add compareKeys back into pluginAPI docs, update docs for compareKeys and getKeyboardResponse with case sensitivity issues #396 2021-02-18 14:16:56 -08:00
Josh de Leeuw
08ab729557 one more doc update, link to paper gh repo 2021-02-18 17:08:54 -05:00
Josh de Leeuw
d762cce752 a few more docs updates 2021-02-18 17:04:37 -05:00
Josh de Leeuw
3152d16468 Merge branch 'master' into pr/pjkohler/1442 2021-02-18 16:58:00 -05:00
Josh de Leeuw
1945652180 some changes to docs 2021-02-18 16:57:29 -05:00
Josh de Leeuw
c2a7b22e77 fixing type (mainly testing if I can merge into this?) 2021-02-18 16:44:01 -05:00
Josh de Leeuw
c72ee5f17a Merge branch 'master' of https://github.com/jspsych/jsPsych 2021-02-18 16:21:41 -05:00
Becky Gilbert
2c28278ad5 change direct key comparisons to use jsPsych.pluginAPI.compareKeys to allow for case sensitive or insensitive comparison #396 2021-02-18 12:52:10 -08:00
Becky Gilbert
0b952934c1 adds tests to pluginAPI.compareKeys for case sensitive or insensitive key string comparison #396 2021-02-18 12:50:37 -08:00
Becky Gilbert
3b260eda31 implement case-sensitive/case-insensitive key comparison in jsPsych.pluginAPI.compareKeys, depending on jsPsych.init case_sensitive_responses setting #396 2021-02-18 12:48:54 -08:00
GEJ1
d475325092 Documentation upgraded 2021-02-18 15:59:05 -03:00
Josh de Leeuw
e2d66c4de1
Merge pull request #2 from GEJ1/GEJ1/master
Gej1/master
2021-02-18 10:43:42 -05:00
Josh de Leeuw
dc3a8e4460 fix extra ' + 2021-02-18 10:40:45 -05:00
Josh de Leeuw
2da7e6ccaa more refactoring 2021-02-18 10:39:08 -05:00
Josh de Leeuw
6b973402fd remove more unused variables 2021-02-18 09:45:05 -05:00
Josh de Leeuw
ba1c830aa4 remove unused variable 2021-02-18 09:44:44 -05:00
Josh de Leeuw
631d15f3cb rename to startBlindSpotPhase 2021-02-18 09:43:58 -05:00
Josh de Leeuw
bfdcaf0804
Merge pull request #1 from GEJ1/pr/pjkohler/1442
refactor
2021-02-18 09:40:05 -05:00
Becky Gilbert
20e5960e27
Merge pull request #1529 from jspsych/standardize-response-data
Standardize response data
2021-02-17 17:05:48 -08:00
Becky Gilbert
49d12027e5 change responses to response in docs 2021-02-17 16:36:08 -08:00
Becky Gilbert
4fbfe94e4c change key_press to response in docs and examples 2021-02-17 16:24:27 -08:00
Becky Gilbert
85e3d6d5bb change button_pressed to response in example 2021-02-17 16:23:59 -08:00
Becky Gilbert
5c354e3d7c change responses to response in vsl-animate-occlusion plugin #638 2021-02-17 16:12:13 -08:00
Becky Gilbert
3f9a4e96d7 change key_press to response in visual-search-circle plugin #638 2021-02-17 16:09:15 -08:00
Becky Gilbert
5b7884e585 change key_press to response in video-keyboard-response plugin #638 2021-02-17 16:05:39 -08:00
Becky Gilbert
0dd813af6e change button_pressed to response in video-button-response plugin #638 2021-02-17 16:02:34 -08:00
Becky Gilbert
8a9e1a655a change responses to response in survey-text plugin #638 2021-02-17 15:58:54 -08:00
Becky Gilbert
db2a2dc6bc change responses to response in survey-multi-select plugin #638 2021-02-17 15:51:14 -08:00
Becky Gilbert
19a6485068 change responses to response in survey-multi-choice plugin #638 2021-02-17 15:46:04 -08:00
Becky Gilbert
967f546bfd change responses to response in survey-likert plugin #638 2021-02-17 15:41:50 -08:00
Becky Gilbert
56bf9c68e7 change responses to response in survey-html-form plugin #638 2021-02-17 15:38:22 -08:00
Becky Gilbert
5ae6f61dfc change response_row and response_column to be a response array as [row,col] in serial-reaction-time-mouse plugin, add missing data params to docs #638 2021-02-17 15:29:58 -08:00
Becky Gilbert
584e03f7b0 fix failing tests: change key_press to response 2021-02-17 15:12:45 -08:00
Becky Gilbert
d2f64ada1c change key_press to response in serial-reaction-time plugin #638 2021-02-17 15:12:01 -08:00