Commit Graph

23 Commits

Author SHA1 Message Date
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