Matching users based on a series of questions
- by SeanWM
I'm trying to figure out a way to match users based on specific personality traits. Each trait will have its own category.
I figure in my user table I'll add a column for each category:
id name cat1 cat2 cat3
1 Sean ? ? ?
2 Other ? ? ?
Let's say I ask each user 3 questions in each category. For…