Becky Gilbert
3221cfa832
tweak jsPsych Builder info box text #1912
2021-07-02 11:40:18 -07:00
Becky Gilbert
d5efdb301e
minor tweaks to jsPsych-builder text
2021-07-01 13:49:32 -07:00
Becky Gilbert
0ab7239927
Merge pull request #1912 from bjoluc/docs
...
Add jsPsych Builder reference to docs (overview/running-experiments and tutorials/hello-world)
2021-07-01 12:14:19 -07:00
Josh de Leeuw
1c9ca30d6f
return 0 when no gazeData (possibly fixes #1724 )
2021-06-28 13:16:58 -04:00
Josh de Leeuw
3d678e08db
add a test for #1728
2021-06-28 09:18:00 -04:00
Becky Gilbert
7b16a1d39a
fix trial_ends_after_video when video stop time is set - fixes #1533
2021-06-22 13:46:06 -07:00
bjoluc
4bc8d517ed
add jsPsych Builder reference to docs
2021-06-20 23:48:24 +02:00
Becky Gilbert
ae332b3347
added contributor nikbpetrov
2021-06-10 14:50:46 -07:00
Becky Gilbert
1436132d6d
Merge pull request #1880 from nikbpetrov/same-different-default-values-fix
...
Fixes stim duration default values in same-different plugins #1879
2021-06-10 14:44:22 -07:00
nikbpetrov
9d01f20d0c
Same-different-html & same-different-image default values fix
2021-06-08 09:48:42 +01:00
nikbpetrov
ac3a386e99
Working: html-slider, image-sldier, instructions, image-button
2021-06-08 00:13:33 +01:00
nikbpetrov
012e9f9ba4
html-button-response working
2021-06-07 23:53:54 +01:00
nikbpetrov
3dbcd94ef0
Demo flanker working ++ updates to keyboard-response simulate methods ++ added remove_post_trial_gap to simluate_opts
2021-06-07 23:45:36 +01:00
nikbpetrov
8dc1959d13
jspsych-image-keyboard-repsonse simulate working
2021-06-07 23:21:43 +01:00
nikbpetrov
b3a8326c63
Merge pull request #1 from nikbpetrov/html-keyboard-response
...
Html keyboard response working
2021-06-07 23:05:15 +01:00
nikbpetrov
a550da1721
Html-keyboard-response seems to work
2021-06-07 23:04:24 +01:00
nikbpetrov
59d284306d
_Temp save
2021-06-07 21:26:05 +01:00
nikbpetrov
85b1dc6ae2
Create examples with simulate folder
2021-06-07 20:06:57 +01:00
Becky Gilbert
e917fabb55
fix typo
2021-05-20 10:41:59 -07:00
Becky Gilbert
e7eb6a6f5e
fix typo - fixes #1840
2021-05-20 10:16:29 -07:00
Becky Gilbert
316aa679fc
fix error in docs example (missing comma) - fixes #1840
2021-05-19 14:41:08 -07:00
Becky Gilbert
b528c4663f
Merge branch 'master' of https://github.com/jspsych/jsPsych
2021-05-18 15:22:15 -07:00
Becky Gilbert
dd9424c84d
update version number from 6.3.0 to 6.3.1 - fixes #1835
2021-05-18 15:20:26 -07:00
Becky Gilbert
7681e5cb73
Merge pull request #1781 from moltaire/fix-validate-doc-title
...
Fixed jspsych-webgazer-validate plugin documentation title
2021-05-18 15:13:04 -07:00
Becky Gilbert
38286b108a
Merge pull request #1820 from AndrianV/patch-1
...
Fix incorrect parameter name (case_sensitive_responses) in experiment-options.md
2021-05-13 10:37:25 -07:00
Andrian Vangelov
21562d92eb
Update parameter name in experiment-options.md
...
Updated docs on "Choose whether you want keyboard choices/responses to be case-sensitive", where the mentioned "case_sensitive" parameter must be "case_sensitive_responses" instead, as it is otherwise correctly implemented and mentioned in other places in the documentation (e.g. "jspsych-pluginAPI.md" - starting at line 112 and "jspsych-core.md" at line 368). The "case_sensitive" variable is used only internally (e.g. "jspsych.js" - lines 2273 and 2411), but not exposed to the "jsPsych.init" method when creating an experiment. Tested with the latest release (6.3.1) with the "jspsych-html-keyboard-response" plugin and I can verify that by following the old documentation it doesn't work (for obvious reasons), but following the one I propose here it does work, as initially intended by the developers. Thanks!
2021-05-12 11:57:00 +02:00
Felix Molter
579e112d5b
Fixed plugin documentation title
...
Fixes the title of the documentation page for the `jspsych-webgazer-validate` plugin.
2021-04-30 08:53:09 +02:00
Josh de Leeuw
ab7ea845df
add timing tests to test folder
2021-04-21 10:24:08 -04:00
Becky Gilbert
fb2ad41224
move WebAudio keyboard RT seconds-to-ms conversion from audio-keyboard-response plugin to getKeyboardResponse
2021-04-09 13:41:31 -07:00
Becky Gilbert
94a094f628
fix minimum_valid_rt when the web audio timing method is used in getKeyboardResponse - fixes #1675
2021-04-09 11:25:05 -07:00
Josh de Leeuw
f0cd0aae9c
fix missing link
2021-04-09 12:45:55 -04:00
Josh de Leeuw
739b86efb5
Merge pull request #1586 from jspsych/feature-eye-tracking-improvements
...
Improvements to eye tracking features
2021-04-09 12:44:58 -04:00
Josh de Leeuw
cec803c7fa
Merge branch 'master' into feature-eye-tracking-improvements
2021-04-09 12:16:23 -04:00
Josh de Leeuw
8aaceab759
update docs
2021-04-09 12:04:05 -04:00
Josh de Leeuw
4bcde4a504
fix real-time display during validation
2021-04-09 12:03:56 -04:00
Josh de Leeuw
008897d415
revert back to ridge + kalman
2021-04-09 12:03:23 -04:00
Josh de Leeuw
a991b7b997
move webgazer files
2021-04-09 12:03:02 -04:00
Josh de Leeuw
3ce8aea220
improve timing in webgazer and utilize in jspsych
2021-04-09 10:52:09 -04:00
Josh de Leeuw
346726ec44
save x,y coords, not just dx/dy
2021-04-09 09:22:19 -04:00
Josh de Leeuw
63e30ae43e
save validation point locations by default
2021-04-09 09:21:29 -04:00
Josh de Leeuw
b4433eae31
update init plugin to center camera
2021-04-09 09:19:56 -04:00
Josh de Leeuw
221b7df052
get threaded ridge regression working, update docs, example, improve extension code
2021-04-08 15:22:58 -04:00
Josh de Leeuw
3de308ec42
update DOM tracking for webgazer, shift to setInterval method for sampling data
2021-04-07 18:15:51 -04:00
Josh de Leeuw
9744547853
fix function name
2021-04-01 16:12:17 -04:00
Josh de Leeuw
595626debe
fix typo and set default regression type
2021-04-01 15:47:47 -04:00
Becky Gilbert
deb3dd6287
allow jsPsych.pluginAPI.compareKeys to handle null arguments, add tests - fixes #1577
2021-03-25 09:23:44 -07:00
Josh de Leeuw
e672943e63
improve error messages when extension not loaded
2021-03-25 10:59:08 -04:00
Becky Gilbert
b21ff083f8
add note to image-* plugin docs about animated gifs and render_on_canvas - fixes #1594
2021-03-24 15:38:12 -07:00
Becky Gilbert
163f3479b0
fix docs formatting issues, edit code blocks for consistency
2021-03-24 15:07:28 -07:00
Josh de Leeuw
646873880f
add docs about onGazeUpdate
2021-03-15 10:40:59 -04:00