How do I create a teacher block in Moodle?
The teacher block should be placed immediately after the "Announcement" activity.
An example of the teacher block is shown below:

To minimize the need for frequent updates, follow the guidelines below.
Teacher Photo
The teacher's photo should be linked to the HR folder (via a blob). When HR updates the photo, it will automatically update in the teacher block on Moodle
Contact Information
Replace the teacher’s name, phone number, and email address. Adjust work hours as needed.
- Update the phone number part of the code:
<a href="tel:306-252-1000">
<span>
<i class="fa fa-phone fa-lg w-20" aria-hidden="true"></i></span>306.252.1000</a>
- Update the email address part of the code:
<a href="mailto: Bart.Simpson@saskDLC.ca">
<span>
<i class="fa fa-envelope fa-lg w-20" aria-hidden="true"></i></span>Bart.Simpson@saskDLC.ca</a>
School Calendar, Sask DLC and Me Links
These links are pre-set and do not require any changes.
Book a Talk with Your Teacher
This link is not linked by default. You will need to add the teacher's personal booking link.
- How to update: Replace the placeholder link with the teacher’s booking link, and ensure it opens in a new tab:
<a href="https://outlook.office365.com/bookwithme" target="_blank">
Book a Talk with Your Teacher
</a>
Sask DLC Logo
The logo is linked to the main website and is set to open in a new tab by default.
Generic Teacher Block
You can access the generic teacher block https://lms.saskdlc.online/course/view.php?id=11354. Under the Generic Teacher Block section, you’ll find the block.
A) To create a new block:
- Duplicate the activity.
- Update the block’s details (teacher’s name, photo, contact, etc.).
- Move it to the relevant section based on the teacher's last name.
B) To access the HTML code for the block:
- Go to Edit Settings.
- Switch to HTML mode in the editor.
