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
  • Add a PDF (HTML5)
  • Add a PDF (component)

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

  1. Course Components

PDF File

In this article, we will cover how to add a PDF document in a course unit.

PrécédentSCORM fileSuivantPDF viewer without download / print option

Dernière mise à jour il y a 10 mois

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

There are two methods for adding a PDF; directly in HTML5 OR via the advanced "pdf" component.

The advanced PDF component is not supported on mobile applications. If you plan to use PDF and mobile apps, we recommend using the HTML5 method.

Add a PDF (HTML5)

  1. Access Studio and select the desired course

  2. Select Content > Files & Uploads

  3. Use the drag & drop box or 'Browse your computer' to upload your file.

  4. Copy and paste the Studio URL

Make sure your file name does not contain special or accented characters.

  1. Once the file has been added, go to the unit in which you want to add the PDF

  2. Under 'Add New Component', select HTML > Raw HTML

  3. Copy and paste the code below and replace the Studio URL ("/static/mon_fichier_pdf.pdf") with that of your file

<embed src="/static/mon_fichier_pdf.pdf" width="100%" height="1200px" type='application/pdf'>

Add a PDF (component)

  1. Access Studio and select the desired course

  2. Select Settings > Advanced Settings

  3. Find the property Advanced Module List and add "pdf"

  4. Save changes

Now the PDF component will be available from the 'Advanced ' button.