# 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/nNM5hPN5P5lbHCKJLjI4" 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**.

A new window will appear.

<figure><img src="/files/wEEJAeqKTKkrc5RS4yn9" 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/B0FsfOP0HtWu9Yz14P76" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Edit general SCORM settings:

* [Completion tracking](https://help.parta.io/export/export-to-lms/pages/SPjq5wnWWC0L6aYZOkdm#id-2.-completion-tracking);
* [Content to publish](https://help.parta.io/export/export-to-lms/pages/SPjq5wnWWC0L6aYZOkdm#id-3.-content-to-publish);
* [Media resource resolution](https://help.parta.io/export/export-to-lms/pages/SPjq5wnWWC0L6aYZOkdm#id-4.-media-resource-resolution);
* [Data and reporting](https://help.parta.io/export/export-to-lms/pages/SPjq5wnWWC0L6aYZOkdm#id-5.-data-and-reporting).
  {% endstep %}

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

## Export a Course as Multiple Dynamic SCORM

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

<figure><img src="/files/3vFQneU4NkTK65hCoqFO" 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 %}
Go to the **Multiple** tab.
{% endstep %}

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

A new window will appear.

<figure><img src="/files/GEPPQAMraotLd7AJ8Pxb" 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/27sZ35mC5p6O8EoNYId4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Edit general SCORM settings:

* [Content to publish](#id-3.-content-to-publish)\
  Click the gear icon to [edit a section based on its type](#id-2.-completion-tracking).
* [Media resource resolution ](#id-4.-media-resource-resolution)
* [Data and reporting](#id-5.-data-and-reporting)
  {% 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/hatS3VJTkhuZnKDSiDor" 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 **Dynamic SCORM** with the **Previous export** tag.

A new window will appear.

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

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


---

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