View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
08877Feature requestsSurvey editingpublic2014-03-25 08:22
Reporterjkarels Assigned To 
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary08877: Multiple Choice / UI shows as drop-down with "Add More" and "remove" for choices
Description

I have some survey questions that are multiple choice, where there are 30+ options (example: "Select which club chapter(s) you participate in). What I'd like to do is be able to create a question where the survey respondent sees a drop-down with an "add more" button where they can then select the next multiple-choice option.

TagsNo tags attached.
Bug heat4
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2014-03-22 17:26

developer   ~29506

Last edited: 2014-03-22 17:27

I think this can be done with only Javascript and not to be applied in LS core by default , but just a attribute plugin system.

Because next time another user want

etc ....

PS: All can be done in template and some script in question text.

jkarels

jkarels

2014-03-24 23:32

reporter   ~29527

For your recommendation to work, the multiple choice option has to be rendered as a <select> with <option>'s... right now it's rendered as an unordered list <ul> and <li> - what do I need to change in order for the multiple choice list to be printed using <select> and <option> in html?

DenisChenu

DenisChenu

2014-03-25 08:22

developer   ~29529

You can allways update HTML with jquery, and after apply select2 (for example).

I don't say it's a bad idea, i just say it must be a Question attribute plugin and not in core system.

Issue History

Date Modified Username Field Change
2014-03-19 21:09 jkarels New Issue
2014-03-22 17:26 DenisChenu Note Added: 29506
2014-03-22 17:27 DenisChenu Note Edited: 29506
2014-03-24 23:32 jkarels Note Added: 29527
2014-03-25 08:22 DenisChenu Note Added: 29529
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing