We posted the solution JSON file to Cloud Quest #39. 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.
A local arcade recently introduced a new virtual reality (VR) experience and surveyed users last week to assess headset performance. They want to analyze the results to determine which headset brand received the highest ratings, as they plan to purchase more of those models.
The arcade uses three VR headset brands: HTC Vive, PlayStation VR, and Oculus Rift. Analyze results for each brand, grouping users by ages 18–28, 29–39, 40–50, and 51+. The dataset includes each user’s Duration (minutes spent in VR) and Motion Sickness Rating (1–10, with higher values indicating more discomfort)
Ideally, users feel little motion sickness regardless of how long they use the headsets. Use the following Fun Score formula to assess the balance between duration and discomfort:
Fun Score = (Motion Sickness ÷ 60) × Duration
Using this formula, identify the brands and age groups where more than 20 users had a Fun Score less than 1, which the arcade considers LIFE CHANGING!
Fun Score scale:
9+ |
Refund |
8+ |
Really sick |
7+ |
Sick |
6+ |
Dizzy |
5+ |
Feeling weird |
4+ |
Pretty good |
3+ |
Fun |
2+ |
Great! |
1+ |
AMAZING |
<1 |
LIFE CHANGING! |
Hint: Create Age Group categories using IF, THEN, ELSEIF, THEN, ELSE, ENDIF syntax.
Image generated by Google Gemini, July 31, 2025.
After completing your quest, head back to your Analytics Cloud library:
- The Academy Team
Solved!
Snuck in a Switch formula for practice since I don't use it often!
First Cloud workflow and first challenge submission! Comparing with the standard designer experience, it's like riding a bike but the handlebars are simultaneously too high and feel great? I give it a solid 5.2 fun score
@NaiLo And what's the motion sickness score? ;)
@Carolyn
Nice question! 😁
Fun one.
I could have used less tools, but this way it was easier for me to share an image