Commit Graph

289 Commits

Author SHA1 Message Date
Josh de Leeuw
71b3706753 user recorder's mimeType for building blob 2022-07-12 09:56:38 -04:00
Josh de Leeuw
52a921a51e use vp8 for compatibility with firefox 2022-07-12 09:32:37 -04:00
Josh de Leeuw
15ec159894 add mirror_camera option to mirror on y axis 2022-07-12 09:19:02 -04:00
Josh de Leeuw
f476856147 fix this refs 2022-07-11 22:04:55 -04:00
Josh de Leeuw
1e24627466 draft of async on_finish 2022-07-11 17:21:19 -04:00
Josh de Leeuw
47bd7ae773 add prompt parameter to mirror plugin 2022-07-11 17:05:13 -04:00
Josh de Leeuw
cc9f98d040 Merge branch 'main' into video-recording 2022-07-11 15:25:41 -04:00
Josh de Leeuw
3f53f795bd
Merge pull request #2664 from jspsych/feature-extensions-async-on-finish
Allow asynchronous `on_finish` methods in extensions
2022-07-11 15:25:14 -04:00
Josh de Leeuw
f992f78cd8 don't evaluate functions or timeline varaibles in trials parameter of preload plugin 2022-07-11 15:02:46 -04:00
Josh de Leeuw
97c51c46e1 enable test again 2022-07-01 10:41:58 -04:00
Josh de Leeuw
ce03ed99d5 skip test that throws an error 2022-07-01 10:21:28 -04:00
Josh de Leeuw
ce55e29f6f use console.warn instead of throwing error 2022-07-01 10:19:09 -04:00
Josh de Leeuw
13be1ef4ef timelineVariable() throws an error when the variable doesn't exist (fixes #2680) 2022-06-24 10:01:31 -04:00
bjoluc
57f2ae4c69 Allow asynchronous on_finish methods in extensions 2022-06-13 21:51:19 +02:00
Josh de Leeuw
61514fa781 commenting 2022-06-01 11:36:31 -04:00
Josh de Leeuw
274247d9a3 extend length of test 2022-06-01 11:36:15 -04:00
Josh de Leeuw
0dea483682 remove the testing file -- oops 2022-06-01 11:31:53 -04:00
Josh de Leeuw
9488386a48 add width and height options to give some control to file size generated by recording 2022-05-31 17:48:01 -04:00
Josh de Leeuw
d699a83f11 add width and height options for mirror plugin 2022-05-31 17:25:28 -04:00
Josh de Leeuw
cade6b7f9e add mirror-camera plugin to display live feed of camera 2022-05-31 16:21:28 -04:00
Josh de Leeuw
d36ab98f04 add getCameraStream to get the stream directly 2022-05-31 16:21:03 -04:00
Josh de Leeuw
dff17df884 add a basic working version of html-video-response plugin 2022-05-31 14:37:04 -04:00
Josh de Leeuw
29656816e8 an attempt at delaying the data writing (that doesn't work) 2022-05-29 16:04:15 -04:00
Josh de Leeuw
ce5098cd07 try using timeslice and mime type 2022-05-29 15:30:38 -04:00
Josh de Leeuw
1e2df37f8f fix this reference 2022-05-28 14:31:57 -04:00
Josh de Leeuw
7466fc6ee2 add mime type 2022-05-28 14:31:34 -04:00
Josh de Leeuw
49c1a5ea60 fix build eror 2022-05-28 13:32:24 -04:00
Josh de Leeuw
ece9fc5f44 initial attempt at record-video extension 2022-05-28 10:17:40 -04:00
Josh de Leeuw
fa80a8135d clear display after trial is complete 2022-05-27 16:35:36 -04:00
Josh de Leeuw
00c6fbf8fd revert peer dependency for now (fix this before release) 2022-05-27 16:35:20 -04:00
Josh de Leeuw
ad3dcee9ff add camera recorder to pluginAPI 2022-05-27 16:25:53 -04:00
Josh de Leeuw
e13d504353 add draft of camera plugin 2022-05-27 16:24:20 -04:00
github-actions[bot]
16fac08078 chore(release): version packages 2022-05-23 18:13:04 +00:00
bjoluc
dc00566142 Include regenerator-runtime in the jspsych Babel build 2022-05-23 19:46:07 +02:00
Josh de Leeuw
244bee28f4 extend timeout for long running test 2022-05-19 13:54:28 -04:00
Josh de Leeuw
4f49a58c09 remove console.log from test 2022-05-19 13:44:06 -04:00
github-actions[bot]
f1fa90eb2c chore(release): version packages 2022-05-19 13:10:19 +00:00
Josh de Leeuw
9d66fb24c0 add jspsych-slider class 2022-05-18 14:37:40 -04:00
bjoluc
a3f2c2c0e2 Update SurveyJS version 2022-05-17 20:58:34 +02:00
bjoluc
c534c1ef33
Merge pull request #2632 from jspsych/fix-rollup-babel-config
Fix `@rollup/plugin-babel` config in conjunction with `rollup-plugin-typescript2`
2022-05-17 18:51:36 +02: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
bjoluc
a17f423f18 Fix @rollup/plugin-babel config in conjunction with rollup-plugin-typescript2 2022-05-16 19:14:17 +02:00
bjoluc
cd09272546 Pin SurveyJS dependency versions in survey plugin 2022-05-16 17:02:23 +02:00
bjoluc
e77371e94b Update @jspsych/config dependencies 2022-05-16 17:00:03 +02:00
Vijay Marupudi
c84492c87e Use a more efficient method to access the most recent trial 2022-05-15 10:45:01 -05:00
bjoluc
e4263ae61c Explicitly list exported css files 2022-05-13 19:13:56 +02:00
jsato
50ed69c269 Exports css files of plugin-survey 2022-05-13 17:48:39 +09:00
jsato
59fd9f5035 added examples 2022-05-10 18:51:43 +09:00
jsato
777a035a07 implemented test for input_type parameter 2022-05-10 18:15:33 +09:00