# Quizzes (ERD)

The UCDM includes a number of entities to represent Quizzes. These entities enable a rich description of quiz-based assessments that are, in aggregate, a subset of [learner activities](https://gitlab.com/unizin/products-docs-site/-/blob/master/products/data-and-analytics/unizin-data-platform/unizin-common-data-model/broken-reference/README.md).

## Entities <a href="#quizzes-erd-entities" id="quizzes-erd-entities"></a>

The Quizzes entities in the Unizin Common Data Model are as follows:

<table data-full-width="true"><thead><tr><th width="198.33333333333331">Entity</th><th>Definition</th><th>Data dictionary documentation</th></tr></thead><tbody><tr><td>Quiz</td><td>A class of learner activity used to assess learner content mastery.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz</a></td></tr><tr><td>Quiz item</td><td>A particular quiz item in a particular quiz.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_item">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_item</a></td></tr><tr><td>Quiz item group</td><td>A group of Quiz items.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_item_group">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_item_group</a></td></tr><tr><td>Quiz item response</td><td>The learner response given for a particular quiz item.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_item_response">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_item_response</a></td></tr><tr><td>Quiz result</td><td>A learner response to a quiz.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_result">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#quiz_result</a></td></tr></tbody></table>

## Entity Relationship Diagram (ERD) <a href="#quizzes-erd-entityrelationshipdiagram-erd" id="quizzes-erd-entityrelationshipdiagram-erd"></a>

The following Entity Relationship Diagram (ERD) represents the UCDM's Quizzes entities and their relationships.

<figure><img src="/files/Kip0kiLrL2WEBn0dlb2v" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Academic structures ERD only**

This diagram only represents entities in the Quizzes section of the Unizin Common Data Model. Any relationships with entities outside of the Quizzes section of the UCDM are not shown here.
{% endhint %}


---

# 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://resources.unizin.org/products/data-and-analytics/unizin-data-platform/unizin-common-data-model/quizzes-erd.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.
