Hi everyone!
I’m trying to create a quiz in a chatbot where points are added for each correct answer. I found a YouTube video where they use a formula like {{quiz}}+1, and set the variable quiz = 0 for incorrect answers.
But in my case, it’s not working at all — points are not being added, and in the end I always get a result of 0.
I’ve built similar quizzes in ManyChat before, but here I’ve been stuck for two days already 😅
Maybe I’m missing something? Could you please help me understand how to set this up correctly?