Course Updates

How to add a course update.

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

Last updated