Commit Graph

17 Commits

Author SHA1 Message Date
Josh de Leeuw
0d617432d9 update CSS for survey plugin 2021-11-30 15:00:03 -05:00
bjoluc
fc92e40248 add Sass support to include and override SurveyJS styles 2021-11-28 23:05:33 +01:00
bjoluc
25a4732c47 switch to default theme and include surveyjs stylesheet 2021-11-24 22:55:10 +01:00
bjoluc
5a0ce4e1af fix ranking question
by setting `fallbackToSortableJS`
2021-11-24 21:50:33 +01:00
bjoluc
3219ce75fa fully construct questions in setup functions
to get correct TS types for question objects and get rid of an
additional level of question type mapping
2021-11-24 00:05:12 +01:00
bjoluc
d273259a8c some refactoring to get started 2021-11-23 20:15:57 +01: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
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
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
bf7d18f456 change textbox row/col values to test params and defaults 2021-10-29 12:56:01 -07: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
Becky Gilbert
c45cd249e3 add different question types/params, survey-level params, expand example file (WIP) 2021-10-22 13:56:32 -07:00
Becky Gilbert
a073b07f2a first pass at survey plugin with SurveyJS, with docs and example (WIP) 2021-10-07 22:55:52 -07:00
bjoluc
347e7f6765 Setup initial survey plugin draft 2021-10-07 00:11:17 +02:00