> For the complete documentation index, see [llms.txt](https://help.parta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.parta.io/export/export-to-lms/export-dynamic-scorm.md).

# Export Dynamic SCORM

## What is Dynamic SCORM?

**Dynamic SCORM** allows you to automatically update course content in your LMS without the manual uploads. Unlike static SCORM, which uses a single ZIP file, dynamic SCORM links the LMS with the content on Parta.io using a dispatch file.

<p align="center"><strong>Dynamic SCORM vs. static SCORM</strong></p>

| Feature              | Dynamic SCORM                                                              | Static SCORM                                                                                                   |
| -------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| **File**             | A small dispatch file in the LMS.                                          | A single, large ZIP file that is uploaded to the LMS.                                                          |
| **Content location** | Stored in a separate, cloud-based authoring environment.                   | Stored entirely within the LMS's server.                                                                       |
| **Updates**          | Automatic. Edits made in Parta.io update the content in the LMS instantly. | Manual. The ZIP file must be re-downloaded, re-uploaded, and replaced in the LMS each time content is updated. |
| **Maintenance**      | Reduced maintenance time and effort.                                       | Time-consuming and requires manual effort for every update.                                                    |

## Enable Dynamic SCORM Option

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

{% stepper %}
{% step %}
Go to the **Company settings** tab.
{% endstep %}

{% step %}
Go to the **LMS Integrations** tab.
{% endstep %}

{% step %}
Select **Dynamic SCORM** and click the toggle to enable the option.
{% endstep %}
{% endstepper %}

## Export a Course as Dynamic SCORM

[Enable Dynamic SCORM](#enable-dynamic-scorm-option) option to export a course in this format.

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

{% stepper %}
{% step %}
[Open a Project](https://help.parta.io/project/set-a-project/manage-a-project) and and go to the **Export** tab.
{% endstep %}

{% step %}
Select **Dynamic SCORM** at the **Single export** settings group to export a single **Dynamic** SCORM package.
{% endstep %}

{% step %}
Select **Dynamic SCORM** at the **Multi export** settings group to export a multiple **Dynamic** SCORM package.

A new window will appear.

<figure><img src="/files/WhaVx86UjAcz1gTOdszG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the **SCORM version** supported by your LMS from the drop-down menu.
{% endstep %}

{% step %}
Select the [**Manifest ID's**](https://help.parta.io/export/export-to-lms/pages/SPjq5wnWWC0L6aYZOkdm#id-6.-manifest-identifiers) option from the drop-down menu.
{% endstep %}

{% step %}
Click the **Next** button.

<figure><img src="/files/xMArjTwR7KWF8gG2fnpP" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Edit [general SCORM settings](/export/export-to-lms/export-scorm.md#edit-general-scorm-settings).
{% endstep %}

{% step %}
Click the **Export** button.
{% endstep %}
{% endstepper %}

## Update a Dynamic SCORM Course in LMS

Update a course in LMS after editing a course in Parta.io.

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

{% stepper %}
{% step %}
[Open a Project](https://help.parta.io/project/set-a-project/manage-a-project) and go to the Export tab.
{% endstep %}

{% step %}
Select previously exported **Dynamic SCORM**.

A new window will appear.

<figure><img src="/files/qrVFgH1YZRpp7zlXG3Nt" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the **Update content** button.
{% endstep %}
{% endstepper %}


---

# 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://help.parta.io/export/export-to-lms/export-dynamic-scorm.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.
