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

Update updates related to Question Types #177

Open
jupiter007 opened this issue Jan 24, 2025 · 0 comments
Open

Update updates related to Question Types #177

jupiter007 opened this issue Jan 24, 2025 · 0 comments
Assignees

Comments

@jupiter007
Copy link
Collaborator

  1. Update the usageDescription for questionTypes db table to the following:

Text Area - For questions that require longer answers, you can select formatting options too.
Text Field - For questions that require short, simple answers.
Radio Buttons - For multiple choice questions where users select just one option.
Check Boxes - For multiple choice questions where users can select multiple options.
Select Box - For questions with a predefined set of options where users need to select one.
Multi-select Box - For questions where multiple answers are valid. Allows users to select several options from a predefined list, providing flexibility in responses.

  1. Remove Rich Text Editor from the questionTypes table. Instead we will have Text Area for that purpose, which may or may not allow formatting

  2. Update the create method in the Question class so that we allow users to add a duplicate questionText value. We discussed this at our standup, and don't want to restrict users from adding duplicate question text if they choose to. Otherwise we will need to message them to let them know that is not allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant