Becky Gilbert
db2a2dc6bc
change responses to response in survey-multi-select plugin #638
2021-02-17 15:51:14 -08:00
Josh de Leeuw
0aac702f1c
implements #670 , needs further checking
2021-01-14 10:28:18 -05: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
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
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
Josh de Leeuw
5a56431f8d
add name option for survey plugins #608
2019-07-15 12:06:10 -04:00
Josh de Leeuw
119b4701b7
fix required parameter #629
2019-07-02 16:40:13 -04:00
Josh de Leeuw
e80ea04b04
working on randomization of survey orders #305
2019-07-01 13:33:07 -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
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
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
b4d752079e
change default for required to false
2017-06-15 22:39:21 -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
Josh de Leeuw
163bf8f06b
remove references to .forEach for IE11 compatibility
2017-03-29 09:39:15 -04:00
Josh de Leeuw
a74e9555a9
replace => for better browser compatibility
2017-03-10 09:47:08 -05:00
Josh de Leeuw
260dbc883b
fix to work with multiple questions on page
2017-03-04 09:52:03 -05:00
Josh de Leeuw
1208c5d918
allow required to be optional, customize message option
2017-03-04 09:41:41 -05:00
Xiaolu bai
8600afc0ca
Changes wording in comments
2017-02-13 14:46:34 -08:00
Xiaolu Bai
3b9160f8f7
survey-multi-select survey-multi-picture plug-ins
...
-examples included
-docs included
2017-02-13 14:12:47 -08:00
Xiaolu Bai
9710e88d94
cleans up comments
2017-01-25 21:47:53 -08:00
Xiaolu Bai
e2d1337baf
prepend input to label instead of append to form
2017-01-25 20:22:34 -08:00
Xiaolu Bai
747cad020f
multi select plug in double quoted string no value issue fixed
2017-01-25 19:23:41 -08:00
Xiaolu Bai
497c0a6c94
add id to questions
2017-01-24 17:45:46 -08:00
Xiaolu Bai
3a9d8c3300
multi select questions cant go on with no value selected
2017-01-24 17:00:52 -08:00
Xiaolu Bai
220c603c16
minor css fixes on submit button
2017-01-23 18:05:15 -08:00
Xiaolu Bai
237025845a
Multi-select plug in complete
2017-01-17 13:29:39 -08:00
Xiaolu Bai
8c241daca1
created multi-select plugin
2017-01-17 12:01:33 -08:00