Adding a Google Document Module

1. Go into the advanced settings and add the following end code: “google-document” in the field Advanced Module List

2. Go to the course outline, then into the course unit to be modified.

3. Add a new Advanced component.

4. Add the advanced Google Document module.

5. Change the document link in the src tag (obviously, the document should already be hosted on the drive).

<iframe
    src="https://docs.google.com/document/d/1K1ZzmPGXfTmZRFD9zJx9Mglr5gMGVYWWn1eTF0uhnD8/edit?usp=sharing"
    frameborder="0"
    width="960"
    height="569"
    allowfullscreen="true"
    mozallowfullscreen="true"
    webkitallowfullscreen="true">
</iframe>

To get the link from your google document, go to Share at the top right of the document and copy the link that appears:

Login to leave your feedback!

Leave a Reply

You must be logged in to post a comment.