Please enable JavaScript.
Coggle requires JavaScript to display documents.
Survey Monkey Knockoff - Coggle Diagram
Survey Monkey Knockoff
Users
notes
You can expect your typical user data here, name, email, whatever.
Surveys
-
notes
Surveys contain Questions, and are owned by Users. We really only care about who owns a particular survey here, if you need the questions, then you query the question collection with this object's ID.
Questions
-
notes
Questions belong to surveys, so they should have a reference to the survey they're attached to.
A question should hold a "type" column, that way we can differentiate between things that are multiple choice, or text inputs, etc.
Answers
notes
The answer column should be a string, and how we choose to deal with it's contents largely depends on the type. using a string gives us the most flexibility here.
-
-