Commit Graph

2947 Commits

Author SHA1 Message Date
Josh de Leeuw
e77d681a33
Merge pull request #2327 from sbashford/main
Correcting typos in survey-text plugin documentation
2021-11-18 12:24:30 -05:00
Josh de Leeuw
f988d5bb1b
Merge pull request #2319 from cabejackson/2318-fix-typo-and-broken-link
2318 fix typo and broken link
2021-11-18 12:23:41 -05:00
sbashford
da2f1f0a78
Merge pull request #1 from sbashford/sbashford-patch-1
Update survey-text.md
2021-11-15 11:31:32 -06:00
sbashford
a12ebedcd9
Update survey-text.md
correct typos in documentation of question parameter - change "value" to "placeholder"
2021-11-15 11:29:14 -06:00
Becky Gilbert
f86784690e more const -> let changes 2021-11-09 16:27:16 -08:00
Becky Gilbert
9ad331036d respond to GH reviews 2021-11-09 15:12:13 -08:00
Becky Gilbert
1d900f7f45 add likert (rating) question type, rename matrix question type from likert to likert-table - WIP 2021-11-09 14:49:35 -08:00
cabejackson
6be77a05fa Correct link with .md 2021-11-09 16:23:32 -05:00
cabejackson
830b0275fa Update dynamic parameters link 2021-11-09 10:47:38 -05:00
cabejackson
1b991b6a00 Fix typo in Sampling Methods section 2021-11-09 10:46:22 -05:00
Josh de Leeuw
2922bc5dad
Merge pull request #2209 from jspsych/plugin-exclusions
New Plugin: Browser Check
2021-11-05 18:28:14 -04:00
Josh de Leeuw
ae30862842
Merge pull request #2258 from jspsych/plugin-sketchpad
New plugin: Sketchpad
2021-11-05 18:27:50 -04:00
Josh de Leeuw
ca4fd615da
Merge pull request #2245 from jspsych/migration-errors
Implement migration errors
2021-11-05 18:24:30 -04:00
Josh de Leeuw
053a8a9d55 add a third demo using timer and URL string 2021-11-05 18:21:07 -04:00
Josh de Leeuw
c91cc4fd32 Merge branch 'main' into plugin-sketchpad 2021-11-05 18:08:27 -04:00
Josh de Leeuw
e62205880c
Merge pull request #2228 from jspsych/extension-mouse-tracking
Mouse Tracking Extension
2021-11-05 18:06:57 -04:00
Becky Gilbert
112f0a3687 add parameter for custom required error text 2021-11-03 21:51:59 -07:00
Becky Gilbert
bb37073d56 add ranking question type (WIP) 2021-11-03 21:06:46 -07:00
Becky Gilbert
ff26459e8b add correct_response question parameter (WIP) 2021-11-02 16:01:10 -07:00
Becky Gilbert
e8ac058804 tweak demos 2021-11-02 15:54:38 -07:00
Becky Gilbert
2cb14e42c5 add/fix tests 2021-11-02 11:47:57 -07:00
Becky Gilbert
cc523da925 finish moving dropdown set-up into separate function 2021-11-01 22:31:03 -07:00
Becky Gilbert
6964a6ebf2 add drop-down and likert questions, tweak CSS, add params for required label/error text (WIP) 2021-11-01 22:26:57 -07:00
Becky Gilbert
a1fd34a007 add "other" radio/checkbox option with associated text response field" 2021-11-01 12:51:35 -07:00
Becky Gilbert
7470b07fa7 minor edits to docs text, change default page/question names to uppercase 2021-11-01 12:06:00 -07:00
Becky Gilbert
c15cb0afe3 add non-responses to data, add custom question names 2021-11-01 11:54:06 -07:00
Becky Gilbert
cdb8346674 refactor, move question set-up to private methods, add question param validation and defaults 2021-10-29 12:57:37 -07:00
Becky Gilbert
bf7d18f456 change textbox row/col values to test params and defaults 2021-10-29 12:56:01 -07:00
Becky Gilbert
b577852ab4 tweak html param description 2021-10-29 12:53:50 -07:00
Josh de Leeuw
4493864a3f make exclusion_message a function. respond to other feedback in reviews. 2021-10-28 12:46:12 -04:00
Josh de Leeuw
2c795f41f4 update pl 2021-10-27 13:30:11 -04:00
Josh de Leeuw
b8acdc13e0 docs updates 2021-10-27 13:14:53 -04:00
Josh de Leeuw
a8882a734e update mkdocs links to plugin 2021-10-27 09:49:41 -04:00
Josh de Leeuw
871e83a595 round all measurements to nearest pixel to avoid data bloat 2021-10-27 09:47:27 -04:00
Josh de Leeuw
f87526bfdd add demo files 2021-10-27 09:47:08 -04:00
Josh de Leeuw
7f49a104ee make example face images smaller 2021-10-27 09:46:26 -04:00
Josh de Leeuw
b014af592d add demo files 2021-10-27 09:23:32 -04:00
Josh de Leeuw
c55b41e3b1 round rt measurement 2021-10-26 14:08:33 -04:00
Josh de Leeuw
7ba4ad56fc add params to docs 2021-10-26 14:08:24 -04:00
Josh de Leeuw
a522367585 update test suite 2021-10-26 13:24:49 -04:00
Josh de Leeuw
ed9833a045 continue dev work on sketchpad 2021-10-26 12:22:24 -04:00
Josh de Leeuw
91d0774430 start docs for sketchpad 2021-10-26 12:22:10 -04:00
Becky Gilbert
df80575bd3 respond to reviews: change text question columns/rows params to textbox_columns/rows to differentiate from multi-choice columns param, clarify multi-choice type in docs 2021-10-26 09:16:33 -07:00
Josh de Leeuw
a8609e92ce switch to pointer events for better touch support 2021-10-25 13:47:00 -04:00
Becky Gilbert
eb5c67af44 update docs, add CSS file 2021-10-22 14:54:25 -07:00
Becky Gilbert
d9dc250771
add changeset 2021-10-22 14:17:44 -07:00
Becky Gilbert
c45cd249e3 add different question types/params, survey-level params, expand example file (WIP) 2021-10-22 13:56:32 -07:00
Josh de Leeuw
08427f3e22 add option for key to control ink flow 2021-10-22 14:52:14 -04:00
Josh de Leeuw
77fe82cacb fix css problems with controls 2021-10-22 14:01:09 -04:00
Josh de Leeuw
9605c431c6 implementing many features of sketchpad plugin, add example file 2021-10-22 12:49:26 -04:00