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
  • Course Updates in Learner View (LMS)
  • How to add a Course Update
  • Course Update HTML Templates
  • Modify HTML Image

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

  1. Course Properties

Course Updates

How to add a course update.

PrécédentDelete a CourseSuivantCourse Handouts

Dernière mise à jour il y a 4 ans

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

Course Updates in Learner View (LMS)

Course Updates are available to learners from the Course Update page (accessible via the 🔔 icon in the header menu). When a new update is posted, learners will see a small red notification as follows:

How to add a Course Update

Course updates are accessible from Studio > Content > Updates

Select + New Update and an html editor will appear. In the editor, type your update using HTML formatting. If you aren't familiar with HTML, you can copy & paste one of the following templates:

Course Update HTML Templates

Welcome Message with Signature + Image

<p>Welcome to this online course!!</p>

<p>This course is designed as a demonstration of the functionality of our MOOCit platforms. You are currently reading an <em>Update</em>. The course team can post new "updates" at any time to announce the availability of a new module, a change in the organization of the course, etc. You can close this ad by clicking on the cross at the top right. All course announcements are available in the Announcements menu.</p> 
<p>
  Enjoy.
</p>
<br>
<p><img src="/static/profile3.jpg" style="border-radius: 100px; height:60px; margin:-12px 10px 0 0; border:1px solid #eee;" alt="Course Staff Image #1">
  <b>Hanna Johnson</b><br>
<em style="color:#888; font-size:14px;">Customer Success, MOOCit</em>
</p>

Standard Update with bulleted list + signature image

<p>&nbsp;Hi Everyone!&nbsp;</p>
<p>Here are some useful details about the course:&nbsp;</p>
<ul>
<li>Make sure you introduce yourself in the <strong>Discussions</strong> page</li>
<li>All homework must be submitted by 6pm every Friday</li>
  <li><em>The final exam is scheduled on 21/12/2020 at 9am - make sure you are available!</em></li> <br>
</ul>
<p><img src="/static/moocitman.png" style="height:60px; margin:-12px 10px 0 0;" alt="Course Staff Image #1"><b></b><br>
<em style="color:#888; font-size:14px;">MOOCit Team</em>
</p>

Modify HTML Image

  1. Open Content > Files & Uploads in a new Window

  2. Select to copy the Studio URL for the image you want to add

  3. Return to Content > Updates page

  4. Locate the code <img src=

  5. Replace the code following <img src= with the URL you just copied in Files & Uploads.

  6. Select to Post

Course Update Page
Course Update notification