> 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.2-interface-mockups.md).

# Interface Mockups

{% tabs %}
{% tab title="✓  INSTRUCTIONS & DELIVERABLE" %}
After careful review of your team's sketches and ideas (from 1.5), agree on the main game features and the visual theme of your team's design. Then create digital interface mockups that represent your different screen states that can demonstrate the game flow. These mockups will be used in the next step to create an interactive prototype.

If your team is has having difficulty agreeing on a design direction, determine a plan to come to a decision. Maybe, instead of one mockup, you make two or three unique mockups to compare before deciding.

**❏ Deliverables**\
Five digital screen mockups (or more) that represent:

* the welcome screen
* the question screen
* the question screen on correct answer feedback
* the question screen on incorrect answer feedback
* the closing (thank you) screen once the player is don&#x65;**.**&#x20;
  {% endtab %}

{% tab title="⦿ EXAMPLE" %}
![](/files/-LF3Na9gXllDKABiHLKS)
{% endtab %}

{% tab title="★  RUBRIC" %}

| ✓- Below Standard                                                                                                                      | ✓ At Standard                                                                                                                              | ✓+ Above Standard                                                                                                                            |
| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Interface mockups** are provided but lack detail, not demonstrating a unique visual perspective on the basic trivia template design. | The interface mockups demonstrate a thoughtful concept design and provides a good representation for ideas and feedback from participants. | The mockups are exceptional in representing and evaluating some novel concepts, or a couple variations of concepts are presented to compare. |
| {% 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.2-interface-mockups.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.
