Hi. I want to know whether there is a way to link a USER to another data type.
Like I want to have a data type e.g. ANSWERS (data type) and link it to a USER (data type).
I want to do things like.
- If current users ANSWER 251 is “blue” then (do this or that).
- If current users ANSWER 251 is not “blue” then (do this or that).
I built a QUIZ APP with over 200+ questions as fields under the USER type, but I feel that it is just too many fields under one 1 data type (User). I want to have a separate Data type and have it as follows …
QUIZ 1 QUESTIONS ANSWERS (data type with 100 fields)
QUIZ 2 QUESTIONS ANSWERS (data type with 100 fields)
QUIZ 3 QUESTIONS ANSWERS (data type with 100 fields)
and link the answers to belong to a specific USER.
Is it even possible and how should I go about it.
Thanks.