> For the complete documentation index, see [llms.txt](https://docs.idew.org/project-trivia-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idew.org/project-trivia-app/project-instructions/2-design-and-build-solution/2.3-interactive-prototype.md).

# Interactive Prototype

{% tabs %}
{% tab title="✓  INSTRUCTIONS & DELIVERABLE" %}
Provide enough visual and interactive detail in your interactive prototype to allow thorough testing of each potential user scenario in your game. We recommend you use [**Marvel App**](https://marvelapp.com/) to create your prototype.

**❏ Deliverable**\
A link to your working Marvel App prototype that uses your interface mockups.
{% endtab %}

{% tab title="⦿ EXAMPLE" %}
{% embed url="<https://marvelapp.com/179a1d9g>" %}
{% endtab %}

{% tab title="★  RUBRIC" %}

| ✓- Below Standard                                                                                                                                                               | ✓ At Standard                                                                                                                      | ✓+ Above Standard                                                                                                                                                                                       |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **A prototype** is provided but lacks detail to make the evaluation fruitful, not demonstrating a unique visual or interactive perspective on the basic trivia template design. | A prototype that demonstrates thoughtful concept design and provides a good representation of idea for feedback from participants. | A prototype that is exceptional in representing and evaluating some novel concepts in an efficent way for participants, or a couple variations of a prototype are presented to test alternate concepts. |
| {% endtab %}                                                                                                                                                                    |                                                                                                                                    |                                                                                                                                                                                                         |
| {% endtabs %}                                                                                                                                                                   |                                                                                                                                    |                                                                                                                                                                                                         |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.idew.org/project-trivia-app/project-instructions/2-design-and-build-solution/2.3-interactive-prototype.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
