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

BE: Account for fields needed for different question types #172

Open
bofstein opened this issue Jan 13, 2025 · 1 comment
Open

BE: Account for fields needed for different question types #172

bofstein opened this issue Jan 13, 2025 · 1 comment
Assignees

Comments

@bofstein
Copy link
Collaborator

The database for questions right now just has text, requirements, guidance, and sample text. We also have question type as an ID but need to be able to add additional relevant fields. E.g. multiple choice questions like radio buttons need fields to allow us to handle the response options entered by the user.

@bofstein
Copy link
Collaborator Author

Need a Question Option model and table - the rest should be there
Allows for multiple choice and single select
Value for Default answer option(s) selected by template creator
Resolvers updated

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

2 participants