Qualifio allows you to create prediction campaigns where participants may manually insert the number of goals each team will score!
You'll find here below the steps to follow:
1. Create your new campaign by going to Quizzes, contests & predictions and select Predictions.
2. Create your questions. Create one question per team AND per match (example: for Belgium-Italy: first question = Belgium / second question = Italy). For each one, create an open-ended question with a numeric field. For each question, you can use a flag or an image as an illustration (note that the artwork will automatically be resized to 100px wide). If needed, you can also add a subsidiary question at the end.
3. Once you have created your questions, stay in the Questions tab and navigate to the Other options at the bottom of the screen. Select Show all questions on the same page. A dropdown will appear: choose an alignment on 2 columns.
4. Select a form (before or after the questions).
5. In the Exit and Virality steps, you can use dynamic variables ({q1.response}, {q2.response}, etc.) to display the score predicted by the participants. If they share the campaign on Facebook, X, WhatsApp or Pinterest, the message displayed could be the following: "I just did my predictions for the Euro; Belgium-Italy {q1.response}-{q2.response}, Belgium-Ireland {q3.response}-{q4.response} and Sweden-Belgium {q5.response}-{q6.response}. Make yours!".
How to use dynamic variables in your campaigns
6. How to define your winners? Once the competition is over, access the Detailed report of your campaign stats and open the Winners tab.
7. Apply filters by question or by field and indicate the final score of each team for each game. Those filters allow you to filter based on your participants answers :
Design Tip: If you want to add a “VS” between the questions it’s not that complicated. In the Look & field step, amend the campaign look & feel, click on Custom code & tags and paste the CSS code below. It will automatically take the background color and the text color of the buttons.
.column2:nth-of-type(2n+2):before {content: "VS";}