Josh de Leeuw
e129f832fc
update docs for removing fullscreen from ini #380
2017-05-24 22:23:54 -04:00
Josh de Leeuw
6dc62aec0e
remove fullscreen from jsPsych.init #380
2017-05-24 22:18:16 -04:00
Josh de Leeuw
fb8b7d2200
show text input instead of textarea when rows=1
2017-05-18 11:28:06 -04:00
Josh de Leeuw
d5fd16be7c
working example of fullscreen
2017-05-01 16:35:41 -04:00
Josh de Leeuw
6f032f189e
modifying info method
2017-05-01 16:31:08 -04:00
Josh de Leeuw
57effeef1d
initial implementation of fullscreen plugin #380
2017-05-01 15:32:39 -04:00
Josh de Leeuw
844ea6f1db
add .endCurrentTimeline test
2017-04-10 21:04:05 -04:00
Josh de Leeuw
e4e03269fa
Create README.md
2017-04-10 18:38:42 -04:00
Josh de Leeuw
71027fc07d
add tests for conditional_function
2017-04-10 14:24:58 -04:00
Josh de Leeuw
e09f4749ef
fixes #367
2017-04-08 17:32:45 -04:00
Josh de Leeuw
5be7b122f3
Merge pull request #365 from hugueslacroix/master
...
Follow up on issue #360 and pull request #362
2017-04-04 11:26:48 -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
Josh de Leeuw
04a118682e
Merge pull request #362 from hugueslacroix/master
...
New parameters for survey-text and survey-likert
2017-03-30 09:37:29 -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
ad980e345b
adjust progress bar style
2017-03-26 19:42:29 -04:00
Josh de Leeuw
5a4b0e453b
implements test for #336 , works.
2017-03-20 22:34:17 -04:00
Josh de Leeuw
b0ecd233d9
fixes #340
2017-03-20 22:22:50 -04:00
Josh de Leeuw
b5bdcfa345
update ref, text
2017-03-20 15:03:25 -04:00
Josh de Leeuw
b6ed388713
update contributors
2017-03-20 14:59:03 -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
f339d6d558
update docs on data storage
2017-03-20 09:44:11 -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
1646bb0a9b
expand single-stim testing suite #351
2017-03-19 22:20:20 -04:00
Josh de Leeuw
210dc8b834
flesh out testing suite framework for plugins #351
2017-03-19 21:44:41 -04:00
Josh de Leeuw
a3a2df6ce0
implement event testing e.g., #349
2017-03-19 16:48:38 -04:00
Josh de Leeuw
5ad4e4c9a4
implement #349
2017-03-19 16:38:59 -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
e5ec087990
fix preload_audio, preload_images
2017-03-06 14:58:14 -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
05fb12982e
check multiple questions
2017-03-04 09:45:38 -05:00
Josh de Leeuw
cbe1bb760e
remove dead link
2017-03-04 09:42:38 -05:00
Josh de Leeuw
4406a6bad5
documenting new trial properties
2017-03-04 09:41:56 -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
Josh de Leeuw
7a65ab9aaf
fix paths, add css
2017-03-04 09:33:55 -05:00
Josh de Leeuw
849ab04871
Merge pull request #338 from lbai001/patch-2
...
Changes prependChild() to insertBefore()
2017-02-13 18:18:36 -05:00
Xiaolu bai
7ee52ffa34
Adds new line at the end
2017-02-13 14:48:23 -08:00
Xiaolu bai
896fba4b4f
Adds new line at the end
2017-02-13 14:48:02 -08: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