Commit Graph

335 Commits

Author SHA1 Message Date
Josh de Leeuw
e5447cee27 fix docs version 2022-07-20 12:56:43 -04:00
github-actions[bot]
e715546aa1 chore(release): version packages 2022-07-20 13:24:31 +00:00
Becky Gilbert
eb7c94b453 minor edits, fix typo 2022-07-19 11:29:41 -07:00
Becky Gilbert
8013f7230d fix typos 2022-07-19 11:23:08 -07:00
Josh de Leeuw
77fa9e70e9 add links to new plugins 2022-07-13 14:00:06 -04:00
Josh de Leeuw
322ff5983a update docs for video response 2022-07-13 13:55:12 -04:00
Josh de Leeuw
704d18bb9e prelim docs for html-video-response 2022-07-12 13:58:06 -04:00
Josh de Leeuw
d0d1d2aacb add mirror-camera docs 2022-07-12 13:51:32 -04:00
Josh de Leeuw
fd90e0e422 documentation for the initialize-camera plugin 2022-07-12 11:10:55 -04:00
github-actions[bot]
f1fa90eb2c chore(release): version packages 2022-05-19 13:10:19 +00:00
bjoluc
6e8af3ee7a
Merge pull request #2622 from jsato8094/plugin-survey-add-text-input-type
Added `input_type` parameter to plugin-survey
2022-05-17 14:04:59 +02:00
bjoluc
608a40d40a Minor changes to the input_type parameter 2022-05-16 22:44:58 +02:00
jsato
9fa70c14ba Updated docs 2022-05-13 17:58:51 +09:00
jsato
4c9012b060 updated docs 2022-05-10 18:51:25 +09:00
Becky Gilbert
6808779085 fix incorrect package version in video-button-response docs #2609 2022-05-06 12:08:44 -07:00
Becky Gilbert
262cc1cd89 update current plugin version via gulp updatePluginVersion task 2022-05-03 14:16:26 -07:00
Becky Gilbert
e3ed495ce1 fix broken code block in install section 2022-05-02 11:25:36 -07:00
Becky Gilbert
8a29d49b2e add install section, current version and version history link 2022-04-29 14:29:33 -07:00
Becky Gilbert
afc77d027a fix typo 2022-04-27 13:11:39 -07:00
Becky Gilbert
110bb291fa first draft of plugin docs install section 2022-04-27 12:48:17 -07:00
Josh de Leeuw
c7799f15ae make card image optional 2022-04-08 13:14:51 -04:00
Josh de Leeuw
99bf2924be remove svg dependency, update plugin behavior 2022-04-07 10:34:59 -04:00
Josh de Leeuw
80d3da4c72 fix docs links 2022-03-11 12:06:48 -05:00
Josh de Leeuw
d6b98fcb72
Merge pull request #2427 from alisdt/alisdt-patch-2
Fix links in webgazer docs
2022-03-11 12:04:59 -05:00
Cedric Batailler
18c78c1baf
replaced array.contains with array.includes 2022-01-10 11:05:34 +01:00
atullo2
2c7f024bc9 Fix links in webgazer docs 2022-01-05 15:09:18 +00:00
Josh de Leeuw
6a5429ed59 update doc ref 2021-12-01 11:28:07 -05:00
Josh de Leeuw
867a9876b1
Merge pull request #2265 from jspsych/plugin-survey
New plugin: Survey
2021-11-30 17:11:18 -05:00
Josh de Leeuw
8509d1685a add examples to docs for survey plugin 2021-11-30 15:27:29 -05:00
Josh de Leeuw
b7700f0e32 mention CSS file in docs 2021-11-30 12:24:45 -05:00
Josh de Leeuw
6d4f1a5139 fix broken link in docs 2021-11-30 11:35:54 -05:00
Josh de Leeuw
686efbfcbd update docs with warning, remove refs about randomization 2021-11-30 11:33:05 -05:00
Josh de Leeuw
ab14d01649 add docs demos 2021-11-29 17:42:25 -05:00
Josh de Leeuw
2b8d4f07df Merge branch 'main' into plugin-survey 2021-11-29 17:02:39 -05:00
Josh de Leeuw
36397244df
Merge pull request #2350 from jspsych/plugin-audio-input-plugins
New plugins: audio response
2021-11-29 15:43:47 -05:00
Josh de Leeuw
61d58e08af add simulation mode note for new plugins 2021-11-29 11:37:29 -05:00
Josh de Leeuw
78584a17e1 create function to generate docs demos, transition all demos to use this function 2021-11-24 12:05:27 -05:00
Josh de Leeuw
fdd2ebb0b6 Merge branch 'main' into plugin-audio-input-plugins 2021-11-23 15:13:27 -05:00
Josh de Leeuw
522aa2cdbf
Adding a simulation mode (#2287)
Implements simulation mode in the core library, supporting API features, and plugin support in most plugins.
2021-11-23 15:12:30 -05:00
Josh de Leeuw
5568ca3b26 add docs for new audio response plugins 2021-11-23 14:51:55 -05:00
sbashford
a12ebedcd9
Update survey-text.md
correct typos in documentation of question parameter - change "value" to "placeholder"
2021-11-15 11:29:14 -06:00
Becky Gilbert
1d900f7f45 add likert (rating) question type, rename matrix question type from likert to likert-table - WIP 2021-11-09 14:49:35 -08:00
Josh de Leeuw
2922bc5dad
Merge pull request #2209 from jspsych/plugin-exclusions
New Plugin: Browser Check
2021-11-05 18:28:14 -04:00
Josh de Leeuw
053a8a9d55 add a third demo using timer and URL string 2021-11-05 18:21:07 -04:00
Becky Gilbert
bb37073d56 add ranking question type (WIP) 2021-11-03 21:06:46 -07:00
Becky Gilbert
ff26459e8b add correct_response question parameter (WIP) 2021-11-02 16:01:10 -07:00
Becky Gilbert
e8ac058804 tweak demos 2021-11-02 15:54:38 -07:00
Becky Gilbert
6964a6ebf2 add drop-down and likert questions, tweak CSS, add params for required label/error text (WIP) 2021-11-01 22:26:57 -07:00
Becky Gilbert
a1fd34a007 add "other" radio/checkbox option with associated text response field" 2021-11-01 12:51:35 -07:00
Becky Gilbert
7470b07fa7 minor edits to docs text, change default page/question names to uppercase 2021-11-01 12:06:00 -07:00