Comapre 6 variables to find the highest and display the end screen based on that. I have created a Typeform:It has 6 question group with 6 question in each, so a total of 36 questions.All the questions have 4 options with a score attached to them: Never [score - 0], Rarely [1], Occasionally [2], and Frequently [3].I have created 6 variables to store score of each question group. say name V1, V2, V3, V4, V5, V6.There are 6 end screens.At the end I want to check, in which question group the user scored the highest, or we can say which variable have the highest score, and display the end screen accordingly.The simplest approach would be to check, if v1>v2 and v1>v3 and v1>v4 and v1>v5 and v1>v6 , then display end screen 1 (say e1)Similarly, if v2>v1 and v2>v3 and v2>v4 and v2>v5 and v2&g