Documentation & Help

How can we help you?

Help
 Print
Adding handouts to your course
You will likely want to have some sort handouts available for your students to look at or download. 

1.
Launch Studio and click on the "Content" drop-down menu.

2.
Select "Updates".



3.
In the second column, locate "handouts". To add or edit your course handouts, select "Edit" from the Course Handouts panel.



4.
This will open the HTML editor where you can edit, add, or delete your handouts. If it appears confusing, just remember these two main points:


So if you're going to add a handout, all you need to do is copy that line of code to the next line below (or above), and change out the link and name of the handout. Copy/Paste the following into your own:
<li> <a href="/static/demoPDF.pdf"> Example Handout </a> </li>

In order to add the link to your new handout, simply navigate to your "Files & Uploads" page, and copy the Embed URL to the file you would like to make a new handout.



5.
Now, when your students go to the "Updates" pages, they'll see the new handout you just added: 

Was this article helpful?