We posted the solution JSON file to Cloud Quest #36. Check it out and let us know what you think! Send suggestions to academy@alteryx.com or leave a comment below!
For more detailed instructions on how to import and export Designer Cloud workflow files, check out the pinned article Cloud Quest Submission Process.
The Big Five personality traits—also called the five-factor model—are used to describe human personality across five key dimensions: Extraversion, Agreeableness, Conscientiousness, Neuroticism, and Openness to Experience.
Each person in this dataset completed a survey with 50 statements, rating themselves from 1 to 5 on each factor. Your job is to calculate scores for each of the five traits based on these answers.
The questions and how they relate to each trait are provided in another dataset (Personality Factor Questions). For each question, it tells you which trait it belongs to and whether it’s scored positive or negative. If Positive, use the rating as-is. If Negative, subtract that value.
Extraversion |
20 + raw score |
Agreeableness |
14 + raw score |
Conscientiousness |
14 + raw score |
Neuroticism |
38 - raw score |
Openness: |
8 + raw score |
Hint: Combine the Transpose and Cross Tab tools to reshape the dataset.
Image generated by ChatGPT, June 20, 2025, OpenAI, https://chat.openai.com.
Data Source: https://www.kaggle.com/tunguz/big-five-personality-test#data-final.csv
After completing your quest, head back to your Analytics Cloud library:
- The Academy Team
Had to get creative with RegEx and Data Cleanse for joins.
I really enjoyed this one. Thanks.
Here's my take