Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reorder answers for multi answer question (checkbox, radio or dropdown) #935

Closed
sbernard31 opened this issue May 12, 2021 · 2 comments
Closed
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request

Comments

@sbernard31
Copy link

  • Nextcloud-Version: 19.0.4
  • Forms-Version: 2.2.2

For multi answer question (dropdown, radio, checkbox), If you create a long list of answer and want to insert a new one at a specific index you need to delete all until the desired index, add your new answer and recreate all the ones you just deleted.

It could be great to be able to reorder answer.

An alternative could be to be able to add answer directly at a specific index.

@sbernard31 sbernard31 added 0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request labels May 12, 2021
@sbernard31
Copy link
Author

Most of the time when answer order matters this is because answers are listed in alphabetical order and so insert a new answer at right place could be painful.

Another alternative (maybe even a new feature, I can create a new ticket if needed) could be to let the application sort answer by alphabetic order. So for multi answer question you could choose :

  • insertion order or alphabetic order
  • descending or ascending order

Another alternative could be to add an key index field for each option which will be used for sorting the answers.

@jotoeri
Copy link
Member

jotoeri commented May 19, 2021

Duplicate of #354
Please search for existing issues before opening a new one. 😉

@jotoeri jotoeri closed this as completed May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants