Commit Graph

116 Commits

Author SHA1 Message Date
Josh de Leeuw
452936dca5 a few more links to fix 2021-10-01 14:27:50 -04:00
Josh de Leeuw
110420932c fix broken links and titles 2021-10-01 14:23:47 -04:00
Josh de Leeuw
e35366e6ee fix relative links that didn't use .md extension 2021-09-30 15:44:37 -04:00
Josh de Leeuw
4932d9d322 update all absolute links to relative links 2021-09-30 14:10:23 -04:00
Josh de Leeuw
3473b724db remove random comment 2021-09-29 11:51:35 -04:00
Becky Gilbert
123139827c fix unpkg links to extensions 2021-09-28 12:14:44 -07:00
Becky Gilbert
82b611bd76 fix example extension link in extensions.md 2021-09-27 16:32:58 -07:00
Becky Gilbert
71f3cd440a switch from local to CDN links in extensions, eye-tracking, plugins and style pages; add note to eye-tracking page about webgazer.js file location 2021-09-27 14:38:57 -07:00
Josh de Leeuw
c252617e38 making minor docs updates to existing pages 2021-09-27 14:46:17 -04:00
Josh de Leeuw
864bb12db0 fix links to callbacks.md -> events.md 2021-09-27 13:40:08 -04:00
Becky Gilbert
78445a19d0 change all jsdelivr 6.3.1 CDN links to unpkg 7.0.0/1.0.0 links 2021-09-23 16:08:18 -07:00
Becky Gilbert
ad460e4bc9 update all trial/extension type params in md files 2021-09-22 23:14:11 -07:00
Becky Gilbert
f91141ac94 change internal docs links: /reference/jspsych.md#jspsychinit => initjspsych 2021-09-17 15:41:53 -07:00
Becky Gilbert
2defc04652 finish replacing jsPsych.init with initJsPsych/jsPsych.run in .md files 2021-09-17 15:34:19 -07:00
Josh de Leeuw
3d8e385863 move content around, add more to timing docs 2021-09-17 15:34:39 -04:00
Josh de Leeuw
a7c26a27ff rename events page 2021-09-17 09:53:54 -04:00
Becky Gilbert
d6f6df69a9 replace jsPsych.init with initJsPsych/jsPsych.run in .md files (WIP) 2021-09-16 17:38:51 -07:00
Josh de Leeuw
e6bfbd8c72 forgot to stage stuff in the last commit; here it is! 2021-09-16 15:17:54 -04:00
Josh de Leeuw
b8bbcd2f01 variety of documentation updates, including restructuring 2021-09-16 15:05:51 -04:00
bjoluc
6a8596fb76 Merge branch 'main' into modularization 2021-09-14 20:36:05 +02:00
Josh de Leeuw
213fffc516
Merge pull request #2106 from jspsych/docs-demos
Add live demos to the documentation
2021-08-31 10:22:14 -04:00
Josh de Leeuw
3bbfaa45b6 a minimal fix for #1908 2021-08-30 14:02:09 -04:00
Josh de Leeuw
984ce8761a add eye tracking demo 2021-08-30 10:09:29 -04:00
bjoluc
9c519853fe Use enum for parameter types and remove JsPsych.plugins
`const parameterType` is now `enum ParameterType` and can only be
accessed by importing it.
2021-08-17 17:19:25 +02:00
Becky Gilbert
d5efdb301e minor tweaks to jsPsych-builder text 2021-07-01 13:49:32 -07:00
bjoluc
4bc8d517ed add jsPsych Builder reference to docs 2021-06-20 23:48:24 +02: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
Josh de Leeuw
f0cd0aae9c fix missing link 2021-04-09 12:45:55 -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
Becky Gilbert
163f3479b0 fix docs formatting issues, edit code blocks for consistency 2021-03-24 15:07:28 -07:00
Josh de Leeuw
bf9dec250b Merge branch 'master' of https://github.com/jspsych/jsPsych 2021-03-01 13:25:57 -05:00
Josh de Leeuw
2a4a1fafa0 fix docs formatting for callbacks page 2021-03-01 13:25:54 -05:00
Josh de Leeuw
bbd50935d3 add note about permission to overview 2021-03-01 10:24:09 -05:00
Becky Gilbert
4a59c863aa fix more webgazer links in docs #1562 2021-02-24 12:45:30 -08:00
Becky Gilbert
7e8b83825d fix link 2021-02-21 15:05:37 -08:00
Becky Gilbert
65b6de4b82 edit code comments 2021-02-21 14:45:33 -08:00
Becky Gilbert
723952879c edit admonition 2021-02-21 14:45:19 -08:00
Becky Gilbert
0b776ab3f8 remove preloading from experiment options docs 2021-02-21 14:37:19 -08:00
Becky Gilbert
bb10f7feb0 edit text, fix note formatting 2021-02-21 14:34:51 -08:00
Becky Gilbert
25d08f4579 fix heading level 2021-02-21 14:33:58 -08:00
Becky Gilbert
5236b6470a add missing links, fix markdown errors 2021-02-21 14:25:11 -08:00
Becky Gilbert
19fc9e35c9 minor edit to text 2021-02-21 13:51:45 -08:00
Becky Gilbert
5b0dcfd801
Merge pull request #1401 from pablobernabeu/patch-4
Update style.md
2021-02-21 13:37:17 -08:00
Becky Gilbert
8a3c6fa7ea add save_trial_parameters to docs, add sections/examples for save_trial_parameters and css_classes #823 2021-02-20 15:43:25 -08: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
4fbfe94e4c change key_press to response in docs and examples 2021-02-17 16:24:27 -08:00
Becky Gilbert
8a9e1a655a change responses to response in survey-text plugin #638 2021-02-17 15:58:54 -08:00
Becky Gilbert
2312550127 Merge branch 'master' into feature-objects-arrays-in-data 2021-02-16 14:37:07 -08:00
Josh de Leeuw
d0a9a7c6c1 update webgazer image example 2021-02-16 09:34:33 -05:00