NOTE: I started this off with the hopes of writing pretty code with good version control practices. However, the need to deploy as soon as possible seemed more important. Please don't judge me by my ugly code.
A website for data collection for a psychology research project
====================
#The Project
We wanted to see how one's perception of his or her personality differs from others' perception of the individual's personality.
Each individual will pick adjectives from a list which describe him or her.
![Picture] (http://blog.lib.umn.edu/reife014/myblog/1153p.jpg)
The adjectives chosen will be used to calculate scores for the Big Five personality traits.
Then the individual will be presented with names of other individuals randomly the name of someone he or she knows is noticed.
The participant will then pick adjectives that describe the other person. He or she will do this for three different people.
#The Plan
###Participants Table
ID | Name | Authentication_Key |
---|---|---|
23 | Bob Smith | randomlyGeneratedKeyUsedToLogin |
###Outcomes Table
ID | Chooser | Chosen | O | C | E | A | N | How_Well_You_Know_The_Person |
---|---|---|---|---|---|---|---|---|
47 | 23 | 23 | 0 | 25 | 50 | 75 | 100 | |
48 | 23 | 27 | 100 | 75 | 50 | 35 | 0 | 75 |
================== #Misc
Although what I am about to write will probably not benefit anyone else, I am using this project as a means to get better at using Git and GitHub. This will actually be my first real project using a version control, so this is meant to be a learning experience.
This will also be my first real project using Laravel. This is going to embarrassing =D