Multiple custom data types vs multiple fields

Hi Bubble community!
I am currently building a survey app where I want to record users’ responses to each question in the database. I plan to have 50 questions in total, and I’m not sure if it is more efficient to have one custom datatype called “Questions” containing a field per question (50 fields total) that stores the user’s answer for question 1, question 2, etc. in each field or multiple custom datatypes (50 datatypes total called Q1, Q2, Q3, etc.) for each question number and the datatype has only one field with the user’s response to that question. If anyone has any advice on which route to go with please let me know!

This topic was automatically closed after 70 days. New replies are no longer allowed.