Commit Graph

3024 Commits

Author SHA1 Message Date
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
Josh de Leeuw
0cc69e0854 add parameter to store audio url; release it if not stored 2021-11-22 14:39:16 -05:00
Josh de Leeuw
ffd7e1e45a add allow_playback option for rerecording audio 2021-11-22 12:21:10 -05:00
Josh de Leeuw
827df6c95d reorganization and parameterization 2021-11-22 11:48:19 -05:00
Josh de Leeuw
aa660ad597 add customization of labels; refresh list of mics based on live availability 2021-11-22 10:38:05 -05:00
Josh de Leeuw
49f5cf4b02 remove incorrectly duplicated testing files 2021-11-19 17:26:44 -05:00
Josh de Leeuw
c12f05bd86 try moving stim display inside start event for media recorder 2021-11-19 17:25:23 -05:00
Josh de Leeuw
3a3d32971c start work on audio-input plugins 2021-11-19 17:00:10 -05:00
Becky Gilbert
64293b85e1 add response scoring when correctResponse is specified 2021-11-18 14:00:14 -08:00
Josh de Leeuw
e77d681a33
Merge pull request #2327 from sbashford/main
Correcting typos in survey-text plugin documentation
2021-11-18 12:24:30 -05:00
Josh de Leeuw
f988d5bb1b
Merge pull request #2319 from cabejackson/2318-fix-typo-and-broken-link
2318 fix typo and broken link
2021-11-18 12:23:41 -05:00
sbashford
da2f1f0a78
Merge pull request #1 from sbashford/sbashford-patch-1
Update survey-text.md
2021-11-15 11:31:32 -06: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
f86784690e more const -> let changes 2021-11-09 16:27:16 -08:00
Becky Gilbert
9ad331036d respond to GH reviews 2021-11-09 15:12:13 -08: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
cabejackson
6be77a05fa Correct link with .md 2021-11-09 16:23:32 -05:00
cabejackson
830b0275fa Update dynamic parameters link 2021-11-09 10:47:38 -05:00
cabejackson
1b991b6a00 Fix typo in Sampling Methods section 2021-11-09 10:46:22 -05: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
ae30862842
Merge pull request #2258 from jspsych/plugin-sketchpad
New plugin: Sketchpad
2021-11-05 18:27:50 -04:00
Josh de Leeuw
ca4fd615da
Merge pull request #2245 from jspsych/migration-errors
Implement migration errors
2021-11-05 18:24:30 -04:00
Josh de Leeuw
053a8a9d55 add a third demo using timer and URL string 2021-11-05 18:21:07 -04:00
Josh de Leeuw
c91cc4fd32 Merge branch 'main' into plugin-sketchpad 2021-11-05 18:08:27 -04:00
Josh de Leeuw
e62205880c
Merge pull request #2228 from jspsych/extension-mouse-tracking
Mouse Tracking Extension
2021-11-05 18:06:57 -04:00
Becky Gilbert
112f0a3687 add parameter for custom required error text 2021-11-03 21:51:59 -07: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
2cb14e42c5 add/fix tests 2021-11-02 11:47:57 -07:00
Becky Gilbert
cc523da925 finish moving dropdown set-up into separate function 2021-11-01 22:31:03 -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