You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the database, the Question Model is mad up as follows:
Character Question field
Basic character string that represents the question
Boolean hasRate field
Represents whether the question has an integer rating field
Boolean hasFreeResponse field
Represents whether the question has a free response field
Integer rate field
Response field storage
Character freeResponse field
Response field storage
Now I'm not sure if this is the best way (it might not be). It might be better to create two question tables, one that represents a rating question and one that represents a free response question. Maybe not. This still can probably be improved. It kinda feels weak.
The text was updated successfully, but these errors were encountered:
In the database, the Question Model is mad up as follows:
Now I'm not sure if this is the best way (it might not be). It might be better to create two question tables, one that represents a rating question and one that represents a free response question. Maybe not. This still can probably be improved. It kinda feels weak.
The text was updated successfully, but these errors were encountered: