Robert Gibboni
f935aa8172
Variable not defined, potential bug. Use
2019-01-31 16:56:56 -08:00
Robert Gibboni
560a655c64
option to set video playback rate
2019-01-23 15:23:25 -08:00
Josh de Leeuw
5741bd83e9
fix survey-text bug ( #576 )
2018-12-14 11:26:43 -05:00
Josh de Leeuw
8c5d83b258
implement required parameter for survey-text plugin ( #460 )
2018-11-09 14:10:09 -05:00
Josh de Leeuw
e59895cb8e
updates for video preloading
2018-10-12 11:48:01 -04:00
Josh de Leeuw
b551f99f12
Merge branch 'master' into master
2018-10-12 11:19:51 -04:00
Josh de Leeuw
501a5be52a
update all to performance.now() - #492
2018-10-09 16:13:59 -04:00
Josh de Leeuw
f052f23633
remove form plugin
2018-10-04 15:27:33 -04:00
Josh de Leeuw
cb030f3ed7
Merge pull request #564 from vrsivananda/add-RDK
...
Added functionality for RDK to take in javascript character codes for…
2018-10-04 15:23:52 -04:00
Josh de Leeuw
15d1bd4bae
Merge pull request #559 from tbrotherm/patch-1
...
Update jspsych-external-html.js
2018-10-04 14:08:48 -04:00
Josh de Leeuw
6b88af120e
fix slider parameter type #571
2018-10-04 13:44:12 -04:00
CML2
b7e359510e
Fixed bugs for backgroundColor and response_ends_trial
2018-09-13 14:30:48 -07:00
CML2
7a5c980cbf
Added functionality for RDK to take in javascript character codes for choices and correct_choice parameters
2018-09-07 17:07:00 -07:00
Hitoshi Tominaga
4919c90ab1
Update jspsych-external-html.js
...
I found a minor bug on line 69.
Error: if (trial.cont_key) { document.removeEventListener('keydown', key_listener); }
Correct: if (trial.cont_key) { display_element.removeEventListener('keydown', key_listener); }
Because of this, some eventListeners continue working after finishing this plugin.
2018-08-22 19:14:00 +09:00
Josh de Leeuw
b85c5e754e
fix additional bug in #553
2018-08-01 15:47:11 -04:00
Josh de Leeuw
1b7272e5de
fix bug with backward button in instructions plugin ( fixes #553 )
2018-08-01 15:32:44 -04:00
Josh de Leeuw
0b5b3004de
implement async option for call-function plugin #552
2018-07-31 10:48:54 -04:00
andy
07cd15dbca
preload video + non-preloaded video ability
2018-06-30 20:45:30 +01:00
Josh de Leeuw
25d23a8e0d
adding RDK plugin
2018-06-25 22:08:47 -04:00
Josh de Leeuw
fe29d2b255
Merge pull request #491 from vrsivananda/add-RDK
...
Added RDK plugin
2018-06-25 22:02:19 -04:00
Josh de Leeuw
d96252b157
Merge pull request #501 from mjaquiery/instruction-pagenum
...
Instruction page numbers (feature requested in #371 )
2018-06-25 21:51:06 -04:00
Josh de Leeuw
b6009b2de9
docs for #532
2018-06-25 21:37:32 -04:00
Josh de Leeuw
3c73ed41fd
Merge pull request #534 from onkeltom/fix-external-html-plugin
...
Fix #532 to allow script on external-html pages to be executed
2018-06-25 21:34:55 -04:00
Josh de Leeuw
243c49dc74
fixes #544
2018-06-25 14:42:40 -04:00
Josh de Leeuw
c2e55bd52b
fixes #533
2018-06-25 14:28:05 -04:00
andy
22bd4961d4
working preloaded video
2018-05-31 09:56:42 +01:00
andy
5a6b20f695
untested preload video mod
2018-05-30 20:55:21 +01:00
Dominik Strohmeier
5698002b3e
Fix #532 to allow script on external-html pages to be executed optionally in a external-html plugin trial
...
Issue #532 addresses the issue that scripts included in the remote page will not be executed via the XMLHttpRequest() in the external-html script.
We will need to relocate the content of all scripts by relocating the content through DOM manipulation. The execution is optional and can be controlled through the new execute_Script parameter.
2018-05-30 10:08:58 +02:00
Sivananda Rajananda
10608969b7
Fixed multiple apertures nSets parameter and function
2018-05-22 11:35:51 -04:00
CML2
bab507b9f6
Fixed lag for multiple apertures RDK
2018-05-08 15:27:37 -07:00
Josh de Leeuw
7dba81b83b
completes #520
2018-04-20 10:55:09 -04:00
Josh de Leeuw
fea3015fbd
fixed implementation of start/stop for all browsers #517
2018-04-17 21:32:18 -04:00
CML2
7b444afd59
Added multiple apertures and opposite coherence
2018-04-04 16:23:03 -07:00
Ilya Vorontsov
ac98f87d06
default values in survey-text are now specified not in arrays
2018-02-17 00:36:32 +03:00
mjaquiery
a2d997841f
Tweaks
...
* default show_page_number to false for back-compatability
* added a line in the documentation describing page numbering
2018-02-09 16:22:21 +00:00
mjaquiery
9a655dc93b
Enable hiding page numbers
...
* Page numbers can now be turned off by setting show_page_number to false
2018-02-09 13:11:16 +00:00
mjaquiery
f15cf80afb
Revert "Added canvas-slider-response"
...
This reverts commit 76bcdc60d2
.
2018-02-09 13:05:14 +00:00
mjaquiery
982736bd97
Display pagenumber on instructions
...
* Page numbers now show on multi-page instructions
* On the first page of instructions where backwards navigation is allowed, the 'previous' button is shown but disabled for visual consistency with subsequent pages
2018-02-09 12:52:48 +00:00
mjaquiery
76bcdc60d2
Added canvas-slider-response
...
Added the **jspych-canvas-slider-response** plugin and example files. These allow canvases to be used as stimuli by passing a function as the stimulus which handles the drawing activity.
2018-02-08 13:39:23 +00:00
Josh de Leeuw
5d7614667e
prettify html -> HTML
2018-01-23 13:58:17 -05:00
Josh de Leeuw
5c71cbaba0
fixing plugin parameter type errors
2018-01-19 21:39:55 -05:00
Josh de Leeuw
583b9a9d1b
fix #490
2018-01-11 10:45:57 -05:00
Sivananda Rajananda
e2a028f862
Added RDK plugin
2018-01-10 14:23:08 -08:00
Josh de Leeuw
f87db559ed
better display sync for button plugins
2018-01-06 16:49:50 -05:00
Josh de Leeuw
48f72c558f
fix name bug
2018-01-03 14:06:26 -05:00
Josh de Leeuw
4c8e2a536b
use null instead of -1
2018-01-03 14:06:02 -05:00
Josh de Leeuw
d685daa7ad
bug fixes on survey text plugin
2018-01-03 14:05:53 -05:00
Josh de Leeuw
fa3cae1eea
fix key comparison bug
2018-01-03 14:05:29 -05:00
Josh de Leeuw
6abdd01d7e
remove XAB plugin
2018-01-03 14:05:11 -05:00
Josh de Leeuw
ae580f7f60
record null value correctly
2018-01-03 12:47:44 -05:00