I’d like to show the ending that is displayed for quiz scores in Salesforce as part of the mapping, am I able to show the variable they receive? or just the score?
Answered
can you map the ending for quiz results to salesforce?
Best answer by john.desborough
- create a variable called v_ending and make a text variable (if you want)
- in your logic rules, before the user hits submit, if you have calculated which ending you are sending them towards, you can ‘replace’ the value of the v_ending variable with a logic rule like:
- if @score less than 10 replace v_ending with “ending A - low”
- if @score greater than 10 and @score less than 20 replace v_ending with “ending B - medium.
that would give you a name/value pair that is passed with the question answers.
might work
des
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.