> 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/1-define-problem-and-value-proposition/ideas.md).

# Initial Ideas & Evaluation

{% tabs %}
{% tab title="✓  INSTRUCTIONS & DELIVERABLE" %}

#### Idea Map

As a team, simply map out ideas for your trivia game based on your team's interest and the potential value (or impact) the idea may have with your target audience. There are no strict rules on how to do this. You simply want to entertain all the ideas and begin to evaluate which ideas have the most promise. [**Idea Map Template**](https://docs.google.com/drawings/d/1GgfjGPcJrnFnKk6FPTni_F32g2MlhxaJXBVnca0Lrq0/edit?usp=sharing)

#### Interaction Storyboard (Interface Sketches)

Each team member will create a unique interaction storyboard concept based on your understanding about the stakeholders, the trivia code, and a health topic. Each concept (interaction storyboard sketch) should contain four screen sketches that represent the welcome screen, question screen, correct answer feedback, and incorrect answer feedback.

Your goal is to have several unique design concepts (even though they address the same trivia topic) to consider as you move forward. You will be able to get some feedback during your proposals on these different ideas.

On why to sketch: [**Etch A Sketch: How to Use Sketching in User Experience Design**](https://www.interaction-design.org/literature/article/etch-a-sketch-how-to-use-sketching-in-user-experience-design)\
Check out the first part of [**this video**](https://www.youtube.com/watch?v=LskLyDOSfAc)**.**\
[**This video**](https://www.youtube.com/watch?v=MwidSAlbEB8) provides some nice sketching techniques too.

**❏ Deliverables**\
Create a team idea map and collect your team's storyboard sketches into a single document or slide set.
{% endtab %}

{% tab title="⦿ EXAMPLE" %}

![](/files/-LEknokGMeVN8YyZ_AE1)
{% endtab %}

{% tab title="★  RUBRIC" %}

| ✓-  Below Standard                                                                                                                             | ✓  At Standard                                                                                                   | ✓+  Above Standard                                                                                                                                                                                                   |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Storyboard sketches** were completed but only brought a vague understanding of the team's initial ideas.                                     | Storyboard sketches were clear and presented concepts that will positively influence upcoming design work.       | Storyboard sketches represented exceptionally clear and detailed concepts, that provide continuity with the research and provide great launching points into upcoming design work.                                   |
| **Idea map** demonstrated some effort in thinking about potential directions, but lacked rigor or did not demonstrate a collaborative mindset. | Idea map demonstrated creative thinking and a collaborative mindset coupled with a simple analysis of each idea. | Idea map demonstrated creative thinking and the team demonstrated a thoughtfully open process in their generating diverse ideas without judgement followed by a agreeable method of analyzing each idea's potential. |
| {% 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/1-define-problem-and-value-proposition/ideas.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.
