Solved
Setting Up Custom Display Logic
Hello,
I need to display one of two messages, "continue" or "stop", depending on the current loop number vs total loop count. So if current# is less than total loop# then display "continue", else if current# = total#, then display "stop".
Best answer by Katmo
Hi @jpardicusick,
Thank you so much for your reply, I wouldn't have been able to figure out a solution so quickly without your suggestions. After looking further into math operations and embedded data I came up with a different solution. I made one embedded data field in the survey flow called "loop countdown"= $e{{$lm://TotalLoops} - ${lm://CurrentLoopNumber}}.
In my question block I have one text entry question saying "Please continue task", with display logic set to: loop countdown is greater than 0, and a second text entry question saying "Please start next task", with display logic set to: Q(Please continue task) is not displayed.
Everything seems to be working fine so far, I'll post an update if this solution breaks.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
