List of Quiz Merge Tags
The Quiz Add-On introduces several new Gravity Forms Merge Tags that can be used anywhere within Gravity Forms where merge tags are supported.
| Tag | Description |
|---|---|
| {all_quiz_results} | Displays the results of all Quiz Fields that exist in the form. |
| {quiz_score} | Displays the total score for the quiz. The score is affected by weighted scoring. |
| {quiz_percent} | Displays the percentage score the user achieved. This is affected by weighted scoring. |
| {quiz_grade} | Displays the Grade the user achieved based on Letter Grading configured in the Quiz Settings. |
| {quiz_passfail} | Displays either Passed or Failed based on the Pass/Fail settings configured in the Quiz Settings. |
| {quiz:id=x} | Displays the specific quiz question along with your answer and the correct answer |
Where are Merge Tags Used?
Merge Tags can be used:
- in form Confirmation messages
- in form Notification messages
- in the Quiz Confirmation messages

