# Quiz progress

**Quiz progress** visually displays quiz completion status and results using a circular progress indicator. It provides immediate feedback on quiz performance with clear status indication and contextual messaging.

<table><thead><tr><th width="257">Property</th><th>Description</th></tr></thead><tbody><tr><td><strong>Quiz passed</strong></td><td></td></tr><tr><td>Progress line (background)</td><td>Select the color of the background of the progress indicator when user achieves a passing score.</td></tr><tr><td>Progress line (completed)<br></td><td>Choose the color of the line of the progress indicator when user achieves a passing score.</td></tr><tr><td><strong>Quiz failed</strong></td><td></td></tr><tr><td>Progress line (background)</td><td>Select the color of the progress indicator when user doesn’t achieve a passing score.</td></tr><tr><td>Progress line (completed)<br></td><td>Choose the color of the line of the progress indicator when user doesn’t achieve a passing score.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.parta.io/branding/create-branding/elements/quiz-progress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
