Save member id to answers over name
When a user answers a question we are currently saving their name. This will cause issues when the user has the same name. Save an ID instead...
- Create a way to uniquely identify members
- Save user ids to member data
- Save answers as id instead of name