Skip to content

Commit ac3155b

Browse files
Separate blueprint import and export
1 parent a983d43 commit ac3155b

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

source/instructors/authoring/guides/blueprints.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Modifying an existing **Blueprint**
4444
Modifying an existing **Blueprint** will overwrite its contents. To modify an existing **Blueprint** first create a page using that **Blueprint**, then make your changes. Select the name of the **Blueprint** you are modifying and click **Save**. A warning will display to let you know you are overwriting an existing template.
4545

4646
.. image:: /img/blueprints/blueprintmodify.png
47-
:alt: Modifying an existing bluepring
47+
:alt: Modifying an existing blueprint
4848

4949
.. Note:: When you save a **Blueprint** it saves whatever you currently have on the guide page and in the layout.
5050

5151
Reusing a **Blueprint** in a different course
5252
---------------------------------------------
5353

54-
As previously mentioned, Blueprints are only available in the course in which they were created. However, you can transfer them to a different course by exporting and importing them. See :ref:`Course Blueprint Transfer <course-blueprint-transfer>` to learn how to transfer them between courses.
54+
Blueprints are scoped to the course where they were created. To reuse a Blueprint in another course, export it from the source course and import it into the target course. See :ref:`Course Blueprint Export <course-blueprint-export>` and :ref:`Course Blueprint Import <course-blueprint-import>` for step‑by‑step instructions.

source/instructors/setupcourses/export-course-data.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,14 +165,14 @@ Export course sources to obtain a zip file containing all the currently publishe
165165
.. image:: /img/source_exportlinks.png
166166
:alt: Course Export Links
167167

168-
.. _course-blueprint-transfer:
168+
.. _course-blueprint-export:
169169

170-
Course Blueprint Transfer
171-
-------------------------
170+
Course Blueprint Export
171+
-----------------------
172172

173173
You can export course Blueprints to a file to transfer them to a different course.
174174

175-
1. 1. Navigate to the **Courses** page and open the course from which you want to export **Blueprints**.
175+
1. Navigate to the **Courses** page and open the course from which you want to export **Blueprints**.
176176
2. Click the **Export** tab and then scroll down to **Course Blueprint Transfer**.
177177
3. Click the **Export** button.
178178
4. In the pop-up dialog, click **Export** again to download a JSON file containing the course Blueprints.
@@ -181,7 +181,12 @@ You can export course Blueprints to a file to transfer them to a different cours
181181
.. image:: /img/export_blueprints.png
182182
:alt: Export Blueprints window
183183

184-
With the exported file, you can share Blueprints with other instructors or import them into a different course.
184+
.. _course-blueprint-import:
185+
186+
Course Blueprint Import
187+
-----------------------
188+
189+
Once you download a blueprint, you can share Blueprints with other instructors or import them into a different course by following these instructions:
185190

186191
1. Navigate to the **Courses** page and open the course into which you want to import **Blueprints**.
187192
2. Click the **Export** tab and then scroll down to **Course Blueprint Transfer**.

0 commit comments

Comments
 (0)