> For the complete documentation index, see [llms.txt](https://playeah-docs.robgalvin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://playeah-docs.robgalvin.co/.-danger-zone/known-issues.md).

# Known issues

### Quiz and Survey lessons are not triggering popups

plaYEAH! relies on [events that occur from Thinkific's course player](https://support.thinkific.com/hc/en-us/articles/360030725813). Currently there is a known issue where quiz and survey lessons are not triggering the "complete" event. So this means if your course ends in a quiz or if you are targeting quiz lessons individually, then plaYEAH! will not be able to show the pop. We are working with Thinkific to see if this issue can be addressed in their course player.

{% hint style="success" %}
**What you can do to work around this issue:**

* Set the targeting settings to be show in a percentage that is a bit smaller
* Target the next lesson in the course
* Add another lesson so that a progress event occurs
* Don't target specific a quiz or survey lesson type.
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://playeah-docs.robgalvin.co/.-danger-zone/known-issues.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.
