# Course outcomes (ERD)

The UCDM includes a number of entities to represent Course outcomes in a learning environment. These entities primarily represent the grades and scores earned by learners in their courses.

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

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

<table data-full-width="true"><thead><tr><th width="211.33333333333337">Entity</th><th>Definition</th><th>Data dictionary documentation</th></tr></thead><tbody><tr><td>Course grade</td><td>The grade that a learner receives as part of their participation in a given Course section enrollment.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#course_grade">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#course_grade</a></td></tr><tr><td>Grading period</td><td>A defined length of time that will culminate in a grade.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#grading_period">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#grading_period</a></td></tr><tr><td>Grading period group</td><td>The grade awarded to a Person for a given Grading period.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#grading_period_grade">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#grading_period_grade</a></td></tr><tr><td>Grading period grade</td><td>A grouping of related Grading periods.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#grading_period_group">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#grading_period_group</a></td></tr></tbody></table>

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

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

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

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

This diagram only represents entities in the Course outcomes section of the Unizin Common Data Model. Any relationships with entities outside of the Course outcomes 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/course-outcomes-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.
