You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/instructors/authoring/guides/blueprints.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,4 @@ Modifying an existing **Blueprint** will overwrite its contents. To modify an ex
51
51
Reusing a **Blueprint** in a different course
52
52
---------------------------------------------
53
53
54
-
As previously mentioned, Blueprints are only available in the course in which they were created. However, it is possible to transfer them to a different course by exporting and importing. See :ref:`Exporting and Importing Blueprints <course-blueprint-transfer>` to learn how transfer them between courses.
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.
Copy file name to clipboardExpand all lines: source/instructors/setupcourses/export-course-data.rst
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,33 +170,33 @@ Export course sources to obtain a zip file containing all the currently publishe
170
170
Course Blueprint Transfer
171
171
-------------------------
172
172
173
-
It is possible to Export Course Blueprints to a file so you can transfer them to a differnt course.
173
+
You can export course Blueprints to a file to transfer them to a different course.
174
174
175
-
1. Navigate to the **Courses** page and select the course where you want to export **Blueprints** to open it.
175
+
1. 1. Navigate to the **Courses** page and open the course from which you want to export **Blueprints**.
176
176
2. Click the **Export** tab and then scroll down to **Course Blueprint Transfer**.
177
177
3. Click the **Export** button.
178
-
4. In the pop up, click **Export** once again to download a `json` file containing the Blueprints for the course.
178
+
4. In the pop-up dialog, click **Export** again to download a JSON file containing the course Blueprints.
179
179
180
180
181
181
.. image:: /img/export_blueprints.png
182
182
:alt:Export Blueprints window
183
183
184
-
With the exported file, you can also share Blueprints to other instructors or import them into a different course.
184
+
With the exported file, you can share Blueprints with other instructors or import them into a different course.
185
185
186
-
1. Navigate to the **Courses** page and select the course where you want to import **Blueprints** to open it.
186
+
1. Navigate to the **Courses** page and open the course into which you want to import **Blueprints**.
187
187
2. Click the **Export** tab and then scroll down to **Course Blueprint Transfer**.
188
188
3. Click the **Import** button.
189
-
4. In the pop up, you can import blueprints from a file or a GitHub repository.
189
+
4. In the pop-up dialog, you can import Blueprints from a file or a GitHub repository.
190
190
191
-
- For a file, just select File as the source and then click the **Insert a File** field. This will open a dialog to select a file in your computer.
191
+
- For a file, select File as the source and then click the **Insert a File** field. This opens a dialog to select a file on your computer.
192
192
193
193
- For Git, select Git as the source.
194
194
195
-
- In the Git repository, use the `https` URL of the repo. `SSH` is not allowed. The repository needs to be publicly accesible.
196
-
- For the **Path to blueprints**, you will need to use the full path of where the template is stored, including the name and extension of the file. For example:
195
+
- In the Git repository, use the `HTTPS` URL of the repo. `SSH` is not allowed. The repository must be publicly accessible.
196
+
- For the **Path to blueprints**, use the full file path (including name and extension). For example:
197
197
198
198
199
199
.. image:: /img/export_import_blueprints.png
200
200
:alt:Import Blueprints window from GitHub
201
201
202
-
.. Note:: Existing Blueprints won't be overwritten, imported Blueprints will added to the existing ones.
202
+
.. Note:: Existing Blueprints aren't overwritten; imported Blueprints will be added to the existing ones.
0 commit comments