Commit Graph

2632 Commits

Author SHA1 Message Date
Daiichiro Kuroki
27afe31eb6 Update the canvas-button-response.md for the live demo 2021-07-02 12:05:28 +09:00
Daiichiro Kuroki
3616c32fa9 Modify the path of the animation-demo file 2021-07-02 12:02:24 +09: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
bjoluc
584a8879ef Highlight plugin projects in jest test runs 2021-07-01 13:07:28 +02:00
bjoluc
d12052c774 Decompose jspsych core into ES6 modules 2021-07-01 12:46:41 +02:00
bjoluc
83f449c635 Utilize jest's monorepo support 2021-06-30 19:29:38 +02:00
Daiichiro Kuroki
cf3770d2fc Separate code snippets 2021-06-30 12:15:27 +09:00
Daiichiro Kuroki
800b7dc73b Add a demo for the canvas-button-response plugin. 2021-06-29 14:17:49 +09: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
3757c1dfc1 use tabbed md extension for code/demos, remove iframe border, add more demos, move link to inside admonition 2021-06-24 16:20:12 -07:00
Becky Gilbert
27ee2175ba add pymdownx tabbed extension for code/demo tabs 2021-06-24 15:12:51 -07:00
Becky Gilbert
41b03ac54c reduce iframe size, show data from single trial, add loop and repeat button, open in new tab, collapse iframe 2021-06-24 11:52:40 -07:00
bjoluc
744e67b0a5 Setup monorepo and switch to ES6 modules
* Convert jsPsych and plugins to ES6 modules
* Create packages for each plugin, the core library, and config files
* Setup rollup, jest, and babel configurations
* Update jsPsych to load plugin objects directly from the `type` field
* Update tests to use the ES6 modules
2021-06-23 22:39:38 +02:00
Becky Gilbert
5ba8aecd1f first attempt at adding live demos into iframes in docs pages 2021-06-22 15:33:24 -07: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