How to use both logic and variables

Use logic to assign variable values in quizzes. Variables store scores, piped for display.

Updated this week

You can use logic and variables, for example, in a product recommender quiz that has multiple products and weighted factors.

Variables can store the user's scores. They aren't visible on the form, but you can pipe and show their values in the form using answer piping.

You can use Logic to add different values to your variables when different conditions happen as the user answers the quiz.

Did this answer your question?