A solution to last week’s challenge can be found here. 
The Big Five personality traits, also known as the five-factor model (FFM), is a taxonomy, or grouping, for personality traits.
The dataset contains responses from users who rated themselves on a scale of 1 to 5 for 50 questions in the 5 personality factors. Some questions are weighted positively in the final score, some are weighted negatively.
Your job is to give each user a score in each of the 5 factors (Sum of all points per factor). Additionally, each users' final score should be adjusted as follows per the scoring instructions on https://openpsychometrics.org/
Extraversion: 20 + Score
Agreeableness: 14 + Score
Conscientiousness: 14 + Score
Neuroticism: 38 - Score
Openness: 8 + Score