Commit Graph

2905 Commits

Author SHA1 Message Date
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
dee2287a72 switch to minor release 2021-11-30 17:10:37 -05:00
Josh de Leeuw
8509d1685a add examples to docs for survey plugin 2021-11-30 15:27:29 -05:00
Josh de Leeuw
5143363a0a change version number in prep for minor bump 2021-11-30 15:02:17 -05:00
Josh de Leeuw
0d617432d9 update CSS for survey plugin 2021-11-30 15:00:03 -05:00
Josh de Leeuw
e7252f09a4 fix existing tests for survey plugin 2021-11-30 12:43:02 -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
07dfd48c32
Merge pull request #2351 from jspsych/docs-fixes-7.1
Some misc. documentation updates for 7.1
2021-11-28 22:50:03 -05:00
Josh de Leeuw
cd134fb1b7 fix version number for audio-response 2021-11-28 22:48:36 -05:00
Josh de Leeuw
37749e8df8 update versions 2021-11-28 22:47:57 -05:00
Josh de Leeuw
6634745f02 text change for 7.1 clarity 2021-11-28 22:45:01 -05:00
Josh de Leeuw
0c366e8ad0 update all 1.0.0 -> 1.1.0 links 2021-11-28 22:41:50 -05:00
Josh de Leeuw
76937475ed change 7.0.0 -> 7.1.0 2021-11-28 22:27:17 -05:00
Josh de Leeuw
670d1d72e1 add direct link to latest download zip asset 2021-11-28 22:24:25 -05:00
Josh de Leeuw
8abc52c33b Merge branch 'main' into docs-fixes-7.1 2021-11-28 22:18:58 -05:00
bjoluc
fc92e40248 add Sass support to include and override SurveyJS styles 2021-11-28 23:05:33 +01:00
Josh de Leeuw
e8f1bd6d08 fix cases where timeouts fire after expected event 2021-11-27 16:39:38 -05:00
Josh de Leeuw
308a791a8a add timing test for audio input 2021-11-27 16:30:01 -05:00
Josh de Leeuw
e69165804a teardown recording events when trial ends 2021-11-27 16:29:42 -05:00
Josh de Leeuw
58d56a4fbb
Merge pull request #2357 from jspsych/release-archive-version-file
Add a VERSION.md file to release archives
2021-11-27 15:02:56 -05:00
Josh de Leeuw
cc00cad872
Merge pull request #2359 from jspsych/bug-fixes-7.1
Misc. bug fixes for 7.1
2021-11-27 15:01:40 -05:00
Josh de Leeuw
d8b23ca365 Allow keyboard movements to enable slider buttons when require_movement 2021-11-26 11:55:21 -05:00
Josh de Leeuw
a8ab2eb8f8 add the changeset for response_allowed_while_playing fixes 2021-11-26 11:46:36 -05:00
gali1998
39b70ee120
Enhanced video slider plugin (#2257)
Changes `response_allowed_while_playing` to use the `stop` parameter as the end of playing.

Co-authored-by: Gali Geller <gali1998@gmai.com>
2021-11-26 11:44:20 -05:00
Josh de Leeuw
d2a8b4ab42 add changeset for video plugin updates 2021-11-26 11:39:16 -05:00
Josh de Leeuw
cbc588236f throw error when video stimulus is not array 2021-11-26 11:36:14 -05:00
bjoluc
25a4732c47 switch to default theme and include surveyjs stylesheet 2021-11-24 22:55:10 +01:00
bjoluc
fac55ac986 fix typo in error message 2021-11-24 21:58:02 +01:00
bjoluc
5a0ce4e1af fix ranking question
by setting `fallbackToSortableJS`
2021-11-24 21:50:33 +01:00
bjoluc
76e755a18e replace resize-observer-polyfill with @types/resize-observer-browser 2021-11-24 19:46:28 +01:00
bjoluc
d9b02310c9 Name all release archives jspsych.zip 2021-11-24 19:31:44 +01:00
bjoluc
c44ac2024a Add a VERSION.md file to the release archives 2021-11-24 19:29:49 +01: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
bjoluc
7dbc303f90 add MediaRecorder types, polyfill ResizeObserver 2021-11-24 16:51:57 +01:00
bjoluc
77d2e3111e update SurveyJS 2021-11-24 00:05:40 +01:00
bjoluc
3219ce75fa fully construct questions in setup functions
to get correct TS types for question objects and get rid of an
additional level of question type mapping
2021-11-24 00:05:12 +01:00
Josh de Leeuw
129227ad27 mention dist archive in hello world docs 2021-11-23 15:38:05 -05:00
Josh de Leeuw
e2f843b27c add docs for new pluginAPI features 2021-11-23 15:24:31 -05:00
Josh de Leeuw
aa0d28f990 make default null 2021-11-23 15:24:17 -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
c81b500771 add changesets 2021-11-23 15:06:03 -05:00
Josh de Leeuw
5568ca3b26 add docs for new audio response plugins 2021-11-23 14:51:55 -05:00
bjoluc
d273259a8c some refactoring to get started 2021-11-23 20:15:57 +01:00