Hi everyone,
I’m trying to customize the **ending screen** of my Typeform with a sentence like:
**"You are 80% Creative and 60% Resilient"**, based on the **two traits with the highest scores** out of five (Creative, Empathic, Strategic, Resilient, Visionary).
Here’s the logic I had in mind:
1. Use **score variables** for each trait.
2. Determine the **top two traits** using two **temporary variables** (`top1_trait` and `top2_trait`).
3. Calculate their respective percentages based on the total number of questions answered.
The issue is: **Typeform doesn’t allow comparing variables to each other** (e.g., `score_creative > score_resilient`), which makes dynamic ranking impossible within the platform.
My question:
Is there any **native workaround**, **integration**, or upcoming feature that would allow me to sort these scores and display the two top traits with their percentages on the ending screen — without redirecting the user outside of Typeform?
Thanks a lot for your help!