Adding a Download PDF Button to the Results Page
You can add a button on your Results Page that allows quiz takers to download their ScoreApp-generated PDF report directly. This is done by linking to the PDF using a dynamic URL that automatically loads the correct report for each user.
Information
ScoreApp generates a unique PDF report for each quiz taker. This PDF can be accessed using a dynamic URL that includes a result identifier.
The format of the PDF URL is: https://your-scorecard.scoreapp.com/results/{result_key}/pdf
your-scorecard.scoreapp.commust be replaced with your actual scorecard URL{result_key}is automatically replaced with the quiz taker’s unique result ID when they click the button- When used correctly, the user will see their own PDF report, not someone else’s
Step 1: Add the PDF Button to Your Results Page
- Go to Results Page in your scorecard builder.
- Add a section with a button (or edit an existing button).

- In the button link field, paste the following URL format:
- https://your-scorecard.scoreapp.com/results/{result_key}/pdf
- Replace
your-scorecard.scoreapp.comwith your real scorecard domain. - Leave
{result_key}exactly as shown.
- Replace

- Save your changes.
Once published, quiz takers will be able to click the button and download their PDF report instantly.
Important
- This link only works for ScoreApp-generated PDF reports
- The button may appear red in the builder if the URL is incomplete or malformed, this usually resolves once the correct scorecard URL is used
- The PDF shown will always be the default PDF report for that scorecard
Tip
You can also include this same PDF link in:
- Dynamic content blocks
- Results emails