Need a form plugin for a quizz with over 500 combinations of endings

[ad_1]

Hello! I’m currently facing a challenge in one of my projects.

I need to create a quizz type of object with about 10 questions. Each question has 2\~4 options. In the end, the user enters their e-mail and receive a custom feedback based on each of their answers.

For example:

>Question 1 – What kind of pizza do you like?
>
>Options: Pepperoni, Marguerita, Pineapple.
>
>Question 2 – Favorite soda?
>
>Options: Pepsi, Coke

After the user answers this questions, I need a plugin that concatenates each of their own individual text that corresponds to each individual answer.

If the person chooses pepperoni and pepsi, the text would read: “I see you like Pepperoni and Pepsi”.

The problem is that I have so many options that I have to write over 500 different endings for each scenario.

What I want is something that does this only using logical operators.

In this example, the answer would be like, in english code:

if(question 1 = pepperoni)
INSERT PEPPERONI TEXT HERE
if(question 1 = Pineapple)
INSERT PINEAPPLE TEXT HERE
if(question 2 = pepsi)
INSERT PEPSI TEXT HERE
..

And this builds the text by itself.

All plugins I’ve tried makes it so I have to write over 500 endings.

Is there any way to do this in a simplere manner?

Edit: forgot to mention, I’m not looking for free plugins. I’m more than willing to use a paid one. My budget is about $50/month.

[ad_2]
2 Comments
  1. If you want to create your confirmation / email via code, gravity forms has simple filters to do so. I have a dev license so it’s my default, but I’ve never approached something GF couldn’t solve.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer