
How can I design branching questions in a model-driven app for surveys, where the next question shown depends on the user’s previous answers?
For example, if a user selects Yes to a question, they’re shown a different follow-up than if they select No.
I’d also like to include functionality for users to upload and store images, and I'm concerned about increasing the database size.
Any suggestions, best practices for managing media storage and user experience would be greatly appreciated.