Hi,
I have a quiz survey with ChatGPT integration. At the start of the quiz I have 5 hard coded questions the user will answer. After these 5 questions, I want to ask if the user would like an additional question or to finish the survey. If they chose additional question, I want to send them through 3 blocks that use the ChatGPT API to create a new question, which I already have set up. Once they complete this question, I want to again ask them if they would like an additional question or to finish the survey. I want this process to repeat as many times as the user wants, and only finishing the survey when they click the “finish survey” option. How can I accomplish this? I am having a hard time understanding if loop & merge can accomplish this.
Thank you