Becky Gilbert
|
f99048a0e2
|
change autofocus to autocomplete
|
2020-10-02 11:02:51 -07:00 |
|
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
|
bde84139bf
|
implements randomize order for all survey plugins, including tests #305
|
2019-07-02 17:03:24 -04:00 |
|
Josh de Leeuw
|
e80ea04b04
|
working on randomization of survey orders #305
|
2019-07-01 13:33:07 -04:00 |
|
Josh de Leeuw
|
25357c33a0
|
adding random question order option to multi-choice #305
|
2019-06-19 22:14:32 -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
|
77e3d55235
|
HMTL -> HTML
|
2017-06-20 10:52:36 -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
|
fe6b321678
|
fix data recording for non-response
|
2017-03-11 21:54:18 -05:00 |
|
Xiaolu bai
|
55106fe85e
|
Changes prependChild() to insertBefore()
/*change log*/
prependChild is now insertBefore due to compatibility issue for older browsers.
|
2017-02-13 14:05:27 -08:00 |
|
Xiaolu bai
|
a348b85c3f
|
String concatenation issue
https://github.com/jodeleeuw/jsPsych/issues/327
/change log/
append child instead of setting innerHTML
|
2017-01-25 21:15:56 -08:00 |
|
Xiaolu bai
|
e6c5fcf01c
|
clears console.log
|
2017-01-13 18:06:15 -08:00 |
|
Rob Wilkinson
|
15016febc6
|
cleaned up console logs
|
2017-01-13 17:49:27 -08:00 |
|
Xiaolu Bai
|
e2566c6089
|
Removes extra text on submit button
|
2017-01-13 16:58:10 -08:00 |
|
Xiaolu Bai
|
5cb6b31943
|
next button rework
|
2017-01-13 13:30:20 -08:00 |
|
Xiaolu Bai
|
467dcb0460
|
bugfix_multiple_choice_module
|
2017-01-13 01:57:04 -08:00 |
|
Josh de Leeuw
|
8ca1272d89
|
see you later jquery
|
2016-12-02 21:50:28 -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
|
51b439c160
|
css touchup
|
2016-08-16 10:56:02 -04:00 |
|
Josh de Leeuw
|
512e81cb61
|
space
|
2016-08-12 12:28:48 -04: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
|
a96d927629
|
add multi-choice plugin, modify multi-stim-multi-response
supersedes #174 & #177
|
2015-12-08 15:13:16 -05:00 |
|
Shane Martin
|
e8cc6a5686
|
Add HTML5-based validation parameter
|
2015-09-23 10:18:30 -04:00 |
|
Shane Martin
|
05aa64847e
|
Fix submit button text
|
2015-09-11 12:05:25 -04:00 |
|
Shane Martin
|
adbc4053b8
|
Change option values to label name
|
2015-09-10 14:15:16 -04:00 |
|
Shane Martin
|
23b7b4a39b
|
Add horizontal option and add plugin styling
|
2015-09-10 14:02:32 -04:00 |
|
Shane Martin
|
116f958ebe
|
Add response object value retrieval
|
2015-09-10 13:38:46 -04:00 |
|
Shane Martin
|
a9b6a81635
|
Convert plugin to display radio buttons
|
2015-09-10 13:21:16 -04:00 |
|
Shane Martin
|
80b8000384
|
Duplicate likert plugin, with name replacements
|
2015-09-10 11:43:43 -04:00 |
|