Commit Graph

235 Commits

Author SHA1 Message Date
Josh de Leeuw
8271a03a82 bug fix when preamble is not defined 2015-02-18 20:04:58 -05:00
Josh de Leeuw
1218c58350 fix bug 2015-02-18 17:10:26 -05:00
Josh de Leeuw
6a46d65df0 fix raphael -> snapsvg 2015-02-18 16:18:41 -05:00
Josh de Leeuw
5453518f0d force parameter size 2015-02-18 14:33:23 -05:00
Josh de Leeuw
5cb5f0bfe7 bug fix with keyboard listener 2015-02-18 14:27:38 -05:00
Josh de Leeuw
849c468275 bug fixes 2015-02-18 12:27:26 -05:00
Josh de Leeuw
79b06f665a minor issue with timing = 0 2015-02-18 11:44:53 -05:00
Josh de Leeuw
1c82ef4c32 Merge pull request #115 from mariansauter/patch-4
allow timing_max_search = 0
2015-02-18 11:31:48 -05:00
Josh de Leeuw
d4d31e27a2 replace Raphael with Snap
issue #78
2015-02-18 11:12:05 -05:00
mariansauter
d30dac1dbe allow timing_max_search = 0
I added the possibility that the timing_max_search equals 0 so that the search display is not shown at all (circumventing setTimeout)

This might be very specifically handy for my purpose, because I can use the same plugin to show my probe at the fixation stimulus place before the actual search display. In any case, this change does not hurt and just allows timing_max_search = 0 to work
2015-02-11 23:28:29 +01: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
d3346753a9 fix bug on feedback trials with categorize plugins
issue #103
2015-02-05 16:49:21 -05:00
Josh de Leeuw
3eba68c20e fix function as stimuli parameter issue
issue #109
2015-01-29 19:57:07 -05:00
Josh de Leeuw
f83aa5a20c bug fix for undefined preamble param 2014-12-17 12:37:55 -05:00
Josh de Leeuw
3516456a52 update to snap.svg dependency
also fixes bizarre chrome issue that is probably a chrome bug.

issue #78
2014-12-16 16:02:20 -05:00
Josh de Leeuw
d62ed7d851 fix unfinished code 2014-11-25 10:47:14 -05:00
Josh de Leeuw
05863b3e5d add reconstruction plugin 2014-11-24 09:05:15 -05:00
Josh de Leeuw
14fbe9d67f allow keys as strings
issue #97
2014-11-14 15:19:45 -05:00
Josh de Leeuw
d01e6edb61 allow choices parameter to be 'none'
issue #90
2014-11-14 15:09:39 -05:00
Josh de Leeuw
74ad0f9c1d update documentation info in header
closes #84
2014-11-14 15:05:54 -05:00
Josh de Leeuw
3e543c4d11 add preamble
issue #94
2014-11-14 15:03:23 -05:00
Josh de Leeuw
83a58ee36f fix variable conflict
issue #96
2014-11-13 08:37:38 -05:00
Josh de Leeuw
ad6f9bf3ca add preamble for survey-likert
related to issue #94
2014-11-11 12:22:12 -05:00
Josh de Leeuw
840cfa908c working audio plugin
- needed to change keyboardResponse method to support measuring RT off
of the audio context
- related to issues #3 and #4
2014-11-11 09:15:26 -05:00
Josh de Leeuw
bbd9461a1f use audio support functions to run plugin 2014-11-11 08:38:11 -05:00
Josh de Leeuw
a139b13927 starting to put together an audio plugin 2014-11-10 17:13:51 -05:00
Josh de Leeuw
ae9877b8d1 Merge pull request #89 from jodeleeuw/dev
Dev
2014-11-10 09:14:53 -05:00
Josh de Leeuw
8d0d3c2c49 better default value for timing_tim 2014-11-10 09:12:50 -05:00
Josh de Leeuw
bad562fbf2 using display_element in visual search
related to issue #81
2014-10-31 11:18:29 -04:00
Josh de Leeuw
d51d6741bf bug fix: issue #86
fixes #86
2014-10-30 17:04:19 -04:00
Josh de Leeuw
f4782521e0 change data format for survey questions
Closes #80
2014-10-29 09:03:41 -04:00
Josh de Leeuw
5a40ae070a record stimulus as a single entry in data
Closes #79
2014-10-28 18:18:04 -04:00
Josh de Leeuw
ed6546e0b7 fix default value for choices
Closes #83
2014-10-28 18:12:34 -04:00
Josh de Leeuw
ff9a7b6343 bug fixes 2014-10-28 18:02:58 -04:00
Josh de Leeuw
0af5bd3f2b add multi-stim-multi-response plugin 2014-10-28 11:49:09 -04: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
026d715304 rename stimuli to stimulus in vsl grid data fix 2014-10-21 12:30:49 -04:00
Josh de Leeuw
3ba276da5b rename stimuli to stimulus in vsl grid data 2014-10-21 12:29:50 -04:00
Josh de Leeuw
51716711d1 doc updates, rename reps -> sequence_reps 2014-10-16 09:32:21 -04:00
Josh de Leeuw
5be6dc2c11 remove args param 2014-10-16 08:35:36 -04:00
Josh de Leeuw
b5fc742461 change repetitions -> sequence_reps
prevents conflict with new default repetitions option
2014-10-15 17:31:30 -04:00
Josh de Leeuw
720b150e50 adding code to remove setTimeouts when trial ends
issue #62
2014-09-30 08:53:08 -04:00
Josh de Leeuw
e262c52ee9 fix timeout issue
issue #62
2014-09-29 15:47:05 -04:00
Josh de Leeuw
9b617435e8 remove editable option
Closes #72
2014-09-29 14:02:04 -04:00
Josh de Leeuw
940c5580f8 fix xab bug and formatting
Closes #74
2014-09-29 08:17:19 -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
03386a661f various bug fixes to get chunks working 2014-09-19 14:21:49 -04:00
Josh de Leeuw
bc00b48ee2 remove genericParameters from plugin specific implementations 2014-09-16 08:54:09 -04:00