Josh de Leeuw
57effeef1d
initial implementation of fullscreen plugin #380
2017-05-01 15:32:39 -04:00
Josh de Leeuw
e09f4749ef
fixes #367
2017-04-08 17:32:45 -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
4b0932303d
added button_label parameter for all relevant plugins (except for jspsych-resize, as it already had a button_text parameter).
2017-03-31 23:50:08 -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
163bf8f06b
remove references to .forEach for IE11 compatibility
2017-03-29 09:39:15 -04:00
Josh de Leeuw
b0ecd233d9
fixes #340
2017-03-20 22:22:50 -04:00
Josh de Leeuw
9b1d0f8aea
Merge pull request #353 from rivasd/parallelport
...
Fixing crucial bug in instructions plugin
2017-03-20 14:48:55 -04:00
rivasd
cd67e061ec
Fixing crucial bug in instructions plugin
...
*the navigation buttons were not functioning and had syntax errors,
replaced their onClick listener with one that actually advances the
pages and removes itself automatically
* other small syntax corrections
2017-03-20 14:32:02 -04:00
Josh de Leeuw
84de9aed7e
add resize plugin #352
2017-03-20 13:58:41 -04:00
Josh de Leeuw
620260b9fe
adjust styling of likert plugin
2017-03-20 09:43:32 -04:00
Josh de Leeuw
cd44986fe0
more tests for single-stim #351
2017-03-19 23:20:38 -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
fe6b321678
fix data recording for non-response
2017-03-11 21:54:18 -05:00
Josh de Leeuw
a74e9555a9
replace => for better browser compatibility
2017-03-10 09:47:08 -05:00
Josh de Leeuw
576e2c4311
handle empty responses for survey likert
2017-03-09 22:22:52 -05:00
Josh de Leeuw
fc940f984d
Merge pull request #344 from jodeleeuw/pr/339
...
Pr/339
2017-03-04 09:56:28 -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
Josh de Leeuw
74853f928f
use class instead of id for non-unique id
2017-03-04 09:34:17 -05:00
Xiaolu bai
398a210854
Adds new line at the end
2017-02-13 14:47:37 -08:00
Xiaolu bai
8600afc0ca
Changes wording in comments
2017-02-13 14:46:34 -08:00
Xiaolu bai
4d6e253896
Changes wording in comment
2017-02-13 14:43:26 -08:00
Xiaolu Bai
d94876e5ad
multiple choice plugin is now same with origin/master multiple choice plug in
2017-02-13 14:24:25 -08:00
Xiaolu Bai
58ae31511c
Merge branch 'master' of github.com:jodeleeuw/jsPsych into multi_picture_multi_select_plug_in_docs_example
2017-02-13 14:21:36 -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
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
Josh de Leeuw
7abacf7a1c
add color option
2017-02-09 16:56:50 -05:00
Josh de Leeuw
72e54a2173
modify how buttons display to get proper bounding box
2017-02-09 16:26:33 -05:00
Josh de Leeuw
b916e62d88
fix survey-likert plugin
2017-02-08 14:24:45 -05:00
Xiaolu Bai
0d88edb465
merged with upstream master removed blank space
2017-01-30 19:42:35 -08:00
Amy Fox
8b4e452d54
fix spelling error xmlHttp to xmlhttp
2017-01-26 21:34:47 -08:00
Xiaolu Bai
011cb1ec5d
center multi picture images
2017-01-26 14:50:56 -08:00
Xiaolu Bai
9710e88d94
cleans up comments
2017-01-25 21:47:53 -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
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
e68d8bf088
fixes value empty issue with quoted string
2017-01-25 19:14:51 -08:00
Xiaolu Bai
c6827b6f87
removes console.log
2017-01-25 12:35:21 -08:00
Xiaolu Bai
497c0a6c94
add id to questions
2017-01-24 17:45:46 -08:00
Xiaolu Bai
ce7da0789a
minor css changes on multi picture plug in
2017-01-24 17:32:55 -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
bf0cb2bb13
Merge branch 'multi_picutre_multi_select_plug_in' of github.com:oddballio/jsPsych into multi_picutre_multi_select_plug_in
2017-01-23 18:06:23 -08:00
Xiaolu Bai
220c603c16
minor css fixes on submit button
2017-01-23 18:05:15 -08:00
Robert Wilkinson
3eaf3ceaeb
Merge branch 'master' into multi_picutre_multi_select_plug_in
2017-01-18 15:06:28 -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
Xiaolu Bai
646320ac9e
cleans up console.logs
2017-01-16 18:59:04 -08:00
Xiaolu Bai
3352805984
change name from test -> multi picture
2017-01-16 18:29:47 -08:00