Forum Discussion
Survey Calculations
Thank you. I got the one button to work, but I am not understanding how to create the results slides. I understand I need a lot of triggers, but I'm not understanding what triggers and variables I should be using. Thanks!
- AlexMilyaev-f862 months agoCommunity Member
I didn't quite understand the methodology for counting based on this table, so I might make mistakes in it. You need to count the number of responses across all answer columns and all colors. For example, for the blue color, column №1 "I Rarely Do This." And so on for all other columns (there are indeed a lot of triggers). Here’s how to do it: create a variable for each color and column. In total, you will have 24 variables. For the "Submit Results" button (or something like that), we will set up a lot of triggers. When the button is clicked, increase the value of the variable "BlueColumn1" by 1 if the button "BlueRow1Column_1" is in the Selected state. (We create similar triggers for all buttons). Then, at the bottom of the results table, display the value of each variable.
To output the result in the row "The soft skill category I am naturally most good at is," we need to compare the values of all the variables from the last column. Find the highest value and display the corresponding soft skill on the screen. Using Storyline triggers will take a lot of time. Using JS will be a bit faster, but in any case, there’s a lot of repetitive work ahead.