# Course structures (ERD)

The UCDM includes a number of entities to represent Course structures. These entities represent the organizing pedagogical structures of courses in digital learning environments.

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

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

<table data-full-width="true"><thead><tr><th width="255.33333333333337">Entity</th><th>Definition</th><th>Data dictionary documentation</th></tr></thead><tbody><tr><td>Course offering</td><td>An institutional offering of organized subject matter and learner activities chosen by learners in an academic term.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#course_offering">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#course_offering</a></td></tr><tr><td>Course section</td><td>An administrative and instructional sub-organization of a Course offering. Instructors may be assigned to one or more sections of a particular Course offering.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#course_section">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#course_section</a></td></tr><tr><td>Role</td><td>The function assumed by a Person in a particular situation.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#role">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#role</a></td></tr><tr><td>Module</td><td>A means of organizing content to help control the flow of a course.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module</a></td></tr><tr><td>Module item</td><td>A specific piece of course content in a Module.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module_item">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module_item</a></td></tr><tr><td>Module item completion</td><td>An indication that a Person has completed a particular Module item.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module_item_completion">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module_item_completion</a></td></tr><tr><td>Module progression</td><td>The progress that a Person has made towards completing a specific Module.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module_progression">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#module_progression</a></td></tr><tr><td>Learner group</td><td>A pedagogically-oriented group of learners in a course. This concept is distinct from Course section, which is an administrative grouping of learners.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learner_group">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learner_group</a></td></tr><tr><td>Learning outcome</td><td>Measurable statements that express student knowledge or a student skill.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome</a></td></tr><tr><td>Learning outcome item response</td><td>The result of a learner responding to a Learning outcome question.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_item_response">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_item_response</a></td></tr><tr><td>Learning outcome rubric criteria</td><td>The criteria by which a learner will be assessed on a given Learning outcome.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_rubric_criteria">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_rubric_criteria</a></td></tr><tr><td>Learning outcome result</td><td>The result of a learner being assessed on a Learner outcome.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_result">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_result</a></td></tr><tr><td>Learning outcome group</td><td>A grouping of related Learning outcomes.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_group">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#learning_outcome_group</a></td></tr><tr><td>Annotation</td><td>A web resource with a body, which is a comment or other descriptive resource, and a single target that the body is somehow about.</td><td><a href="https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#annotation">https://docs.udp.unizin.org/ucdm/data-dictionary-2.0.html#annotation</a></td></tr></tbody></table>

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

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

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

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

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