# Technology Experimentation & Summary

{% tabs %}
{% tab title="✓  INSTRUCTIONS & DELIVERABLE" %}
Each team member will complete [**the code template build tutorial**](https://docs.idew.org/code-trivia/code-template/template-build-tutorial) to develop a firm understanding of the technical opportunities and constraints your team will have with your design. Also, complete the steps needed to [**manage your own question database**](https://docs.idew.org/code-trivia/code-template/managing-the-question-db).

\==> [**LINK TO TEMPLATE BUILD TUTORIAL**](https://docs.idew.org/code-trivia/code-template/template-build-tutorial) **(9 STEPS)**

As a team review, you can map out the potential features of a trivia app according to the level of impact a feature might have on a user and the level of difficulty in implementing the feature with code. This should help you with the decisions you will make later about your solution. [**Here is a template**](https://docs.google.com/drawings/d/1n55ygr5kp6ZoyvPOi1tDcqNdOw-6WKjfourR6KabJUk/edit?usp=sharing) you could use to complete a map.

**❏ Deliverable**\
Demonstrate that you have completed the build tutorial, created a question database and can discuss how the code works. Optionally, share your team's mapping of potential features.

**❏ Advanced Deliverable**\
Demonstrate that you have made modifications to the trivia app in the following ways.

1. Make at least three noticeable style changes to the game, likely done by changing the stylesheet CSS. [Here are some basic changes](https://docs.idew.org/code-trivia/advanced/code-mod-examples/style-changes-with-css) to consider.
2. Choose and incorporate at least one Javascript code modification from [**this section of the Trivia Code Reference**](https://docs.idew.org/code-trivia/advanced/code-mod-examples).
   {% endtab %}

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

{% tab title="★  RUBRIC" %}

| ✓-  Below Standard                                                                      | ✓  At Standard                                                                                                               | ✓+  Above Standard                                                                                                                         |
| --------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| **The code tutorial** was partially completed or evidence of understanding was limited. | The core functions of the technology and code are understood and modifications could be implemented to customize the result. | The code and technology was thoroughly investigated and creative methods were used to test the capabilities of the supplied code template. |
| {% endtab %}                                                                            |                                                                                                                              |                                                                                                                                            |
| {% endtabs %}                                                                           |                                                                                                                              |                                                                                                                                            |


---

# 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://docs.idew.org/project-trivia-app/project-instructions/1-define-problem-and-value-proposition/tech.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.
