MOOCit Docs
English
English
  • Introduction
  • Getting Started with MOOCit
  • Take Your First Demo Course in Learner View
  • Studio vs LMS
  • Set Your Platform Language
  • Course Development
    • Create a New Course
      • Course Creation Form
    • Course Set-Up
      • Course Pacing and Schedule
      • Course Name, Description and Image
      • Add a Course 'About' Video
      • Additional Course Run Info
      • Prerequisite Course
      • Course Entrance Exam
    • Course Structure
      • Building the Course Outline - Video Tutorial
    • Course Content Visibility and Access
      • Subsection Prerequisites
      • Hiding Sections and/or Subsections
      • Hide a Subsection after Due Date
  • Course Properties
    • Manage Course Visibility
    • Make a Course Private
    • Course Grading Configuration
    • Delete a Course
    • Course Updates
    • Course Handouts
    • Certificate Configuration
    • Modify the Name of a Course (legacy)
  • Course Components
    • Common Problem Type
      • Checkboxes, Dropdown, Numerical & Text input
      • Add Multiple Questions
      • Add an explanation (Show Answer)
      • Hints and Feedback
      • About; Question Title, Header, Prompt & Tips
      • Common Problem Settings
    • Images
    • Advanced Components
    • SCORM file
    • PDF File
    • PDF viewer without download / print option
    • Downloadable Document Button
    • Surveys & Polls
    • Video - Youtube
    • Video - Vimeo
    • Staff Graded Assignment
    • Tables
    • Word Cloud
    • iFrame (Genial.ly, Prezi, etc.)
    • ZOOM Meeting (Dedicated Instance)
    • ZOOM (SaaS Integration)
    • H5P
  • Instructors
    • Manage Course Team
      • Add new team member
      • Add a Discussion Moderator/Admin
      • FAQ
    • Enroll / Unenroll Learners
    • Download Learner List
    • Download Learner Grades
    • Reset Learner Exercise Attempts
    • Email Learners
  • Advanced
    • Discussion Forums
      • Hide discussion forum
    • Configuration of Badges
    • Duplicate a Course (Import / Export a Course)
    • Using Randomized Content Blocks
    • Pointing on a Picture Question
    • Tips and Warnings
    • Learner Cohorts + Content Groups
      • Enabling and Configuring Cohorts
      • Create Cohort Specific Content with Content Groups
      • Assign Cohorts to Content Groups
      • Dividing Discussions by Cohort
  • Rest API
    • API home
    • Enrollments
    • Completion
    • Grades
  • Data + Analytics
    • Opening CSV reports with Excel
Propulsé par GitBook
Sur cette page

Cet article vous a-t-il été utile ?

  1. Course Components

PDF viewer without download / print option

Add a PDF without giving learners the option to download / print the document.

PrécédentPDF FileSuivantDownloadable Document Button

Dernière mise à jour il y a 4 ans

Cet article vous a-t-il été utile ?

By default, all PDF viewers offer the option to download / print the document.

If you wish to prohibit the copying of the PDF documents (download, print, save-as), please follow the steps below.

Note: In order to privatise our PDF documents, we will be using Google Drive. You must have a Google account to proceed with this tutorial.

Protect your PDF documents with the help of Google Drive

1) Add your PDF to your Google Drive account. Select the 3 vertical dots menu in the upper right hand corner.

2) Select 'Share'

3) Select the gear icon 'Share with people settings'.

4) Deselect the options: - Editors can change permissions and share - Viewers and commenters can see the option to download, print, and copy

5) Select the Back arrow to return to the sharing menu.

6) Under Get Link select to Change Link

7) Below the 'Get Link' URL, select the drown-down menu to chose who the document will be shared with, and select 'Anyone with Link'

On the right, make sure you have selected 'Viewer' and not 'Commenter' or 'Editor'. Because learners should only be able to 'view' the document, not 'comment' or 'edit'. :)

8) Select 'Copy Link' and then select 'Done'.

Keep this window open and open studio in a new tab so that you may easily re-access the Google URL if necessary.

9) Open the Course > Unit where you want to add the PDF. Select to add an HTML component > Raw HTML.

10) Select to 'Edit' the component.

and replace the text with the following code:

<iframe src="
https://drive.google.com/file/d/1hOzPHBqg-BlU716fr1vyyUD9zlJMHGu3/preview
" width="100%" height="900"></iframe>

11) Replace the src= URL with your Google Drive PDF URL (Step 8).

You can also modify the height and/or width (in pixels) of the PDF viewer.

Select to 'Save' the changes.