kobotoolbox / koboform

A Java/GWT based formbuilder (no longer supported). Replaced by dkobo.
2 stars 8 forks source link

Adding new questions should insert the question under the highlighted question #108

Open Dylan-Gillespie opened 11 years ago

Dylan-Gillespie commented 11 years ago

From mojote...@gmail.com on April 10, 2013 17:02:37

Summary: Right now, when you add a new question, it always goes to the end of the form. This is fine, except that later on you always end up needing to insert questions into the middle of the form. proposed use-case: When user adds a new question, it should add it at the end unless a question in the form is highlighted, if a question is highlighted, then the new question should be inserted just after the highlighted question. additional comments: Can this also apply to select options in multi select or single select questions? New options insert after the highlighted option.

Original issue: http://code.google.com/p/kobo/issues/detail?id=107