Angus Hughes
bcb3b3653c
Fix error when required is false to return null response
2020-11-20 11:19:53 +08:00
Becky Gilbert
dc00efd0ea
add counter text and stim_starts_inside params, fix missed hardcoded colors
2020-11-19 18:24:44 -08:00
Becky Gilbert
4c0dab0122
add new border/background color parameters
2020-11-19 16:07:35 -08:00
Becky Gilbert
175eaab10d
Merge pull request #1018 from kohler-visual-neuroscience-lab/master
...
updates to free-sort plugin, new functionality
2020-11-18 17:46:02 -08:00
Peter J. Kohler
a1ca6a8406
fixed above/below
2020-11-18 19:41:43 -05:00
Becky Gilbert
3424f386ff
fix slider label positioning with custom track/thumb CSS & calc - fixes #695
2020-11-14 16:57:01 -08:00
Becky Gilbert
b2c845fa19
remove div container for prompt
2020-11-11 11:05:40 -08:00
Becky Gilbert
5f18091058
remove div containers for prompts
2020-11-11 10:53:03 -08:00
Becky Gilbert
8104d356c5
minor changes for clarity and consistency with other v6.2 plugins
2020-11-10 14:01:21 -08:00
Becky Gilbert
ece6e3b57e
Merge pull request #700 from cjungerius/feature/canvas
...
Add canvas keyboard/button/slider plugins
2020-11-09 15:38:50 -08:00
Becky Gilbert
af8d531259
add render_on_canvas option, fix maintain_aspect_ratio - fixes #891 #969 #1172
2020-11-06 17:55:06 -08:00
Mark Gorenstein
9af708d584
replace 'stimulus' with 'sources' in trial_data of video plugins
2020-11-05 11:54:26 -08:00
Mark Gorenstein
ec83e9cd20
replace 'stimulus' with 'sources' in registerPreload calls of video plugins
2020-11-05 10:01:11 -08:00
Becky Gilbert
dbb001c0c7
Merge branch 'master' into respond-while-playing
2020-11-04 11:27:50 -08:00
Becky Gilbert
879f6a7cb5
fix problem with non-zero video start time in FF
2020-10-31 15:37:27 -07:00
Becky Gilbert
b02e73ea21
warn about .mov files - #649
2020-10-26 16:58:45 -07:00
Becky Gilbert
8b5a68edfc
fix undefined starttime problem
2020-10-26 15:43:02 -07:00
Becky Gilbert
6396036c9e
add response_allowed_while_playing parameter - #1137
2020-10-26 14:47:30 -07:00
Angus Hughes
857db43166
maxdiff response column labels now more generic
2020-10-23 11:05:13 +08:00
Angus Hughes
b0646f5649
simple randomisation test added, better comments
2020-10-22 11:23:07 +08:00
Becky Gilbert
719b009707
change require_movement so that clicking cursor is sufficient - fixes #696
2020-10-21 17:37:37 -07:00
awhug
1467f3b1e4
Initial pass of maxdiff plugin
2020-10-21 16:08:11 +08:00
Becky Gilbert
294aac623f
change button_pressed data from string to int
2020-10-20 17:49:58 -07:00
Becky Gilbert
6efc5f26d5
change default stim duration params to null - fixes #755
2020-10-20 16:53:29 -07:00
Becky Gilbert
83a289b6c9
changed wording in console.warn
2020-10-19 17:31:33 -07:00
Becky Gilbert
dadf120f17
Merge pull request #1028 from chrisbrickhouse/1014
...
Warn about possible deadlock if response_ends_trial is false and trial_duration is null
2020-10-19 16:52:48 -07:00
Becky Gilbert
d010376bb6
fix canvas positioning to get rid of scroll bars - #881
2020-10-11 14:55:04 -07:00
Becky Gilbert
121428cf31
change start param to slider_start
2020-10-11 12:16:39 -07:00
Becky Gilbert
d236f028f0
changed slider response from string to numeric
2020-10-11 10:55:10 -07:00
Becky Gilbert
b3effcb015
fix inconsistencies in parameter info
2020-10-11 10:33:01 -07:00
Becky Gilbert
f92b9214b5
fixed inconsistencies in parameter info
2020-10-11 10:26:10 -07:00
Becky Gilbert
7e95a9b005
Merge pull request #676 from dillonplunkett/checkboxes-fix
...
return input elements to within label elements
2020-10-08 18:22:24 -07:00
Becky Gilbert
864093238b
Merge pull request #675 from hrcn/patch-2
...
initialize variable i in for loops
2020-10-08 18:04:32 -07:00
Becky Gilbert
55d0f31548
Merge pull request #701 from kurokida/master
...
Enable a survey-likert response selection by clicking label string
2020-10-08 16:47:57 -07:00
Becky Gilbert
787b7bd0a5
Merge pull request #714 from vijaymarupudi/video-slider-fixes
...
fix start and slider_start parameters in video-slider-response plugin
2020-10-08 16:30:43 -07:00
Becky Gilbert
a891526e89
edit formatting
2020-10-02 11:39:44 -07:00
Becky Gilbert
402d4f0d8f
Merge pull request #1072 from chrisbrickhouse/Iss-1062
...
survey-html-form: add autofocus parameter
2020-10-02 11:35:37 -07:00
Becky Gilbert
f99048a0e2
change autofocus to autocomplete
2020-10-02 11:02:51 -07:00
Becky Gilbert
b96a875d30
Merge pull request #1073 from chrisbrickhouse/Iss-1064
...
survey-*: default to autocomplete=off and add param to enable
2020-10-02 11:00:23 -07:00
Christian
ebb6fce877
survey-html-form: validate autofocus parameter
...
When the autofocus parameter is set, check that
the specified element exists in the DOM and
check that the specified ID is unique. If there
is not exactly 1 element with the given ID, warn
the user about unexpected behavior.
2020-10-01 19:45:49 -07:00
Christian
11291625ff
survey-*: stop autocomplete add param to enable
...
Add an autocomplete parameter to the html form plugin
series. When autocomplete is set to true, the <form>
tag added by the survey-* plugin will behave as before.
When not defined or set to false, the <form> tag is
given the autocomplete="off" attribute and value.
2020-10-01 19:09:49 -07:00
Becky Gilbert
bc2809b3f1
remove files that were unintentionally added in PR
2020-10-01 16:58:06 -07:00
Becky Gilbert
36df451b08
Merge pull request #1081 from GEJ1/instructions
...
Instructions plugin changes: add page_label parameter to plugin and docs, add show_page_number parameter to docs
2020-10-01 16:52:28 -07:00
Gustavo Juantorena
293338172f
Addded page_label to plugin jspsych-instructions also changed docs
2020-09-27 14:07:14 -03:00
Gustavo Juantorena
49f68b7b7e
Revert "Addded page_labe to plugin.info also changed docs"
...
This reverts commit ada7afbf89
.
2020-09-27 03:44:35 -03:00
Gustavo Juantorena
ada7afbf89
Addded page_labe to plugin.info also changed docs
2020-09-27 03:05:35 -03:00
Gustavo Juantorena
e1ec9852c8
Fixed problem going to next trial
2020-09-25 19:11:29 -03:00
Christian
47e6080d63
survey-*: stop autocomplete add param to enable
...
Excludes survey-multi-select since it's highly
specialized and the parameter doesn't really
apply to it.
Issue #1064
2020-09-23 21:47:15 -07:00
Christian
8d8ee8ae55
survey-html-form: add autofocus parameter
...
Users can provide the id of an element to focus on when the
slide is displayed. While HTML5 has an autofocus parameter
it is not universal and not all browsers support it. This
solution should work across browsers and is more in keeping
with the jsPsych object style.
Issue #1062
2020-09-23 21:05:42 -07:00
Becky Gilbert
a095e81fad
fix prompt bug
2020-09-16 18:15:32 -07:00
Christian
e9735c6137
Fix test failures.
2020-09-03 18:28:07 -07:00
Christian
36f637ed6e
Warn about possible deadlock per #1014
...
If no duration is set and a response does not end the trial, then
the trial will never end and the experiment is deadlocked. Users
will be warned about this situation and given hints on how to
fix it.
2020-09-03 18:13:35 -07:00
Gustavo Juantorena
c515d43c0d
virtual chin plugin
2020-08-31 17:54:23 -03:00
Gustavo Juantorena
47726004cb
jsPsych-virtual-chin-rest.js new plugin
2020-08-31 17:36:08 -03:00
Peter J. Kohler
92b6c2e78e
updates to free-sort plugin, new functionality
2020-08-29 14:55:25 -04:00
Salva Ardid
8729972db6
systematically saving stimulus and slider start position in all slider plugins
2020-06-02 21:43:04 -04:00
Vijay Marupudi
afbcaa4f3d
slider_start and video duplicate id fixes.
2020-05-22 22:30:27 -05:00
Daiichiro Kuroki
a08d320b3c
Enable to response by clicking string directly.
2020-05-12 13:25:51 +09:00
Chris Jungerius
7aa6736c96
final cleanup of canvas-keyboard-response
2020-05-11 18:57:51 +02:00
Chris Jungerius
a996795831
created temp html file to test the three new plugin types, and fixed some bugs that emerged from first tests
2020-05-11 14:41:19 +02:00
Chris Jungerius
3c284f35d5
added canvas-button-response
2020-05-11 13:56:20 +02:00
Chris Jungerius
04d71b715d
added canvas-slider-response; changed canvas ID to a more fitting name
2020-05-11 13:45:51 +02:00
Chris Jungerius
d1437ea9dd
cleaned up canvas-keyboard-response and added option to resize canvas
2020-05-11 13:21:25 +02:00
Chris Jungerius
45f6840b6b
added original version of canvas keyboard response plugin
2020-05-11 11:34:39 +02:00
Dillon Plunkett
be6c945419
return checkboxes to within label elements
...
Checkbox elements were previously child elements of their labels.
55106fe
increased backwards compatibility, but seems to have
inadvertently made them siblings instead, breaking some css.
Fix that.
2020-02-25 16:54:28 -05:00
Rui Han
eddfac4746
initialize variable i in for loops
2020-02-24 14:51:44 -05:00
clement thorey
173aa28d64
[FIX] typo
2019-07-22 20:16:41 +01:00
Josh de Leeuw
5a56431f8d
add name option for survey plugins #608
2019-07-15 12:06:10 -04:00
Josh de Leeuw
c83e115f9b
add name option to survey-text #608
2019-07-15 10:54:26 -04:00
Josh de Leeuw
7e33af85cb
add video-* plugins #636
2019-07-12 11:38:21 -04:00
Josh de Leeuw
6be86017c8
Merge pull request #622 from designatednerd/master
...
Add video trial requiring a keyboard response
2019-07-11 10:40:38 -04:00
Josh de Leeuw
c126b58f0a
implement scale_width #633
2019-07-11 10:29:47 -04:00
Josh de Leeuw
9a682bb260
fix semicolon bug
2019-07-05 11:20:59 -04:00
Josh de Leeuw
208ecf0365
some minor tweaks to survey-html-form plugin
2019-07-04 15:24:37 -04:00
Josh de Leeuw
7d01510a24
Merge pull request #602 from jansim/master
...
Added very simple alternative jspsych-survey-html-form plugin
2019-07-04 15:19:13 -04:00
Josh de Leeuw
0fe7fe2cf4
fix div bug
2019-07-04 15:14:58 -04:00
Josh de Leeuw
9bed32fb0f
implements settable width for sliders ( #631 )
2019-07-04 15:10:52 -04:00
Josh de Leeuw
dda27c6bc8
implement require_movement in slider plugins #573
2019-07-03 12:26:20 -04:00
Josh de Leeuw
381d2778b1
Merge branch 'pr/575'
2019-07-02 22:15:50 -04:00
Josh de Leeuw
4ea7cef4cd
prettier margin on slider
2019-07-02 22:00:00 -04:00
Josh de Leeuw
9da8c452f2
implement image size settings for image plugins #560
2019-07-02 21:55:15 -04:00
Josh de Leeuw
bde84139bf
implements randomize order for all survey plugins, including tests #305
2019-07-02 17:03:24 -04:00
Josh de Leeuw
119b4701b7
fix required parameter #629
2019-07-02 16:40:13 -04:00
Josh de Leeuw
637d87ecf6
fix placeholder implementation #627
2019-07-02 11:09:57 -04:00
Josh de Leeuw
cd82ddfc1d
implements #627
2019-07-02 11:06:41 -04:00
Josh de Leeuw
d094d1d6be
add random order for -text #305
2019-07-01 13:46:32 -04:00
Josh de Leeuw
e80ea04b04
working on randomization of survey orders #305
2019-07-01 13:33:07 -04:00
Ellen Shapiro
c37b9f77cf
Add video trial requiring a keyboard response
2019-06-20 21:52:51 +02:00
Josh de Leeuw
25357c33a0
adding random question order option to multi-choice #305
2019-06-19 22:14:32 -04:00
Josh de Leeuw
fd3c15c8ce
implementing random order for survey-likert ( #305 )
2019-06-19 17:03:27 -04:00
Josh de Leeuw
a056d40b2f
fixes #580
2019-06-18 12:16:28 -04:00
Josh de Leeuw
627b4b2d50
Merge pull request #555 from sprengholz/master
...
Cloze Test
2019-05-31 16:46:53 -04:00
Josh de Leeuw
e0fc3497ca
avoid implicit event parameter
2019-05-24 13:55:23 -04:00
Nabeel Sulieman
6fd5cc2f76
Add missing preventDefault() call to survey-text plugin submit
2019-05-07 20:43:35 -07:00
Jan Simson
40d50e89a2
html-form-plugin: Return JS Object instead of JSON String
2019-04-04 10:43:57 -04:00
Jan Simson
e2aac619a7
Use proper type for html parameter in survey-html-form plugin
2019-03-20 17:49:48 -04:00
Jan Simson
1b36f56daa
Added jspsych-survey-html-form plugin
2019-03-14 16:17:51 -04:00
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
Sivananda Rajananda
99ef8a149f
Rename jspsych-RDK.js to jspsych-rdk.js
2018-11-27 16:49:09 -08:00
CML2
8408f59746
Changed to lowercase rdk and fixed border bug
2018-11-27 16:19:53 -08:00
Josh de Leeuw
8c5d83b258
implement required parameter for survey-text plugin ( #460 )
2018-11-09 14:10:09 -05:00
CML2
5fe2a5f97e
Fixed opposite_coherence function
2018-11-01 19:45:59 -07: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
Philipp Sprengholz
53321cb9d5
Reworked documentation, added test file
2018-08-05 12:25:34 +02:00
Philipp Sprengholz
73c0f24be4
Simplified cloze plugin design
2018-08-02 07:20:47 +02: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
Philipp Sprengholz
72c84130c5
Refined the cloze structure and added both example and doc files
2018-07-13 23:15:38 +02:00
Philipp Sprengholz
503c4cc9e7
Added cloze plugin
2018-07-13 22:17:43 +02: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
Josh de Leeuw
bf0627075e
fix preloading issue; display streamline
2018-01-03 12:47:34 -05:00
Josh de Leeuw
97467a1f0d
fixing bad default values to more descriptive ones #488
2018-01-03 12:02:10 -05:00
Josh de Leeuw
ca3328ec82
some more docs updates
2018-01-01 22:12:41 -05:00
Josh de Leeuw
27ae629aa6
fixed indentation
2018-01-01 22:08:58 -05:00
Josh de Leeuw
fea8d270ca
save stimulus info
2018-01-01 22:04:11 -05:00
Josh de Leeuw
d9455ed2c0
updating plugin documentation
2017-12-30 23:35:37 -05:00
Josh de Leeuw
35bff7baa3
fixes #474
2017-12-07 20:39:33 -05:00
Josh de Leeuw
23b0f9ea83
support custom start values #472
2017-12-07 16:35:07 -05:00
Josh de Leeuw
a4c0135a4a
record stimulus #473
2017-12-06 14:58:44 -05:00
Josh de Leeuw
fd78450ecf
remove audio buffer time, fixes #476
2017-12-06 12:57:15 -05:00
Josh de Leeuw
de9dff4e4a
update template for plugin.info method
2017-11-22 12:40:50 -05:00
Josh de Leeuw
6aea5c78bf
fix errors in plugin
2017-10-12 13:12:14 -04:00
Josh de Leeuw
3affd77ddf
button label defaults #471
2017-09-20 09:37:29 -04:00
Josh de Leeuw
b53dae0119
Merge branch 'master' of https://github.com/jspsych/jsPsych
2017-09-01 10:01:15 -04:00
Josh de Leeuw
b1d76d3f30
fix abs() issue with shrinking box
2017-09-01 10:01:11 -04:00
andrewheusser
13b4f88786
added event handler to end trial when a stop time is specified
2017-08-25 15:32:38 -04:00
Josh de Leeuw
8f4b42fa8c
Merge branch 'master' of https://github.com/jspsych/jsPsych
2017-08-02 11:57:04 -04:00
Josh de Leeuw
7e2db2c1c8
fixes #458
2017-08-02 11:57:00 -04:00
KristinDiep
ec72fade4b
pretty name in survey plugins
2017-07-28 13:34:54 -04:00
KristinDiep
5df6166473
Update survey plugin docs
2017-07-27 14:59:32 -04:00
KristinDiep
e537037af7
updated questions for survey plugins
2017-07-24 09:58:22 -04:00
KristinDiep
b7dca21ecf
fix merge conflict
2017-07-23 13:06:37 -04:00
KristinDiep
bf1da9375d
added nested params in survey plugins
2017-07-23 13:04:39 -04:00
Josh de Leeuw
1b9ed49eca
multi-select example #449
2017-07-17 21:50:04 -04:00
Josh de Leeuw
f9682859c2
reconstruction example #449
2017-07-17 21:47:50 -04:00
KristinDiep
505121e455
edited examples
2017-07-17 10:19:41 -04:00
KristinDiep
41db219c89
pretty name and description, no_function taken out
2017-07-13 19:17:27 -04:00
KristinDiep
26d33b6ec8
tests pass
2017-07-12 14:55:57 -04:00
KristinDiep
c3d616283f
added demos
2017-07-12 14:29:47 -04:00
KristinDiep
f21ad81d1e
removed param block under plugin.trial
2017-07-12 14:29:47 -04:00
Josh de Leeuw
5d888912f9
starts #432
2017-07-12 09:58:27 -04:00
KristinDiep
496b2c8a37
all test suites(except for timeline-variables.test) working
2017-07-11 10:14:21 -04:00
KristinDiep
c46b9263aa
iat plugin example works
2017-07-10 15:08:29 -04:00
KristinDiep
cbb0643a95
some changes
2017-07-10 14:43:43 -04:00
KristinDiep
670b691da2
implemented plugin.info, some examples not working
2017-07-10 14:43:04 -04:00
Josh de Leeuw
756c88a07f
better timing parameter names #425
2017-07-10 14:00:24 -04:00
KristinDiep
6f1c409c54
html-slider-response test finished
2017-07-10 10:43:57 -04:00
KristinDiep
13930f9e40
added params to image-slider-response
2017-07-10 09:12:46 -04:00
Josh de Leeuw
74da90c320
remove palmer plugin
2017-07-09 23:31:44 -04:00
Josh de Leeuw
a55d0448f9
remove jquery comment from form plugin
2017-07-09 23:05:58 -04:00
Josh de Leeuw
a1567ceba7
remove array brackets from plugin types
2017-07-09 21:15:22 -04:00
Josh de Leeuw
7433638dc6
remove old merge conflict (??) stuff
2017-07-07 15:10:14 -04:00
Josh de Leeuw
4863f2e9c3
remove evaluateFunctionParameter
2017-07-07 14:54:47 -04:00
KristinDiep
225fbf7474
image-button response test
2017-07-07 14:46:33 -04:00
KristinDiep
9e715e2457
iat-image, iat-html, image-keyboard-response tests done
2017-07-07 14:46:33 -04:00
KristinDiep
598174d0a8
audio and html slider response
2017-07-07 14:46:33 -04:00