Math operations based on responses within the same block | XM Community
Skip to main content
Solved

Math operations based on responses within the same block

  • May 26, 2018
  • 1 reply
  • 69 views

I would want the respondents to get real-time feedback by making a simple math operation based on response. They would pick a number and a potential payoff would be automatically displayed. They could adjust their responses and see what their total payoff would be. Could someone help me?

Best answer by TomG

If it is on the same page, which is what it seems, you'll have to use JavaScript to dynamically update the page. Qualtrics math operations `$e{ ... }` happen server side so only work if Qualtrics is sending a new page to the browser.
View original

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5940 replies
  • Answer
  • May 27, 2018
If it is on the same page, which is what it seems, you'll have to use JavaScript to dynamically update the page. Qualtrics math operations `$e{ ... }` happen server side so only work if Qualtrics is sending a new page to the browser.

Leave a Reply