The Five Aspects to Enhance Classroom Learning Experience

The Five Aspects to Enhance Classroom Learning Experience

BACKGROUND INTRODUCTION

       Telebort is a company with a mission to enable kids and teens from eight years old until pre-university to solve real world problems through coding. Hence, Telebort offers a full spectrum of Computer Science education such as learning material, question banks, real world projects for kids and teens to learn Computer Science. We believe that what kids learn today shapes the world we live in tomorrow. We aim to give every child the skills, confidence, and opportunity to express themselves in the digital world.

As a company with a mindset to always strive to thrive, we always try our best to improve in every way in order to maximize our success and to cope with the competition. Hence, we set up a team of five to analyze the weekly feedback form and to further improve its functionality. This is important because we can further analyze the students’ learning experience with Telebort through the analysis. We as an institute that prepare the youth for the future really need to take one step above to make students enjoy and fully prepared for learning. The main aim is to make sure our students are having maximum satisfaction during their class with Telebort.

OVERVIEW

In the first part of this article, we will start with a brief introduction to our data before we dive into the analysis about these data.

The five aspects to enhance classroom experience we found are Lesson_new, Lesson_enjoy, Like_programming, Lesson_understanding and Teacher_preparation. The explanation of each aspect will be covered in the next section.

Next, we will show the result of our analysis about why the 5 aspects are important in improving the classroom learning experience. We will be showing:

  • Correlation coefficient results
  • Linear Regression coefficient results

All the analysis is done by using Python with Google Colaboratory and related data analysis libraries (Pandas, Scikit-Learn, etc.)

Lastly, we share our experience in how to use these aspects to enhance the classroom learning experience by some simple examples.

BRIEF INTRODUCTION TO OUR DATA:

Our dataset consists of the respondents from all the students that had submitted their feedback through Telebort’s weekly feedback form. Figure 1.1 shows the sample of our dataset. Some facts about the weekly feedback form:

  • The main purpose of collecting the feedback form is to analyze the satisfaction of our students when learning with Telebort.
  • The responses are collected from the year 2016 to year 2021.
  • The forms have different versions since we have different kinds of programs, such as Fast Track Program, Holiday Program and Core Program. Each version will have some different questions that are suitable to each program.
  • The total amount of data collected by the start of the analysis is 6747.

From the weekly feedback form questions, we specify the satisfaction of students in class as the main factor. Meanwhile, we took the questions that we ask the students in the feedback form as the independent variables to analyze the factors that affect students’ satisfaction. All the variables are rated from 1 to 5 as below:

Dependent Variable (Y):

Satisfaction of students in class

Independent Variable (X₁):

Lesson_new: How much they have learned something new during the class.

Independent Variable (X₂):

Lesson_enjoy: How much they enjoyed the class for that day.

Independent Variable (X₃):

Like_programming: How much they like programming.

Independent Variable (X₄):

Lesson_understanding: How much they understand the lesson they learned during the class.

Independent Variable (X₅):

Teacher_preparation: How far they thought of the teacher’s preparation for the class.

Figure 1.1 : Sample of dataset

CORRELATION COEFFICIENT RESULTS:

Correlation coefficient are used to measure the strength of linear relationship between two variables. The formula is as follows:

The range of values for the correlation coefficient(r) is 1.0 to -1.0 where

  • r > 0: Positive correlation
  • r = 0: No correlation
  • r < 0: Negative correlation
Figure 1.2 below shows the variables that are used for the correlation.

Figure 1.3 below shows the variables that are used for the correlation.

Figure 1.3 Correlation result

Based on Figure 1.3, there are some key results:

  • Lesson_new, Lesson_understanding and Teacher_preparation have a positive correlation (r > 0.4) with the satisfaction of the students. These aspects significantly affect the satisfaction of the students compared to the other aspects.
  • Lesson_enjoy and Like-programming have low correlation coefficient (<0.4) with Y which means these aspects give a slight impact to the satisfaction of students.

LINEAR REGRESSION RESULTS:

Linear Regression analysis is used to quantify the relationship between two or more variables. The goal of performing regression analysis is to generate the equation that explains the relationship between independent and dependent variables.

Before running the regression analysis, we must make sure that our data is fitted and able to continue with the analysis. First, we plot the residual plot for the Ridge Model. We plot the ridge model with histogram and Q-Q plot to determine if the data set is well-modeled by a normal distribution.  Figure below is the result:

Figure 1.4 Regression plot

Then, we can get the regression coefficient of each aspect towards the Y. The higher the regression coefficient, the greater impact the aspect can give to Y.  

Table 1.1 The top five aspects with highest regression coefficient

The formula of linear equation with regression coefficient,m and regression Interception,c as follows:

Y = 0.338567X₁ + 0.334638X₂ + 0.159652X₃ + 0.135931X₄ + 0.112686X₅ - 1.807548

where the increment of a unit in each aspect X₁  , X₂ ,X₃  ,X₄ ,X₅ will contribute to satisfaction learning to students according to their regression coefficient respectively.

Remarks: Other aspects in the feedback are not covered as their regression coefficients are not significant (<0.1).

Let's take note of the highest contribution of that criteria, Lesson_new. One unit increment on Lesson_new will contribute about 0.339 satisfaction to the students' learning.

Hence, we know that

  • Lesson_new and Lesson_enjoy shows the significant impact on the students’ satisfaction as having the higher value (>0.3) for regression coefficient.
  • Like_Programming, Lesson_understanding, and Teacher_preparation still have a great impact on the students’ satisfaction as having the positive value (>0.1) for regression coefficients.
Figure 1.5 The coefficient of determination R²

The higher the coefficient of determination R², the higher percentage of points should fall within the regression line. From Figure 1.5, the R² is around 0.55 which implies the data has a good fit for the regression model.

HOW TO USE THESE ASPECTS TO ENHANCE CLASSROOM EXPERIENCE:

“What we learn with pleasure, we will never forget” - Alfred Mercier.

When students are having a great time learning in class, they will be able to grab everything they learn without much difficulty. As an instructor or teacher, it is our responsibility to make sure that the class we are conducting is in the best condition. So here we have listed 5 aspects that can enhance the classroom experience.

Lesson_new- Learn something new
Instructor doing live teaching in online class.

From our analysis, we can conclude that the most important factor that leads to students' satisfaction in class is when they are able to learn new things. Students will always be interested to learn something new. Here in Telebort, when we plan our program syllabus, we will make sure the students learn something new in each lesson.  For example, in the previous class we taught about text components in HTML, then in the coming class the students will learn about how to insert images and videos in HTML. This will spark the students’ curiosity and increase their interest to learn more and stay focused.

Lesson_enjoy- Enjoy the lesson
Telebort’s student trying the fun activity prepared by the instructor during class.

Secondly, we can see that enjoying the lesson is one of the factors that can affect a student's satisfaction. Fret not, in Telebort, we will provide interactive notes, videos, and  prepare various activities in each lesson to make sure the students enjoy their learning. When we make notes for the lesson, we make sure to add a few related photos to the lesson so that the students are able to visualize the concept they learnt. We also explain in detail about the programming concept they learnt in the lesson videos. As for lesson activity, we prepared fun and interesting activities to make students think that programming is not that hard and they can enjoy the learning process. We always try to make learning with Telebort a fun learning experience every time.

Like_programming- Students like programming
Telebort’s students in offline class.

From our analysis, the third factor that impacts the satisfaction of students in class is their love towards programming. Of course if they are interested in the things they learn, they will focus more. Learning can only happen when someone is interested. They will push to their limits and explore things by themselves. We can imply this finding that when a student is learning something they love, they will be at their best in class and ready to learn. Hence, we need to increase the students' interest and eagerness to learn. For example, Telebort’s academic team provided a lot of resources like videos, articles and websites to show to the students. This makes the students understand that learning is not only through textbooks but everything around us because learning programming is not something we can simply learn from just textbooks. We try to implement the ability to solve real world problems using coding to our students such that we can easily search and grab the thing we want both online and offline.

Lesson_understanding- Students understand what they learned
Telebort's students playing Kahoot as lesson understanding  prepared by the instructor during class.

Besides that, the students’ understanding is having a great impact on students’ satisfaction in class. The teacher or instructor that is responsible for the class needs to make sure that every student understands the lesson they learnt. Students do not learn much just sitting in classes listening to instructors, memorizing assignments, and spitting out answers. In Telebort, the teachers are well trained to teach and at the same time have great interactions with students. Education is a two way process. From the interaction between the teacher and student, we can easily know the progress of the students whether they can understand the lesson, paying attention in class and more. Students are also always encouraged to ask questions from time to time in the class.

Teacher_preparation- Teacher fully prepared
Teachers in Telebort will have a mock teaching session before we teach in the class.

Also one of the important factors that affect student’s satisfaction that we are able to identify from our analysis is the teacher's preparation. Teacher is the driver for the learning journey. If the teacher is well prepared, he/she can teach and explain well in the class. Teachers in Telebort possess the skills and knowledge necessary for effective teaching, as well as sufficient knowledge of the subject matter to be taught. What we do in Telebort, teachers or instructors will need to undergo intensive training on the program to be taught. It is a must for a teacher to go through every material and do the projects. At the same time, mock teaching must be given to new teachers to make sure they can explain the content well enough.

More Articles

September 17, 2023

Climb Up Your Artificial Intelligence Ladder with Python!

A game of snakes and ladders that's filled with more fun the Telebort way! Find out what our Awesome class has been tinkering around with in Program G, words of wisdom and encouragement from our beloved instructors, a very special Awareness Day; Malaysia Day and a brand new learning mode just for you!

Climb Up Your Artificial Intelligence Ladder with Python!
September 12, 2023

When Magic Meets Programming

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program B's spectacular progress, heartfelt insights from our instructors, a special Awareness Day; Malaysia Day and a brand new learning mode ready for all students!

When Magic Meets Programming
September 12, 2023

Crafting Code and Digital Spells

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program C's spectacular progress, heartfelt insights from our instructors, a special Awareness Day; Malaysia Day and a brand new learning mode ready for all students!

Crafting Code and Digital Spells
August 27, 2023

Brilliant People, Brilliant Minds, Brilliant Achievements!

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program D's spectacular progress, heartfelt insights from our instructors, a special Awareness Day, our latest event; Coding for Merdeka and a brand new learning mode ready for all students!

Brilliant People, Brilliant Minds, Brilliant Achievements!
Tai Yee Xin
August 7, 2023

Warm Messages and Insights from Our Heartfelt Instructors!

Get ready, Program E graduates! August brings not only the excitement of our graduation but also a special Awareness Day that holds immense relevance for us. Here's to embracing the endless possibilities it offers and using it responsibly to make a positive impact on the world!

Warm Messages and Insights from Our Heartfelt Instructors!
July 28, 2023

A Small Class with Big Hearts Ready to Learn!

Check out our newly launched class newsletter for some thrilling updates on our lessons and delve into some interesting facts and events happening in Telebort!

 A Small Class with Big Hearts Ready to Learn!
Tai Yee Xin
July 3, 2023

Witness Our Brilliant Students Master the Rising Era of AI!

Check out our newly launched class newsletter for some thrilling updates on our lessons, and delve into some interesting facts and events happening in Telebort!

Witness Our Brilliant Students Master the Rising Era of AI!
Tai Yee Xin
June 11, 2023

Front-End and Back-End Programming: Best of Both Worlds!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Front-End and Back-End Programming: Best of Both Worlds!
Tai Yee Xin
June 3, 2023

Program D: Take A Closer Look at Arrays and Objects!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Program D: Take A Closer Look at Arrays and Objects!
June 1, 2023

Praiseworthy Attributes and Superb Coding Skills: Meet Jerrene Lee!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Praiseworthy Attributes and Superb Coding Skills: Meet Jerrene Lee!
May 30, 2023

The Extra Mile Coder Award goes to Jayden Tan! Congrats!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

The Extra Mile Coder Award goes to Jayden Tan! Congrats!
Tai Yee Xin
May 29, 2023

Double the steps, double the fun for everyone!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Double the steps, double the fun for everyone!
Tai Yee Xin
May 29, 2023

Learning Functions: Maths-solving made easy, like 1 2 3!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Learning Functions: Maths-solving made easy, like 1 2 3!
May 28, 2023

Telebort.IO Bringing people together through education and technology.

As our young learners delve deeper into the realm of computer science, their inquisitiveness and passion drive them to explore their academic and professional prospects. Despite limited resources, we embark on an exciting journey to empower and accompany them on their educational path.

Telebort.IO Bringing people together through education and technology.
May 25, 2023

A Whole New World of Javascript for Our Students!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

A Whole New World of Javascript for Our Students!
May 25, 2023

A True Star Coder in All Ways Possible: Tan Yhing Yin!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

A True Star Coder in All Ways Possible: Tan Yhing Yin!
Tai Yee Xin
May 20, 2023

The Wonders of APIs (Application Programming Interface) in Program E!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

The Wonders of APIs (Application Programming Interface) in Program E!
May 17, 2023

Telebort’s Soaring Upward Award goes to Chew Khai Sheng!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has be named the Star Coder and delve into some interesting facts and events happening in Telebort!

 Telebort’s Soaring Upward Award goes to Chew Khai Sheng!
May 10, 2023

Meet Our Star Coder: Muhammad Hadif Bin Zulhairi!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Start Coder, and delve into some interesting facts events happening in Telebort!

Meet Our Star Coder: Muhammad Hadif Bin Zulhairi!
May 10, 2023

Dazzling New Projects: Kudos to All Students for Your Creativity!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Start Coder, and delve into some interesting facts events happening in Telebort!

 Dazzling New Projects: Kudos to All Students for Your Creativity!
Tai Yee Xin
April 30, 2023

Watch our students master Clustering Algorithms like a pro!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder, and delve into some interesting facts and events happening in Telebort!

Watch our students master Clustering Algorithms like a pro!
April 14, 2023

Telebort.io: More than A Classroom

Get to know telebort.io and why is it useful for everyone interested in Computer Science.

Telebort.io: More than A Classroom
Cassini Tan
April 14, 2023

“Don’t just play on your phone, program it.” - Says the 15 year old, Lee Jun Shen

Meet Lee Jun Shen, the talented 15-year-old coder who is making waves in the tech industry.

“Don’t just play on your phone, program it.” - Says the 15 year old, Lee Jun Shen
Cassini Tan
April 13, 2023

How has Telebort helped Reeyeankha as a Computer Science student in UNITEN

Discover how Telebort has helped Reeyeankha, a Computer Science student at UNITEN, excel in her studies and manage her time effectively.

How has Telebort helped Reeyeankha as a Computer Science student in UNITEN
Cassini Tan
February 9, 2023

“I would like to create the things that don't exist yet.” - Kingsley Yam Zhen

Creating the Unseen: The Vision of Kingsley Yam Zhen - A desire to bring forth the impossible, to bring into being that which does not yet exist.

“I would like to create the things that don't exist yet.” - Kingsley Yam Zhen
Lee Wei San
September 28, 2022

How Program Junior Creator was developed?

How Telebort built their first-ever program in the Weekly Core Programs? Click here to find out more!

How Program Junior Creator was developed?
September 24, 2022

8 Free Coding Games For Kids

Want to expose your kids to the coding world? Why not introduce them to some of our selected coding games? Read for more information.

8 Free Coding Games For Kids
September 18, 2022

What are the obstacles as a young kid learning how to code?

Coding for kids? That must be not easy, right? So, here we will discuss obstacles or hardships that students will encounter when they learn to code.

What are the obstacles as a young kid learning how to code?
September 18, 2022

5 beginner mistakes you should avoid when learning programming

Mistake while coding? That's normal but make sure you don't do it again. Here are the beginner mistakes you should avoid!

5 beginner mistakes you should avoid when learning programming
Lee Wei San
September 12, 2022

How do you define a great coding teacher?

"Good teachers know how to bring out the best in students."

How do you define a great coding teacher?
Lee Wei San
August 29, 2022

Why should you be a CSguru at Telebort?

Computer Science (CS) is experiencing an unprecedented exploding demand in the job market as our future will only be increasingly automated.

Why should you be a CSguru at Telebort?
August 14, 2022

5 places to learn coding for kids in Malaysia

Coding should be taught to everyone. Do you agree or not?

5 places to learn coding for kids in Malaysia
August 14, 2022

Differences between Hardware and Software

Hardware and software make up the two categories that constitute a computer system.

Differences between Hardware and Software
August 14, 2022

How do we enable our kids and teens to solve real world problems through computer science education?

An understanding of computer science is becoming increasingly essential in today’s world.

How do we enable our kids and teens to solve real world problems through computer science education?
August 14, 2022

Why is there not a single programming language for all purposes?

Programming languages abound, and more are created on a regular basis. There are just too many to list here, including Python, JavaScript, PHP, C++, Ruby, Java, C#, and countless others.

Why is there not a single programming language for all purposes?
August 13, 2022

Did You Know that Coding Bugs were NOT named after an actual bug.

Did you know that coding bugs are not named after actual bugs?

Did You Know that Coding Bugs were NOT named after an actual bug.
August 13, 2022

5 Reasons Why Online Learning is Better Than Offline?

Although we are adapting to the new-norm where we are living with the virus, it is always better for us to err on the side of caution.

5 Reasons Why Online Learning is Better Than Offline?
Jordan Lee Chong Ren
August 13, 2022

Hybrid Learning

As we are moving to digitalize education and remove boundaries, the concept of 𝐇𝐲𝐛𝐫𝐢𝐝 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠 is becoming more and more important.

Hybrid Learning
August 11, 2022

Children with Coding Experience Have Higher-order Thinking Skills, but Why is That?

The subject of whether kids should learn to code has swept parent groups and educational institutions in recent years.

Children with Coding Experience Have Higher-order Thinking Skills, but Why is That?
August 11, 2022

4 ways to grow a child’s interest in coding

You won't have to do much convincing if your child is already interested in computer programming, coding, and/or game/app creation.

4 ways to grow a child’s interest in coding
Lee Wei San
August 7, 2022

How Do We Prepare Our Children for a Better Future

We at Telebort not only focus on teaching children coding, but we are here to prepare them for a better future!

How Do We Prepare Our Children for a Better Future
August 6, 2022

Career Prospect in CS

The demand for computer science graduates is growing. In the Malaysia, there are more than 4,000 open computing jobs.

Career Prospect in CS
August 5, 2022

Branch of Computer Science

Computer science is a field of study that deals with the design, development and application of computers.

Branch of Computer Science
Lee Wei San
July 29, 2022

5 reasons to start coding early

As our world is getting increasingly technology-driven, there’s no doubt that coding is an essential skill that everyone should acquire, especially the younger generation.

5 reasons to start coding early
July 29, 2022

Computer Science Education - The Future of Education

Using the CS skills and the knowledge acquired in a child’s career development is important in today’s generation.

Computer Science Education - The Future of Education
Viola Voon Li Wei
July 29, 2022

Intern Highlight: Viola Voon Li Wei

Telebort is a great education technology workspace for me to have the valuable chances to learn a lot of new skills apart from the Computer Science field.

Intern Highlight: Viola Voon Li Wei
Sharmili A/P Sivan
July 24, 2022

“Can my children under the age of eight learn to code as well?”

In Telebort, we believe that a 7-year-old kid is a little too young to begin learning coding since the kid still has to develop other significant aspects of themselves.

“Can my children under the age of eight learn to code as well?”
July 24, 2022

Why Coding is Important for Your Child’s Future?

Due to the increasing demand for digital lifestyles nowadays, coding seems to be one of the hot skills to grasp.

Why Coding is Important for Your Child’s Future?
July 20, 2022

What is Coding?

Coding is necessary for electronic devices like smartphones, laptops, and tablets to operate properly.

What is Coding?
July 9, 2022

Differences Between Coding and Robotics

Robotics is a branch of engineering that involves designing and building robots that can help humans.

Differences Between Coding and Robotics
Sharmili A/P Sivan
June 29, 2022

Program A: Foundation of Creative Computing is NOT about Scratch Programming

Scratch is a part of Program A but Program A is NOT about Scratch Programming.

Program A: Foundation of Creative Computing is NOT about Scratch Programming
Chin Jia Yi
May 21, 2022

Witness The Birth of 21 Little Coders

Junior Creator program is a program that enables kids to learn about the changes that coding is bringing to the world and how to leverage coding to create something useful.

Witness The Birth of 21 Little Coders
Phang Jia Sheng
March 5, 2022

New Release of Telebort App Version 3.0.1

Dear parents, we are delighted to announce that we have updated our Telebort App with the latest version 3.0.1.

New Release of Telebort App Version 3.0.1
February 25, 2022

The Five Aspects to Enhance Classroom Learning Experience

Telebort is a company with a mission to enable kids and teens from eight years old until pre-university to solve real world problems through coding.

The Five Aspects to Enhance Classroom Learning Experience
Nur Aina Irdina Binti Iduras
January 3, 2022

Internship Award from School of Computer Science, USM

The work experience helps students to put their education into practice, develop their leadership skills and give them a competitive advantage among each other.

Internship Award from School of Computer Science, USM
Iris Koh
January 1, 2022

2021 Holiday is so special for them. They are not PLAYING but Learning!

Our December Holiday Program for Kids Can Code and Teens Can Code is finally done!

2021 Holiday is so special for them. They are not PLAYING but Learning!
Louisa
December 20, 2021

Teh Jian Gu & Teh Jian Zuo: The Siblings Who Code

Here in Telebort, we have welcomed and taught many students from all over the world. Today, we would like to introduce you to “The Siblings Student Highlight Edition”, Teh Jian Gu & Teh Jian Zuo.

Teh Jian Gu & Teh Jian Zuo: The Siblings Who Code
Iris Koh
December 20, 2021

From Zero to Hero: Three years ago, they are still anonymous, Now, they are coding experts

Graduation is a special time for people to celebrate their success. It's also a time when people may worry about what the future may hold.

From Zero to Hero: Three years ago, they are still anonymous, Now, they are coding experts
December 4, 2021

AI FM

Love To Talk About The World Programming Education - The Key To The Future World

AI FM
December 4, 2021

The H Channel

Empowering The Future feat. Kee Chong Wei (Telebort) | The H Channel

The H Channel
December 4, 2021

aCAT

Startup Story: Telebort Empowers Young Children Through Technology

aCAT
December 4, 2021

UNESCO

STEM Education for Girls and Women: Breaking Barriers and Exploring Gender Inequality in Asia

UNESCO
December 4, 2021

东方 Online | Oriental Daily Online

孩子学电脑科学 训练逻辑激发创意 Kids and Teens Learn Computer Science Train Their Logical Thinking and Unleash Their Creativity (translated)

东方 Online | Oriental Daily Online
December 4, 2021

光明日报 | Guang Ming Daily

Telebort Launches Basic Software Coding Course For Public Secondary Schools, With Class Size Of 30 (Translated)

光明日报 | Guang Ming Daily
December 4, 2021

Vulcan Post

9 Observations At MaGIC's SE Track That Show The State Of Social Enterprises In M'sia | 10 Investment-Ready M’sian Startups From Magic’s Recent Gap Demo Day | The Grads Of MaGIC's SEtia Program Have Vast Impact That's Hard To Refute, Here's The Proof

Vulcan Post
December 4, 2021

Astro AEC

Love To Talk About The World

Astro AEC
December 4, 2021

TV3

#Mydigitalmaker Fair 2019

TV3
December 4, 2021

TV2

Telebort Computer Science Education Courses at Penang Digital Library | How Telebort Combat with COVID 19 | TV2《前线视窗》

TV2
December 4, 2021

TV1

N1- Smk Kuala Perlis - Hub Digital Perlis

TV1
December 4, 2021

The Sun Daily

Thumbs Up ... Penang Digital Library A Massive Hit With Users

The Sun Daily
Jolin Toh Xiu Ling
December 4, 2021

An 11 years old boy who dreams of creating technology that helps people

“Learn from the past, crave for the future; dare to dream and do not give up” - Kingsley Yam Zhen, Student of Telebort.

An 11 years old boy who dreams of creating technology that helps people
Jolin Toh Xiu Ling
December 4, 2021

Amir Fathi: The Curious Coder in Telebort Weekly Core Program B

“Do not give up, at first it may be hard but later it is gonna be easy”. - Muhammad Amir Fathi bin Mohamed Syazwan, Student of Telebort.

Amir Fathi: The Curious Coder in Telebort Weekly Core Program B
Jolin Toh Xiu Ling
December 4, 2021

#learningwithTelebort: Special online graduation with a total of 31 young coders

How’s the time flies~ Telebort just celebrated the graduation with our 31 young coders from Saturday 5PM Brilliant, Program B: Mobile Apps Development with special online graduation.

#learningwithTelebort: Special online graduation with a total of 31 young coders
December 3, 2021

Digital News Asia

Penang Launchpad For Tech Startups

Digital News Asia
December 3, 2021

星洲日报 | Sin Chew Daily

唯一获选 “数码创客冠军学院” The Only Winner Was The "Digital Maker Champion School". Concord Primary School Yangwei Penang (Translated)

星洲日报 | Sin Chew Daily
December 3, 2021

The STAR Online

An electrifying success | Nurturing Future Programmers | Having Fun Cracking Digital Puzzle

The STAR Online
December 3, 2021

光华网 | Kwong Wah

Penang's Only “Digital Maker Champion School” Concord Elementary School Launches Digital Classroom (Translated) | Kids Can Code Trial Course Batango 30 Student Experience Code (translated) | 17 Domestic and Foreign Colleges and Universities Exhibiting Students To Learn The Way To Explore The Road (translated)

光华网 | Kwong Wah
Chin Jia Yi

Teaching the kids to code is a great mission. Why?

We must educate the children to be more digitally literate to create positive impacts on society. Teaching kids to code is a meaningful yet powerful mission. So, how teaching the kids to code benefits the world?

Teaching the kids to code is a great mission. Why?

24 Young Talented Coders Tackle Python Programming wIth Ease!

Check out our newly launched class newsletter for some thrilling updates on our lessons, and delve into some interesting facts and event happening in Telebort!

24 Young Talented Coders Tackle Python Programming wIth Ease!
September 17, 2023

Climb Up Your Artificial Intelligence Ladder with Python!

A game of snakes and ladders that's filled with more fun the Telebort way! Find out what our Awesome class has been tinkering around with in Program G, words of wisdom and encouragement from our beloved instructors, a very special Awareness Day; Malaysia Day and a brand new learning mode just for you!

Climb Up Your Artificial Intelligence Ladder with Python!
September 12, 2023

When Magic Meets Programming

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program B's spectacular progress, heartfelt insights from our instructors, a special Awareness Day; Malaysia Day and a brand new learning mode ready for all students!

When Magic Meets Programming
September 12, 2023

Crafting Code and Digital Spells

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program C's spectacular progress, heartfelt insights from our instructors, a special Awareness Day; Malaysia Day and a brand new learning mode ready for all students!

Crafting Code and Digital Spells
August 27, 2023

Brilliant People, Brilliant Minds, Brilliant Achievements!

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program D's spectacular progress, heartfelt insights from our instructors, a special Awareness Day, our latest event; Coding for Merdeka and a brand new learning mode ready for all students!

Brilliant People, Brilliant Minds, Brilliant Achievements!
Tai Yee Xin
August 7, 2023

Warm Messages and Insights from Our Heartfelt Instructors!

Get ready, Program E graduates! August brings not only the excitement of our graduation but also a special Awareness Day that holds immense relevance for us. Here's to embracing the endless possibilities it offers and using it responsibly to make a positive impact on the world!

Warm Messages and Insights from Our Heartfelt Instructors!
July 28, 2023

A Small Class with Big Hearts Ready to Learn!

Check out our newly launched class newsletter for some thrilling updates on our lessons and delve into some interesting facts and events happening in Telebort!

 A Small Class with Big Hearts Ready to Learn!
Tai Yee Xin
July 3, 2023

Witness Our Brilliant Students Master the Rising Era of AI!

Check out our newly launched class newsletter for some thrilling updates on our lessons, and delve into some interesting facts and events happening in Telebort!

Witness Our Brilliant Students Master the Rising Era of AI!
Tai Yee Xin
June 11, 2023

Front-End and Back-End Programming: Best of Both Worlds!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Front-End and Back-End Programming: Best of Both Worlds!
Tai Yee Xin
June 3, 2023

Program D: Take A Closer Look at Arrays and Objects!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Program D: Take A Closer Look at Arrays and Objects!
June 1, 2023

Praiseworthy Attributes and Superb Coding Skills: Meet Jerrene Lee!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Praiseworthy Attributes and Superb Coding Skills: Meet Jerrene Lee!
May 30, 2023

The Extra Mile Coder Award goes to Jayden Tan! Congrats!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

The Extra Mile Coder Award goes to Jayden Tan! Congrats!
Tai Yee Xin
May 29, 2023

Double the steps, double the fun for everyone!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Double the steps, double the fun for everyone!
Tai Yee Xin
May 29, 2023

Learning Functions: Maths-solving made easy, like 1 2 3!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

Learning Functions: Maths-solving made easy, like 1 2 3!
May 25, 2023

A Whole New World of Javascript for Our Students!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

A Whole New World of Javascript for Our Students!
May 25, 2023

A True Star Coder in All Ways Possible: Tan Yhing Yin!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

A True Star Coder in All Ways Possible: Tan Yhing Yin!
Tai Yee Xin
May 20, 2023

The Wonders of APIs (Application Programming Interface) in Program E!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder and delve into some interesting facts and events happening in Telebort!

The Wonders of APIs (Application Programming Interface) in Program E!
May 17, 2023

Telebort’s Soaring Upward Award goes to Chew Khai Sheng!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has be named the Star Coder and delve into some interesting facts and events happening in Telebort!

 Telebort’s Soaring Upward Award goes to Chew Khai Sheng!
May 10, 2023

Meet Our Star Coder: Muhammad Hadif Bin Zulhairi!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Start Coder, and delve into some interesting facts events happening in Telebort!

Meet Our Star Coder: Muhammad Hadif Bin Zulhairi!
May 10, 2023

Dazzling New Projects: Kudos to All Students for Your Creativity!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Start Coder, and delve into some interesting facts events happening in Telebort!

 Dazzling New Projects: Kudos to All Students for Your Creativity!
Tai Yee Xin
April 30, 2023

Watch our students master Clustering Algorithms like a pro!

Check out our newly launched class newsletter for some thrilling updates on our lessons, discover who has been named the Star Coder, and delve into some interesting facts and events happening in Telebort!

Watch our students master Clustering Algorithms like a pro!
Cassini Tan
April 14, 2023

“Don’t just play on your phone, program it.” - Says the 15 year old, Lee Jun Shen

Meet Lee Jun Shen, the talented 15-year-old coder who is making waves in the tech industry.

“Don’t just play on your phone, program it.” - Says the 15 year old, Lee Jun Shen
Cassini Tan
April 13, 2023

How has Telebort helped Reeyeankha as a Computer Science student in UNITEN

Discover how Telebort has helped Reeyeankha, a Computer Science student at UNITEN, excel in her studies and manage her time effectively.

How has Telebort helped Reeyeankha as a Computer Science student in UNITEN
Cassini Tan
February 9, 2023

“I would like to create the things that don't exist yet.” - Kingsley Yam Zhen

Creating the Unseen: The Vision of Kingsley Yam Zhen - A desire to bring forth the impossible, to bring into being that which does not yet exist.

“I would like to create the things that don't exist yet.” - Kingsley Yam Zhen
Chin Jia Yi
May 21, 2022

Witness The Birth of 21 Little Coders

Junior Creator program is a program that enables kids to learn about the changes that coding is bringing to the world and how to leverage coding to create something useful.

Witness The Birth of 21 Little Coders
Iris Koh
January 1, 2022

2021 Holiday is so special for them. They are not PLAYING but Learning!

Our December Holiday Program for Kids Can Code and Teens Can Code is finally done!

2021 Holiday is so special for them. They are not PLAYING but Learning!
Louisa
December 20, 2021

Teh Jian Gu & Teh Jian Zuo: The Siblings Who Code

Here in Telebort, we have welcomed and taught many students from all over the world. Today, we would like to introduce you to “The Siblings Student Highlight Edition”, Teh Jian Gu & Teh Jian Zuo.

Teh Jian Gu & Teh Jian Zuo: The Siblings Who Code
Iris Koh
December 20, 2021

From Zero to Hero: Three years ago, they are still anonymous, Now, they are coding experts

Graduation is a special time for people to celebrate their success. It's also a time when people may worry about what the future may hold.

From Zero to Hero: Three years ago, they are still anonymous, Now, they are coding experts
Jolin Toh Xiu Ling
December 4, 2021

An 11 years old boy who dreams of creating technology that helps people

“Learn from the past, crave for the future; dare to dream and do not give up” - Kingsley Yam Zhen, Student of Telebort.

An 11 years old boy who dreams of creating technology that helps people
Jolin Toh Xiu Ling
December 4, 2021

Amir Fathi: The Curious Coder in Telebort Weekly Core Program B

“Do not give up, at first it may be hard but later it is gonna be easy”. - Muhammad Amir Fathi bin Mohamed Syazwan, Student of Telebort.

Amir Fathi: The Curious Coder in Telebort Weekly Core Program B
Jolin Toh Xiu Ling
December 4, 2021

#learningwithTelebort: Special online graduation with a total of 31 young coders

How’s the time flies~ Telebort just celebrated the graduation with our 31 young coders from Saturday 5PM Brilliant, Program B: Mobile Apps Development with special online graduation.

#learningwithTelebort: Special online graduation with a total of 31 young coders

24 Young Talented Coders Tackle Python Programming wIth Ease!

Check out our newly launched class newsletter for some thrilling updates on our lessons, and delve into some interesting facts and event happening in Telebort!

24 Young Talented Coders Tackle Python Programming wIth Ease!
September 24, 2022

8 Free Coding Games For Kids

Want to expose your kids to the coding world? Why not introduce them to some of our selected coding games? Read for more information.

8 Free Coding Games For Kids
September 18, 2022

What are the obstacles as a young kid learning how to code?

Coding for kids? That must be not easy, right? So, here we will discuss obstacles or hardships that students will encounter when they learn to code.

What are the obstacles as a young kid learning how to code?
August 14, 2022

5 places to learn coding for kids in Malaysia

Coding should be taught to everyone. Do you agree or not?

5 places to learn coding for kids in Malaysia
August 14, 2022

How do we enable our kids and teens to solve real world problems through computer science education?

An understanding of computer science is becoming increasingly essential in today’s world.

How do we enable our kids and teens to solve real world problems through computer science education?
August 13, 2022

5 Reasons Why Online Learning is Better Than Offline?

Although we are adapting to the new-norm where we are living with the virus, it is always better for us to err on the side of caution.

5 Reasons Why Online Learning is Better Than Offline?
Jordan Lee Chong Ren
August 13, 2022

Hybrid Learning

As we are moving to digitalize education and remove boundaries, the concept of 𝐇𝐲𝐛𝐫𝐢𝐝 𝐋𝐞𝐚𝐫𝐧𝐢𝐧𝐠 is becoming more and more important.

Hybrid Learning
August 11, 2022

Children with Coding Experience Have Higher-order Thinking Skills, but Why is That?

The subject of whether kids should learn to code has swept parent groups and educational institutions in recent years.

Children with Coding Experience Have Higher-order Thinking Skills, but Why is That?
August 11, 2022

4 ways to grow a child’s interest in coding

You won't have to do much convincing if your child is already interested in computer programming, coding, and/or game/app creation.

4 ways to grow a child’s interest in coding
Lee Wei San
August 7, 2022

How Do We Prepare Our Children for a Better Future

We at Telebort not only focus on teaching children coding, but we are here to prepare them for a better future!

How Do We Prepare Our Children for a Better Future
Lee Wei San
July 29, 2022

5 reasons to start coding early

As our world is getting increasingly technology-driven, there’s no doubt that coding is an essential skill that everyone should acquire, especially the younger generation.

5 reasons to start coding early
July 29, 2022

Computer Science Education - The Future of Education

Using the CS skills and the knowledge acquired in a child’s career development is important in today’s generation.

Computer Science Education - The Future of Education
Sharmili A/P Sivan
July 24, 2022

“Can my children under the age of eight learn to code as well?”

In Telebort, we believe that a 7-year-old kid is a little too young to begin learning coding since the kid still has to develop other significant aspects of themselves.

“Can my children under the age of eight learn to code as well?”
July 24, 2022

Why Coding is Important for Your Child’s Future?

Due to the increasing demand for digital lifestyles nowadays, coding seems to be one of the hot skills to grasp.

Why Coding is Important for Your Child’s Future?
Sharmili A/P Sivan
June 29, 2022

Program A: Foundation of Creative Computing is NOT about Scratch Programming

Scratch is a part of Program A but Program A is NOT about Scratch Programming.

Program A: Foundation of Creative Computing is NOT about Scratch Programming
December 4, 2021

AI FM

Love To Talk About The World Programming Education - The Key To The Future World

AI FM
December 4, 2021

The H Channel

Empowering The Future feat. Kee Chong Wei (Telebort) | The H Channel

The H Channel
December 4, 2021

aCAT

Startup Story: Telebort Empowers Young Children Through Technology

aCAT
December 4, 2021

UNESCO

STEM Education for Girls and Women: Breaking Barriers and Exploring Gender Inequality in Asia

UNESCO
December 4, 2021

东方 Online | Oriental Daily Online

孩子学电脑科学 训练逻辑激发创意 Kids and Teens Learn Computer Science Train Their Logical Thinking and Unleash Their Creativity (translated)

东方 Online | Oriental Daily Online
December 4, 2021

光明日报 | Guang Ming Daily

Telebort Launches Basic Software Coding Course For Public Secondary Schools, With Class Size Of 30 (Translated)

光明日报 | Guang Ming Daily
December 4, 2021

Vulcan Post

9 Observations At MaGIC's SE Track That Show The State Of Social Enterprises In M'sia | 10 Investment-Ready M’sian Startups From Magic’s Recent Gap Demo Day | The Grads Of MaGIC's SEtia Program Have Vast Impact That's Hard To Refute, Here's The Proof

Vulcan Post
December 4, 2021

Astro AEC

Love To Talk About The World

Astro AEC
December 4, 2021

TV3

#Mydigitalmaker Fair 2019

TV3
December 4, 2021

TV2

Telebort Computer Science Education Courses at Penang Digital Library | How Telebort Combat with COVID 19 | TV2《前线视窗》

TV2
December 4, 2021

TV1

N1- Smk Kuala Perlis - Hub Digital Perlis

TV1
December 4, 2021

The Sun Daily

Thumbs Up ... Penang Digital Library A Massive Hit With Users

The Sun Daily
December 3, 2021

Digital News Asia

Penang Launchpad For Tech Startups

Digital News Asia
December 3, 2021

星洲日报 | Sin Chew Daily

唯一获选 “数码创客冠军学院” The Only Winner Was The "Digital Maker Champion School". Concord Primary School Yangwei Penang (Translated)

星洲日报 | Sin Chew Daily
December 3, 2021

The STAR Online

An electrifying success | Nurturing Future Programmers | Having Fun Cracking Digital Puzzle

The STAR Online
December 3, 2021

光华网 | Kwong Wah

Penang's Only “Digital Maker Champion School” Concord Elementary School Launches Digital Classroom (Translated) | Kids Can Code Trial Course Batango 30 Student Experience Code (translated) | 17 Domestic and Foreign Colleges and Universities Exhibiting Students To Learn The Way To Explore The Road (translated)

光华网 | Kwong Wah
Climb Up Your Artificial Intelligence Ladder with Python!

Climb Up Your Artificial Intelligence Ladder with Python!

A game of snakes and ladders that's filled with more fun the Telebort way! Find out what our Awesome class has been tinkering around with in Program G, words of wisdom and encouragement from our beloved instructors, a very special Awareness Day; Malaysia Day and a brand new learning mode just for you!

When Magic Meets Programming

When Magic Meets Programming

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program B's spectacular progress, heartfelt insights from our instructors, a special Awareness Day; Malaysia Day and a brand new learning mode ready for all students!

Crafting Code and Digital Spells

Crafting Code and Digital Spells

Jump straight into our latest edition of Telebort's class newsletter! Read up on Program C's spectacular progress, heartfelt insights from our instructors, a special Awareness Day; Malaysia Day and a brand new learning mode ready for all students!