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

Downloadable Document Button

Add documents such as .zip, .xls, .csv, .ppt, .docx, etc. for learners to download directly from the platform.

PrécédentPDF viewer without download / print optionSuivantSurveys & Polls

Dernière mise à jour il y a 3 ans

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

Enable learners to download documents using a 'Download Button'.

Download buttons appear as follows in the learner view of your course:

To add download buttons to your course, please follow the steps below:

1) Open the Unit page where you wish to add your document.

2) Select to add a new 'HTML' component.

3) Chose 'Raw HTML'.

4) Select to 'Edit' the component.

5) Remove the template text and replace it with the following code:

<a class="file-download" href="/static/examplefile.pdf">Example Download PDF</a>

6) In a new window, open the 'Files & Uploads' page for your course. *Please make sure it's the same course

7) Add your document(s) here using the drag + drop module on the left of the screen. You can also use the button 'Browse my computer'.

Note, that the maximum file size is 50 mb.

8) Remaining on the Files + Uploads page select 'Studio' to copy the Studio URL for the desired document.

9) Back on the Unit page in the Raw HTML component, replace the href="URL" with the Studio URL you copied in the previous step. This is the link for learners to download the document.

10) Change the text for the button by replacing "Example Download PDF" with your desired text.

11) Select to save the changes.