Did this work? I'm here because I'm stuck with the following logic.
LearnerScore = $e{round((${gr://SC_4InaTHbAqsr5O2F/WeightedMean}-1)*100/6)}
ConsumerScore = $e{round((${gr://SC_1L0fJKBohzTjsUZ/WeightedMean}-1)*100/4)}
I then have some branches, e.g. If LearnerScore is greater than 50 and ConsumerScore is greater than 50
None of these branches are being activated. I've already clicked on Options and set the two scores as Number.
The scores display okay. I could try passing the value to JavaScript and then set further embedded variables there but I feel like it ought be be possible just with survey flow logic.
Thanks in advance.
Wakefield
https://www.qualtrics.com/community/discussion/comment/31730#Comment_31730The math operation syntax are incorrect. Use the below:
$e{ round( ( gr://SC_4InaTHbAqsr5O2F/WeightedMean - 1 ) * 100 / 6 ) }
$e{ round( ( gr://SC_1L0fJKBohzTjsUZ/WeightedMean - 1 ) * 100 / 4 ) }
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
