My Learning Path is Never Linear

Architectural grayscale photo of a wavy sided building with circles on the side
Photo by Gerry Roarty on Unsplash

I've recently come to realize that I learn best when I constantly switch between different topics. I have a hard time focusing on one thing for too long. I get bored and I start to lose interest.

I have to keep moving. I have to keep learning. I have to keep growing.

Linear learning is when information is given in a linear and static manner, such as reading a book or computer-based training (CBT). CBT can include videos, animations, and audio clips to enhance the learning experience.

What is Educational Technology?

I am anything but a linear learner. What I am trying to understand right now is how to make the most of my learning style. I have to find a way to make it work for me. I have to find a way to make it work for my students.

Below is some test content.

CSS is Awesome

<div class="box">
CSS IS AWESOME
</div>
.box {
font-size:64px;
border:4px solid black;
padding:0px 3px;
width:223px;
}