Commit Graph

58 Commits

Author SHA1 Message Date
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
Josh de Leeuw
5a56431f8d add name option for survey plugins #608 2019-07-15 12:06:10 -04:00
Josh de Leeuw
c126b58f0a implement scale_width #633 2019-07-11 10:29:47 -04:00
Josh de Leeuw
fd3c15c8ce implementing random order for survey-likert (#305) 2019-06-19 17:03:27 -04:00
Josh de Leeuw
501a5be52a update all to performance.now() - #492 2018-10-09 16:13:59 -04: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
3affd77ddf button label defaults #471 2017-09-20 09:37:29 -04:00
KristinDiep
ec72fade4b pretty name in survey plugins 2017-07-28 13:34:54 -04:00
KristinDiep
e537037af7 updated questions for survey plugins 2017-07-24 09:58:22 -04:00
KristinDiep
bf1da9375d added nested params in survey plugins 2017-07-23 13:04:39 -04:00
KristinDiep
41db219c89 pretty name and description, no_function taken out 2017-07-13 19:17:27 -04:00
KristinDiep
f21ad81d1e removed param block under plugin.trial 2017-07-12 14:29:47 -04:00
Josh de Leeuw
a1567ceba7 remove array brackets from plugin types 2017-07-09 21:15:22 -04:00
Josh de Leeuw
4863f2e9c3 remove evaluateFunctionParameter 2017-07-07 14:54:47 -04:00
Josh de Leeuw
47c890e429 change default button label 2017-06-26 11:46:31 -04:00
Josh de Leeuw
820203dc82 typo bug 2017-06-20 10:51:44 -04:00
Josh de Leeuw
df5ebbc223 fix submit bug 2017-06-01 14:55:33 -04:00
Josh de Leeuw
c58d36b0c9 survey plugins should clear display 2017-06-01 14:34:32 -04:00
Hugues Lacroix
4fefa624c5 Also added ID to checkbox and radio in jspsych-multi-select and jspsych-multi-choice as it allows the user to click on the label to toggle the checkbox or radio instead of just the input itself 2017-03-31 23:50:21 -04:00
Hugues Lacroix
8515813fef Added button_label parameter to survey-likert and survey-text. Also addes values parameter to survey-text 2017-03-29 23:04:01 -04:00
Josh de Leeuw
620260b9fe adjust styling of likert plugin 2017-03-20 09:43:32 -04:00
Josh de Leeuw
47f4e61ac4 allows required for all questions on page #348 2017-03-14 13:09:31 -04:00
Josh de Leeuw
e09cc14e7f record response as int, not string 2017-03-11 22:18:49 -05:00
Josh de Leeuw
576e2c4311 handle empty responses for survey likert 2017-03-09 22:22:52 -05:00
Josh de Leeuw
b916e62d88 fix survey-likert plugin 2017-02-08 14:24:45 -05:00
Josh de Leeuw
00ff20b50c fix attachEventListener -> addEventListener 2017-01-16 09:34:45 -05:00
Josh de Leeuw
4580d272a5 bye bye jquery! 2016-12-02 11:26:44 -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
Josh de Leeuw
6d3da21adb remove all plugin specific CSS from jspsych.css 2016-08-12 12:26:04 -04:00
Josh de Leeuw
d11d45a408 implementing plugin.info (#270) 2016-06-27 16:28:46 -04:00
Josh de Leeuw
77a29acfd7 siphon plugins into .plugins namespace (#184) 2016-01-05 10:16:58 -05:00
Josh de Leeuw
2df6c408e5 update plugins to new format 2015-12-15 10:43:37 -05:00
Josh de Leeuw
1a99f966be major changes for likert scale (#169) 2015-12-08 12:44:29 -05:00
Josh de Leeuw
eff15d8fa6 fixes #116 2015-05-28 12:45:43 -04:00
Josh de Leeuw
37fa9d9113 implements #142 2015-05-28 09:58:47 -04:00
Josh de Leeuw
23653e7eef implements #143 2015-05-28 09:45:21 -04:00
Josh de Leeuw
99e9ceb8a8 fixes #140 2015-05-22 09:48:00 -04:00
Josh de Leeuw
f83aa5a20c bug fix for undefined preamble param 2014-12-17 12:37:55 -05:00
Josh de Leeuw
3e543c4d11 add preamble
issue #94
2014-11-14 15:03:23 -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
f4782521e0 change data format for survey questions
Closes #80
2014-10-29 09:03:41 -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
6e24d52acf fix layout bug
issue #67
2014-09-15 09:34:33 -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
f254dc70ad use enforceArray and update namespace of pluginAPI 2014-06-29 21:50:11 -04:00