Amy Fox
8b4e452d54
fix spelling error xmlHttp to xmlhttp
2017-01-26 21:34:47 -08:00
Josh de Leeuw
00ff20b50c
fix attachEventListener -> addEventListener
2017-01-16 09:34:45 -05:00
Josh de Leeuw
0240b9f6c9
Merge remote-tracking branch 'refs/remotes/origin/master' into no-jquery
...
# Conflicts:
# plugins/jspsych-html.js
2017-01-04 15:38:17 -05:00
Josh de Leeuw
3010623880
lots of jquery cleanup
2016-11-28 14:31:16 -05:00
Josh de Leeuw
773c585c50
updating plugin files to remove jquery
2016-11-26 23:06:26 -05:00
Wolfgang Walther
4a73f72760
plugin-html force_refresh now using correct url
...
with force_refresh: true, new url was set in line 63, but never used.
2016-10-24 21:37:17 +02:00
Josh de Leeuw
52e673fb1b
more plugin.info ( #270 )
2016-06-27 13:21:51 -04:00
Josh de Leeuw
77a29acfd7
siphon plugins into .plugins namespace ( #184 )
2016-01-05 10:16:58 -05:00
Josh de Leeuw
59d2e0b451
update plugins to match timeline node method
2015-12-14 16:56:20 -05:00
Josh de Leeuw
eff15d8fa6
fixes #116
2015-05-28 12:45:43 -04:00
Josh de Leeuw
23653e7eef
implements #143
2015-05-28 09:45:21 -04:00
Josh de Leeuw
f952f5ccf7
html plugin check_fn returns true by default
...
issue #106
2015-02-05 17:03:31 -05:00
Josh de Leeuw
74ad0f9c1d
update documentation info in header
...
closes #84
2014-11-14 15:05:54 -05:00
Erik Weitnauer
8a0bdc977d
fixed timing bug in htlm-plugin
...
It was just a typo.
2014-10-21 13:36:51 -04:00
Josh de Leeuw
1c2b198d50
removing block from plugin.trial call
2014-09-19 15:25:24 -04:00
Josh de Leeuw
234eb88ebb
replace block.writeData with jsPsych.data.write
2014-09-19 15:22:05 -04:00
Josh de Leeuw
d9c356f6d7
replace block.next with jsPsych.finishTrial();
2014-09-19 15:19:01 -04:00
Josh de Leeuw
bc00b48ee2
remove genericParameters from plugin specific implementations
2014-09-16 08:54:09 -04:00
Josh de Leeuw
109e549b4f
remove part parameter from plugins
...
related to issue #64
2014-09-12 16:24:53 -04:00
Josh de Leeuw
2574f41acb
remove now-redundant data from plugins
...
closes issue #65
2014-09-12 16:10:41 -04:00
Josh de Leeuw
fe210550f1
use enforceArray and update namespace of pluginAPI
2014-06-29 19:25:25 -04:00
Josh de Leeuw
55ebe2f413
protect check_fn in normalizeTrialVariables
2014-05-14 15:14:08 -04:00
Josh de Leeuw
b84df35eb0
Remove normalize trial variables method
...
This is a bad idea for this plugin, since check_fn is a function. Need to figure out a way to protect variables like this one. For now, just revert to no functions as trial variables for this plugin.
2014-05-14 12:50:23 -04:00
Josh de Leeuw
99d2692428
adding normalizeTrialVariables() call to every plugin and plugin template. addresses issue #35
2014-03-14 13:10:33 -04:00
Josh de Leeuw
9558914b82
changing keyup to keydown
2014-01-27 15:20:03 -05:00
Josh de Leeuw
e76284acb2
fixing timing_post_trial = 0 issue #15
2014-01-27 15:05:16 -05:00
Josh de Leeuw
41f4db123e
adding moredata storage to html plugin
2013-11-08 22:35:42 -05:00
Josh de Leeuw
01db67eebd
changing defaults in html plugin
2013-11-08 22:32:39 -05:00
Josh de Leeuw
e697961a75
renaming stuff in html plugin
2013-11-08 22:24:28 -05:00
Josh de Leeuw
17610d0d3a
comments and cleanup
2013-10-24 10:04:40 -04:00
Josh de Leeuw
36f6d8b4ce
changing method to write data in the plugins
2013-10-22 14:52:10 -04:00
Josh de Leeuw
43a76df8e3
cleaning up html plugin
2013-10-21 17:48:08 -04:00
Josh de Leeuw
25509c9f86
replaced all references to $this with display_element
...
$this was confusing on multiple levels, and has now been replaced with a
more appropriately named variable reference.
2013-01-18 14:26:08 -05:00
Josh de Leeuw
34cffa2b14
moved plugins to /plugins
2013-01-18 12:41:41 -05:00