Skip to main content

Add a Lab to your Coursera Course

Once you have created a lab, you then need to add it to your course via Coursera. When you are adding a lab to your course, you embed your lab into a unit of your course. This way, learners will naturally progress through the course, and complete your labs as they go.

Add an Instructional Lab to your Course

This section is only for instructional labs. If you wish to add a different lab type to your course, see the Add a (Non-Instructional) Lab to your Course section below.

As a Skills Network author, you can create "instructional labs". These are labs that include step by step instructions for working with tools external to Skills Network Labs, such as services on IBM Cloud.

HTML files will be automatically generated from instructional labs so they can be easliy embedded or linked to from your course. To embed an instructional lab in your course, follow the steps below.

  1. On your course page, navigate to the lab you want (under the Labs tab) and click "Add to Course"

image

  1. Copy the JSON configuration provided

image

  1. Close the pop-up and navigate to your Course Outline in the Content tab on your course page. Press the "Edit in Coursera" button to open the outline in Coursera

image

  1. Select the version of the course you want to add your instructional lab to

image

  1. Navigate to the week and unit you wish to add your instructional lab in, and insert an ungraded plugin

image

  1. After naming your plugin as desired, click on the item to edit it

  2. Click on the "Choose Plugin" button and select "Pop Up Template"

image

image

  1. After pressing "Continue", scroll down to the bottom of the page and select "Edit Configuration"

image

  1. Replace all existing content with the JSON you copied in step 2 and click "Save Configuration"

image

  1. Now, your instructional lab should appear in the plugin. You can now publish your changes, or view your instructional lab as a learner.

image

Add a (Non-Instructional) Lab to your Course

This section is only applicable for any lab type other than an instructional lab. If you wish to add an instructional lab to your course, see the Add an Instructional Lab to your Course section.

To add a (non-instructional) lab to your course in Coursera:

  1. In Coursera, go to the week and unit you want your lab to be in and add a new LTI Item.

image

  1. Add the following values to the corresponding fields within the LTI Item
Launch URL See the Lab Launch Url section below.
Consumer Key See the LTI Credentials section below.
Secret See the LTI Credentials section below.
Learner Privacy Share learner ID, full name, and email address

Lab Launch Url

The Lab Launch url can be easily found in Author Workbench on your course page. Just follow these steps:

  1. On your course page, navigate to the lab you want (under the Labs tab) and click "Embed"

image

  1. Copy the the Lab's Launchg Url by clicking on the Copy button.

image

LTI Credentials

The consumer key and secret can be found in Author Workbench on your course page. Navigate to the Advanced tab and and scroll to the LTI Credentials (Advanced Users Only) section. Here, you will be able to copy the consumer key and secret. If you are publishing your course to Coursera, please use the LTI Credential (Coursera) credentials. Otherwise, use LTI Credential (Skills Network / edX).

image

Add a Datasette Lab to your Course

Adding Datasette labs to your course involves a few steps. This guide will outline all the steps you must follow to successfully add a Datasette lab to your course outline.

Step 1. Follow the guide: Add a (Non-Instructional) Lab to your Course

Start by following the same workflow as adding a non-instructional lab to your course. The difference being now you paste https://labs.cognitiveclass.ai/login/lti as your launch url

Step 2. Upload your database file to the SN File Library

You must supply a database file as the value for sn_asset_library_sqlite_db_url in your Custom LTI Parameters.

To do this, you should upload a .db or .sqlite file of your choice to the SN File Library. Head to the content tab of your course or guided project.

Here you can open the File Library and upload your database file. image

Once you have uploaded your database file to SN File Library, select the file and copy the asset URL.

image

Step 3. Copy your instructions url

you will also need an instructions URL.

This can be obtained by clicking opening the embed popup on your lab in Author Workbench. image

Step 4. Add custom parameters to your lti item

Fill out the custom parameters for your lti item

image

[
"sn_labs_tool=datasette",
"sn_labs_filepath=/labs/datasette/lab.db",
"sn_asset_library_sqlite_db_url=<DB URL FROM STEP 2>",
"sn_asset_library_instructions_url=<INSTRUCTIONS URL FROM STEP 3>"
]

Step 5. Test your lab

Your lab should now be set up to use Datasette. If there are any issues, please double check that you followed all the steps above correctly.