Hello guys, i need to show a pop up after a user gets 3 correct answers in a row, any idea?
Custom state as a number. I’ll call it streak count.
When next is clicked (where you check for correctness) 2 extra actions.
If correct + 1 to streak count
If incorrect set streak count to 0
Action at the end of workflow: show popup only if streak count ≥ 3
Popup UI will be your “you’ve got (streak count value) correct in a row”
2 Likes
This topic was automatically closed after 70 days. New replies are no longer allowed.