I created a quiz using Marquiz that has 5 different outcomes based on score ranges (16-23, 24-31, 32-40, 41-47, 48-52). I used Pabbly Connect to connect Marquiz with MailerLite, and I'm trying to use routers to place quiz respondents into one of 5 different MailerLite subscriber groups based on their quiz scores.
I'm trying to figure out the best way to configure the filters within the router, and so far I can't get it to work. The goal is, for example, to have a score between 16-23 place the quiz respondent into a certain subscriber group. So my filters at the moment for a score of 16-23 are:
I'm trying to figure out the best way to configure the filters within the router, and so far I can't get it to work. The goal is, for example, to have a score between 16-23 place the quiz respondent into a certain subscriber group. So my filters at the moment for a score of 16-23 are:
- result > points: [number] Equal To 16
OR - result > points: [number] Greater Than 16
OR - result > points: [number] Less Than 23
OR - result > points: [number] Equal To 23