Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertJGabriel committed Jan 31, 2024
1 parent 6894550 commit 22575ca
Show file tree
Hide file tree
Showing 8 changed files with 194 additions and 49 deletions.
15 changes: 8 additions & 7 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const lodash = require('lodash');
const htmlmin = require('html-minifier');
//const svgContents = require('eleventy-plugin-svg-contents');
const svgContents = require('eleventy-plugin-svg-contents');
const pluginPWA = require('./tools/eleventy-plugin-pwa');
const fs = require('fs');
const path = require('path');
Expand Down Expand Up @@ -115,7 +115,7 @@ module.exports = function (eleventyConfig) {
swDest: './docs/service-worker.js',
globDirectory: './docs'
});
//eleventyConfig.addPlugin(svgContents);
eleventyConfig.addPlugin(svgContents);

// add `date` filter
eleventyConfig.addFilter('date', function (date, dateFormat) {
Expand All @@ -138,17 +138,18 @@ module.exports = function (eleventyConfig) {
linkify: true
};


const mapping = {
h1: 'leading-relaxed font-display text-3xl text-black mb-2 font-bold',
h2: 'leading-relaxed font-display text-2xl text-black mb-4 mt-8 font-extrabold',
h3: 'leading-relaxed font-display text-xl text-black mb-2 font-bold mt-8',
p: 'leading-relaxed font-display text-black mb-4 text-lg font-display ',
h2: 'leading-relaxed font-display text-2xl text-black mb-4 mt-10 font-extrabold',
h3: 'leading-relaxed font-display text-xl text-black mb-2 font-bold mt-10',
p: 'leading-relaxed font-display text-black my-6 mb-6 mt-6 text-lg font-display ',
strong: 'text-black text-base text-lg',
bold: 'text-black',
ul: 'leading-relaxed list-decimal list-decimal-important list-inside mt-4 space-y-2 pl-6 text-lg font-display ml-6 ',
ul: 'leading-relaxed list-decimal list-decimal-important list-inside mt-4 space-y-2 pl-6 text-lg font-display ml-6 mb-8 ',
ol: 'list-decimal list-decimal-important list-inside text-lg font-display ml-6',
li: 'leading-relaxed mb-4 mt-4 text-lg font-display ',
img: 'aspect-square rounded-2xl bg-zinc-100 shadow-lg',
img: 'aspect-square rounded-2xl mb-8',
a: 'leading-relaxed font-sans text-lg link link-hover text-blue-500 hover:text-blue-700',
iframe: 'w-full h-96 rounded-xl shadow-lg m-10'
};
Expand Down
82 changes: 60 additions & 22 deletions src/_includes/templates/blog_post.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -242,36 +242,74 @@
<div id="helperbird-website">
{% include templates/header.html %}

<main class="mx-auto max-w-7xl pt-12 pb-12" id="content">


<div class=" px-6 py-12 lg:px-8 mb-12">
<div class="mx-auto max-w-2xl text-center">
<h1 class="text-4xl font-bold tracking-tight text-black sm:text-6xl">
{{ cardTitle }}
</h1>
<p class="mt-6 text-xl leading-8 text-gray-600">{{ description }}</p>
</div>
</div>


<div class=" px-6 py-32 lg:px-8">
<div class="mx-auto max-w-3xl text-base">


<article class="text-black card bg-white shadow-md rounded-xl">
<div class="card-body">
<main class="mx-auto max-w-7xl pt-12 pb-12 px-6 " id="content">



<div class="mx-auto max-w-3xl">


<article>

<header class="flex flex-col">
<div class="flex gap-4">
<a
href="/blog/"
type="button"
aria-label="Go back to articles"
class="btn btn-circle btn-sm btn-secondary"
><svg
viewBox="0 0 16 16"
fill="none"
aria-hidden="true"
stroke="currentColor"
class="h-6 w-6"
>
<path
d="M7.25 11.25 3.75 8m0 0 3.5-3.25M3.75 8h8.5"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
></path>
</svg>
</a>
</div>
<h1 class="mt-6 text-2xl font-bold tracking-tight text-black sm:text-4xl">
{{ cardTitle }}
</h1>
<div class="divider"></div>

<div class="flex">
<div class="flex-1 gap-4">

<div class="badge badge-primary badge-outline">{{name}}</div>

<span class="badge badge-primary badge-outline">{{time}}</span>

</div>
<div class="flex-0">
<time datetime="2022-09-02" class="items-center text-base">
<span class="badge badge-primary badge-outline">{{date}}</span>
</time>
</div>
</div>
</header>



<div class="mt-10 ">

<img src="{{img}}" class="aspect-square rounded-xl mb-10" title="{{name}}"/>




{{ content | safe }}
</div>
</article>



</div>

</article>
</div>


Expand Down
Binary file modified src/assets/images/.DS_Store
Binary file not shown.
Binary file modified src/assets/images/blog/.DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
---
new: false
header: true
layout: templates/blog_post.liquid
title: 7 Steps to Create Personalised Learning Plans for Students
description: Discover how to tailor educational experiences with our guide on creating personalised learning plans. These seven steps offer strategies for educators to meet individual student needs, enhancing learning outcomes and classroom inclusivity.
keywords: Personalised Learning, Education Strategies, Student-Centered Learning, Classroom Innovation, Teacher Resources, Education Improvement, Customized Learning Plans
url: blog/7-steps-to-create-personalised-learning-plans-for-students/
tags: blog
isBlog: true
blog_cat: Blog
youtubeId: PfILiWebkuc
cardTitle: 7 Steps to Create Personalised Learning Plans for Students
blog_snip: This article outlines seven essential steps for educators to create effective and personalized learning plans, tailored to meet the diverse needs and potential of each student.
img: /assets/images/blog/7-steps-to-create-personalised-learning-plans-for-students/7-steps-to-create-personalised-learning-plans-for-students.jpeg
des: Explore the importance of personalised learning in education and the seven steps to implement it effectively in classrooms.
name: Indiana Lee
date: Created
time: 5 mins
---

Many teaching methods are a one-size-fits-all approach, but not every student will benefit from these methods. Each student is different and often requires varied ways to learn that are unique to their individual needs.

Expecting different kinds of learners to all benefit from one standard method of teaching can significantly diminish a student’s potential and the experience they have in the classroom. Personalized learning, however, has the power to vastly improve learning outcomes by enabling teachers to tailor their methods so each student can learn in a manner that is best for them and better [reach their full potential](https://www.helperbird.com/blog/teacher-appreciation-week-2020-dyslexia-story/).

## What is Personalized Learning and Why is It Important?

Personalized learning is a process that involves finding what each student needs to help them become more proficient. This not only offers more opportunities for students to learn and increase their knowledge but it also creates opportunities for teachers to better understand their students. This is particularly beneficial when dealing with a diverse classroom full of students.

[Personalized learning methods are inherently more inclusive](https://www.helperbird.com/blog/enhancing-inclusivity-role-of-accessibility-software-in-modern-classrooms-with-helperbird/) as they take individual needs into account. In the long run, this can help increase awareness of the varied needs and abilities of students, significantly improving outcomes by fostering more inclusive environments.

Additional benefits that personalized learning offers include:

- Enabling students to take initiative in their education.
- Allowing students to learn and move at their own pace.
- Improving learning proficiencies and learning outcomes.
- Preparing students for life outside the classroom.
- Helping teachers connect more with their students.


Personalized learning gives students the ability to pursue paths that they perhaps never thought possible. It can excite and challenge them, which is inherently motivating.




## 7 Steps to Create Personalized Learning Plans

While personalized learning is all about the teacher finding the ways that are best suited to their students, there are steps or strategies to follow that can help.

### 1. SMART Goal-Setting
To start, it helps to sit down and do a bit of goal-setting to ensure the personalized learning plans are specific, measurable, achievable, relevant, and time-bound for optimal student development. This is called [SMART goal setting](https://lucidspark.com/blog/how-to-write-smart-goals). Setting goals in this way can help teachers make sure their strategy is worthwhile and will have a more desirable outcome that is beneficial to the student.


### 2. Use Ed Tech MIndfully
Technology plays a critical role in personalized learning. The tools that we have been given thanks to advances in technology make it easier and more convenient for teachers to create plans that are more centred around each student’s individual needs.

For example, [iPads can enhance the classroom](https://www.helperbird.com/blog/benefits-of-ipads-in-the-classroom/) by enabling teachers to develop more interactive and engaging lessons for students who struggle with learning simply from textbooks or listening to lectures. Certain personalized learning technologies can also help spark creativity and innovation.

Technology can also be used to make learning more inclusive, such as technologies that help those with certain disabilities, like specialized keyboards and text-to-speech software. However, there are also some things to [keep in mind](https://knowledgeworks.org/resources/personalized-learning-role-technology/) when using tech for personalized learning.

Technology should be additive, meaning it should be used to complement or enhance but not replace teaching in the classroom. Too much technology can not only hinder learning but it can also have serious health side-effects, such as [computer vision syndrome](https://www.zocdoc.com/blog/what-is-computer-vision-syndrome-symptoms-and-relief-strategies/), which develops as a result of excessive screen time.


### 3. Include Break Time
Part of personalized learning isn’t just about the lesson plans, but about the environment as a whole. Classrooms can feel restricting for many students, so as part of creating more personalized plans, give students more freedom to take breaks and move their bodies.

These kinds of “brain breaks” actually help students remain more focused when it is time to sit down and learn. Signs that it might be time to give your students a break can include excessive fidgeting, slouching, and appearing tired or checked out.

### 4. Prioritize Variety
With personalized learning, offering students a range of ways to learn is best. Each student learns in a unique way. For example, if one student loves oral presentations but another doesn’t, you can offer them the option to write an essay instead.

Many students also do not do well with testing, but that doesn’t mean they haven’t learned what they need to. Consider alternatives when creating lesson plans, such as projects, experiments, educational games, oral presentations, essays, and even artwork.

### 5. Let Your Students Become the Teacher
Teaching is a great way to actually digest information versus simply sitting and reading about it. So instead of you always being the one standing in front of the classroom, give your students the opportunity to take over as teacher for the day.

This can improve understanding of topics for students and give them more confidence. It can also strengthen the bonds in the classroom by minimizing the gap that separates students from their teachers.

### 6. Consider Alternative, Flexible Seating Arrangements
Forcing students to sit in rigid arrangements, such as the standard rows of desks all facing the front of the classroom, can be boring and restrictive. To help students learn in a way that works best for them, provide alternative or flexible classroom arrangements.

Some ideas can include:


- Creating clusters of desks.
- Forming the desks into a circle.
- Creating a horseshoe pattern with desks.
- Allowing students to stand if desired.
- Providing more comforting seating areas with pillows and bean bag chairs.


Giving students more variety and flexibility with their space in the classroom can help them unlock their creativity, which can improve their ability to learn and absorb new information.


### 7. Reverse Work Time and Lecture Time
Some students actually learn better at home when they are on their own time and have more freedom to think in a space that potentially feels more comfortable for them. So it’s worth considering flipping lecture time and work time.

For example, instead of lecturing in the classroom, have students watch lectures and instructional or educational videos at home and then complete the assignments while they are in the classroom.

By recording lectures, teachers can spend more time editing them to enhance quality and reusing them. This also allows students to pause and rewind lectures as needed in their own time to improve learning.

Having students do their assignments in the classroom also allows them to ask questions and receive more direct feedback if they are struggling to understand anything they are working on.


## In Summary
There is no one right way to create personalized learning plans. If you aren’t sure where to start, don’t be afraid to ask the students for their input on what would help them learn better in the classroom. In many ways, personalized learning works best when there is collaboration between the teacher and the students.
20 changes: 10 additions & 10 deletions src/pages/reviews.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ url: reviews/
</svg>
<blockquote class="relative">
<p
class="leading-relaxed font-sans text-lg text-slate-900 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="leading-relaxed font-sans text-lg text-slate-900 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="a1a7add3-7191-eef9-3515-60f49a1a0b1b"
Expand All @@ -80,24 +80,24 @@ url: reviews/
class="relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6"
>
<div
class="helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="f9c0426d-1368-fc62-2738-1f3c6776e89a"
>
<div
class="font-display text-base text-slate-900 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="font-display text-base text-slate-900 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="9fb6f7eb-4695-bf89-dcf6-300bf27701c7"
>
{{ review.name }}
</div>
<div
class="mt-1 text-sm text-slate-500 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="mt-1 text-sm text-slate-500 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="c7b2fcde-d3ea-00f5-9ccc-702f9346c018"
Expand All @@ -106,8 +106,8 @@ url: reviews/
</div>
</div>
<div
class="overflow-hidden rounded-full bg-slate-50 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="overflow-hidden rounded-full bg-slate-50 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="a5b3d2ad-01e7-01fe-dfca-c63f7c97f727"
Expand Down
20 changes: 10 additions & 10 deletions src/pages/testimonials.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ url: testimonials/
</svg>
<blockquote class="relative">
<p
class="leading-relaxed font-sans text-lg text-slate-900 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="leading-relaxed font-sans text-lg text-slate-900 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="a1a7add3-7191-eef9-3515-60f49a1a0b1b"
Expand All @@ -79,24 +79,24 @@ url: testimonials/
class="relative mt-6 flex items-center justify-between border-t border-slate-100 pt-6"
>
<div
class="helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="f9c0426d-1368-fc62-2738-1f3c6776e89a"
>
<div
class="font-display text-base text-slate-900 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="font-display text-base text-slate-900 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="9fb6f7eb-4695-bf89-dcf6-300bf27701c7"
>
{{ review.name }}
</div>
<div
class="mt-1 text-sm text-slate-500 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="mt-1 text-sm text-slate-500 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="c7b2fcde-d3ea-00f5-9ccc-702f9346c018"
Expand All @@ -105,8 +105,8 @@ url: testimonials/
</div>
</div>
<div
class="overflow-hidden rounded-full bg-slate-50 helperbird-editor medium-editor-element"
data-medium-editor-element="true"
class="overflow-hidden rounded-full bg-slate-50 helperbird-editor "
data- ="true"
aria-multiline="true"
data-medium-editor-editor-index="1"
medium-editor-index="a5b3d2ad-01e7-01fe-dfca-c63f7c97f727"
Expand Down

0 comments on commit 22575ca

Please sign in to comment.