Home
Mission
Blog
Professional Development
Launchpad
Plans
Community
Help
Balance Your Life: Sleep, technology, movement, and mindfulness for kids & teens
By Lara Hocheiser
In this 18 slide PowerPoint,
learn about mindfulness and yoga breathing, proper nutrition, proper technology use, bedtime, and sleep hygiene, as well as an empowerment yoga pose series meant to strengthen and build confidence.
Can be used on the smartboard or on children's personal devices, or print individual slides.
The last slide has a link to download the healthy habits tracker for FREE
By Behavior Highway
Equip adolescents, teens, and adults with essential internet safety skills using our specialized Applied Behavior Analysis (ABA) program, now available on TeachShare. Our Internet Safety ABA Program is meticulously crafted to enhance digital literacy and promote safe online behaviors through structured interventions and interactive learning materials.
What's Included:
Empower learners to navigate the digital landscape confidently and responsibly with our Internet Safety ABA Program. Equip them with the knowledge and skills they need to protect themselves online and make informed decisions in the digital age. Download today and promote a safer and more secure online experience for all!
Python Programming - Quick coding challenges with solutions
By Yugen Learning
Looking for a no prep set of Python Coding challenges with solutions for middle and high school grade students in digital technologies or computer science. Are your students ready to move on from set python exercise to quick Python coding challenges to test their existing skills and problem solving in their Computer Science and Technology lessons?
Use the material in this no preparation Coding Python Bundle to teach how to produce simple challenges in text based output in Python. Use the material in these no preparation challenges for first time task or retrieval activity.
Who is this suitable for?
Resources this bundle includes:
The code challenges include a hint to help students get started.
Each has code and a paragraph explains the solution.
Download Python Software for free
Python Programming - Quick coding challenges with solutions
By Yugen Learning
Looking for a no prep set of Python Coding challenges with solutions for middle and high school grade students in digital technologies or computer science. Are your students ready to move on from set python exercise to quick Python coding challenges to test their existing skills and problem solving in their Computer Science and Technology lessons?
Use the material in this no preparation Coding Python Bundle to teach how to produce simple challenges in text based output in Python. Use the material in these no preparation challenges for first time task or retrieval activity.
Who is this suitable for?
Resources this bundle includes:
The code challenges include a hint to help students get started.
Each has code and a paragraph explains the solution.
Download Python Software for free
Python Programming - Introduction 10 lesson program with slides, solutions
By Yugen Learning
Looking for a no prep fully resourced 10 lessen worksheet activities with lesson plans and slides for Python Coding challenges with solutions for middle and high school grade students in digital technologies or computer science.
Resources this bundle includes:
Enjoy this resource! Don't forget to follow my store for more awesome products and rate this product for your TeachShare credits :)
SUBSCRIBE NOW to my list for a free copy of the eBook "ChatGPT for history Teachers" and a Story, Source, Scholarships resources to see how well they work in your classroom.
Request a resource:
If you like my resources but I have uploaded a particular one you would love, please email me and tell me what you would like me to deign:
kane@yugenlearning,com or Subscribe to Our Enlightening Educators’ Mailing List Now!
People that have purchased this resource have also purchased -
and
Subscribe to my Teaching Newsletter
Follow us!!!!!
https://www.instagram.com/yugenlearning/
https://www.pinterest.com.au/yugenlearning/
TeachShare Store
https://www.TeachShare.com/Store/Yugen-Learning
Please share feedback to help me improve my resources for you.
Python Programming - Introduction 10 lesson program with slides, solutions
By Yugen Learning
Looking for a no prep fully resourced 10 lessen worksheet activities with lesson plans and slides for Python Coding challenges with solutions for middle and high school grade students in digital technologies or computer science.
Resources this bundle includes:
Enjoy this resource! Don't forget to follow my store for more awesome products and rate this product for your TeachShare credits :)
SUBSCRIBE NOW to my list for a free copy of the eBook "ChatGPT for history Teachers" and a Story, Source, Scholarships resources to see how well they work in your classroom.
Request a resource:
If you like my resources but I have uploaded a particular one you would love, please email me and tell me what you would like me to deign:
kane@yugenlearning,com or Subscribe to Our Enlightening Educators’ Mailing List Now!
People that have purchased this resource have also purchased -
and
Subscribe to my Teaching Newsletter
Follow us!!!!!
https://www.instagram.com/yugenlearning/
https://www.pinterest.com.au/yugenlearning/
TeachShare Store
https://www.TeachShare.com/Store/Yugen-Learning
Please share feedback to help me improve my resources for you.
Back to School Technology Talk
By Language Arts Excellence
Now with digital worksheet to support distance learning!
This product features an engaging Technology Talk activity that will have your new students thinking, writing, speaking, and moving all in one class period. In this activity, they must choose between 6 different quotes about technology and articulate why the quote aligns with their own perspective. Use this lesson every year to set the tone for what you expect in class; it is a great way to gain insight about your students' current attitudes toward technology. We have also recently added a digital version of the Technology Talk worksheet for use on Google Slides.
Product includes:
Though I utilize this product on the first day of school, it really can be used all year long. I hope that it is as successful in your class as it is in mine!
_________________________________________________________________________
Also, check out these great products to start your school year off strong by Language Arts Excellence:
⭐ Back to School Mad Libs
⭐First Day of School Powerpoint
⭐ Bullying Prevention Powerpoint
⭐Study Hall Expectations Powerpoint Presentation
⭐Back to School / Open House Brochure
___________________________________________________________________________
Click to Follow Language Arts Excellence
Back to School Distance Learning Activity
By Language Arts Excellence
This product features an engaging worksheet and lesson to gauge your students' feelings on virtual learning in the upcoming school year both in traditional and digital form. In this activity, students must choose between 6 different quotes about distance learning and articulate why the quote aligns with their own perspective. It is a great way to gain insight about your students' current attitudes toward distance learning and technology in general while getting to know one another with a higher level thinking activity. Virtual learning can certainly be a struggle for both students and teachers, so this lesson aims to allow students to voice their true feelings on a very difficult and ever-changing situation.
Product includes:
_________________________________________________________________________
Also, check out these great products to start your school year off strong by Language Arts Excellence:
⭐ Back to School Mad Libs
⭐First Day of School Powerpoint
⭐ Bullying Prevention Powerpoint
⭐Study Hall Expectations Powerpoint Presentation
⭐Back to School / Open House Brochure
___________________________________________________________________________
Click to Follow Language Arts Excellence
How'd You Make That!? Programming in Java Lab: Pong!
By Howlin' Husky Math Games
Looking for a fun and engaging way to teach Java programming? Look no further than "How'd You Make That!? Java Programming Labs: Pong! Designed with increasing levels of difficulty, this lab helps students develop their coding skills step-by-step. Students will create the classic game of Pong!
In Bounce Beginner, students will use the code provided to create the game. Much of the background coding has been done for them so they will be concentrating on creating and using objects and designing the game. To complete this level students need to understand how to use methods and create objects. If you are following my year long curriculum, students should be about to Java 7: Looping Statements.
At the Paddle Pupil level, students will fill in some provided classes and create their own versions. Some of the lowest level code has been done for them, but they will write most of the game with a skeleton. To complete this level students need to understand anything from the Bounce Beginner level in addition to how to create objects and pass parameters. If you are following my year long curriculum, students should be about to Java 10: Advanced Techniques
At the Court Champion level, students will create the game from scratch. This requires them to understand Timers, collision, and how use graphics. Students will be given general direction, but creating the game will mostly be up to them. To complete this level students need to understand anything from the Paddle Pupil level in addition to Timers, collision, and basic use of the extends keyword. If you are following my year long curriculum, students should be about to Java 18: Collision Detection
find it here: https://www.TeachShare.com/Product/Programming-in-Java-18-Collision-Detection-12050305?st=fdb66e1be81e92fbf4d0b050bba21a23
This lab is fully equipped with an answer key, a basic lab manual for teachers, and a student guide that walks students through each level. Perfect for high school computer science classes or AP Computer Science A, this resource is ideal for both in-class instruction and independent learning.
Whether you’re teaching Java basics, game development, or want to reinforce key concepts like classes, objects, and inheritance, this lab offers everything you need for an engaging and productive lesson.
Conditional Logic -if Statements: Programming in Java Course Lesson 6
By Howlin' Husky Math Games
Hello and welcome!
Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.
This is part 6 of an introductory Programming in Java course. These lessons are meant to be done over a few days; the idea is to get students doing cool stuff as fast as possible. With Java, that is NOT an easy task.
Topics:
Programming in Java 6: Conditional Logic- if Statements
How to make and use an if
the else statements
the else if statement
nested if and compound logic
pseudocode and logic errors
All lessons will come with the following:
a pdf slideshow
a pacing guide with hints for teaching the section and common student
errors
an assignment, differentiated with three different levels!
an answer key in pdf form
an answer key in .java form
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Welcome to the world of programming! It's going to be a blast!
Interested in more computer science content?? Check this out!
https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530
https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432
Interested in more games?? Check it!
https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762
Interested in forms to make life easier!? Got it!
Programming in Scratch 6: Variables and Lists Blocks
By Howlin' Husky Math Games
Hello and welcome!
Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. Scratch is a really easy to learn language to learn which makes it perfect for beginners. Block based coding looks very simple at first, but it is just as intricate as a keyed language. The difference is that coders don't need to memorize complex syntax to use it. This makes it perfect for younger kids; but it's still complex enough for older students.
This is part 6 of a semester long programming in Scratch course.
Topics:
Programming in Scratch 6: Variables and Lists Blocks Assignment
All lessons will come with the following:
a pdf slideshow
A pacing guide with hints for teaching the section and common student
errors
an assignment, differentiated with three different levels!
an answer key in pdf form
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Great for asynchronous learning and homeschooling! Could be used as a self- taught lesson or go at your own pace! Everything for learning is included!
Welcome to the world of programming! It's going to be a blast!
Interested in more computer science content?? Check this out!
https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530
https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432
Interested in more games?? Check it!
https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762
Interested in forms to make life easier!? Got it!
Programming in Scratch 4: Control Blocks
By Howlin' Husky Math Games
Hello and welcome!
Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. Scratch is a really easy to learn language to learn which makes it perfect for beginners. Block based coding looks very simple at first, but it is just as intricate as a keyed language. The difference is that coders don't need to memorize complex syntax to use it. This makes it perfect for younger kids; but it's still complex enough for older students.
This is part 4 of a semester long programming in Scratch course.
Topics:
Programming in Scratch 4: Control Blocks
All lessons will come with the following:
a pdf slideshow
A pacing guide with hints for teaching the section and common student
errors
an assignment, differentiated with three different levels!
an answer key in pdf form
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Great for asynchronous learning and homeschooling! Could be used as a self- taught lesson or go at your own pace! Everything for learning is included!
Welcome to the world of programming! It's going to be a blast!
Interested in more computer science content?? Check this out!
https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530
https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432
Interested in more games?? Check it!
https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762
Interested in forms to make life easier!? Got it!
Programming in Scratch 3 Sounds and Events Blocks
By Howlin' Husky Math Games
Hello and welcome!
Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. Scratch is a really easy to learn language to learn which makes it perfect for beginners. Block based coding looks very simple at first, but it is just as intricate as a keyed language. The difference is that coders don't need to memorize complex syntax to use it. This makes it perfect for younger kids; but it's still complex enough for older students.
This is part 3 of a semester long programming in Scratch course.
Topics:
Programming in Scratch 3 Sounds and Events Blocks
All lessons will come with the following:
a pdf slideshow
A pacing guide with hints for teaching the section and common student
errors
an assignment, differentiated with three different levels!
an answer key in pdf form
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Great for asynchronous learning and homeschooling! Could be used as a self- taught lesson or go at your own pace! Everything for learning is included!
Welcome to the world of programming! It's going to be a blast!
Interested in more computer science content?? Check this out!
https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530
https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432
Interested in more games?? Check it!
https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762
Interested in forms to make life easier!? Got it!
Particle Engine Using ArrayLists in Java
By Howlin' Husky Math Games
A particle engine is a group of dots that work together to display an effect on the screen. This lab features effects for rain, fireworks, bubbles, and falling sand.
Particle Engine Using ArrayLists in Java is designed to be an extension lab for ArrayLists (Unit 7) in AP Computer Science. This lab can be used for this purpose or it can be used for an activity for after the AP exam.
- Use ArrayList to create a particle engine that can make the following effects:
Rainfall
Fireworks
Bubbles
Sand Falling (and piling up)
- Full student manual allows activity to be student or teacher run.
- Fully coded answer key provided.
- Skeleton code can be given to students to make coding the environment easier.
If you need help with anything I have provided please feel free to contact me! I'd be happy to help!!
Bundle: Year Long Programming in Java Course
By Howlin' Husky Math Games
Hello and welcome!
Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Are you teaching AP Computer Science A and need materials? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.
This bundle is HUGE! It has more than you can cover in one year in a programming course. It starts with the very basic "Hello World" program, goes through loops and logic, to classes with an optional lesson on arrays. This first semester is equivalent to a college level programming course.
The course then takes a fun turn into using the JSwing package and forms in Java.
To top off the course, it ends with game creation. It teaches students how to use Listeners, Timers, and create their own Sprites. This is an out of the box experience that students will love.
All lessons will come with the following:
a pdf slideshow - Can be teacher or student driven!
an assignment - differentiated with three different levels!
a pacing guide with hints for teaching the section and common student
errors
an answer key in pdf form - For a quick check
an answer key in .java form - Runnable out of the box.
You can pick and choose the ones you like or have students do their best to reach the "Hacker" level. This will last about a mark period and can be extended easily!
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Great for asynchronous learning and homeschooling! Could be used as a self- taught course or go at your own pace! Everything for learning is included!
Welcome to the world of programming! It's going to be a blast!
How to earn TeachShare credits for future purchases:
Bundle: Programming in Java Course- Intro to Java to Looping
By Howlin' Husky Math Games
Hello and welcome!
Starting a new school year teaching programming? Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Are you teaching AP Computer Science A and need materials? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.
This bundle covers from "your first Java program" to looping. This is a HEFTY marking period (About 3 months) worth of materials. Inside this bundle you'll find:
Topics:
Programming in Java 0: Introduction to Java
Programming in Java 1: Variables and Types
Programming in Java 2: The Scanner Class
Programming in Java 3: The Random and Math Classes
Programming in Java 4: The String and DecimalFormat Classes
Programming in Java 5: Drawing Shapes
Programming in Java 6: If Statements
Programming in Java 7: Looping Statements
All lessons will come with the following:
a pdf slideshow - Can be teacher or student driven!
an assignment - differentiated with three different levels! - Almost 100 total
exercises!
a pacing guide with hints for teaching the section and common student
errors
an answer key in pdf form - For a quick check
an answer key in .java form - Runnable out of the box.
This bundle is packed with activities. You can pick and choose the ones you like or have students do their best to reach the "Hacker" level. The bundle covers up to Unit 3 on the AP Computer Science A exam; a perfect addition!
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Great for asynchronous learning and homeschooling! Could be used as a self- taught course or go at your own pace! Everything for learning is included!
Welcome to the world of programming! It's going to be a blast!
How to earn TeachShare credits for future purchases:
Bundle: Programming in Scratch Half Year Course
By Howlin' Husky Math Games
Hello and welcome!
Starting a new school year teaching programming? Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. Scratch is a really easy to learn language to learn which makes it perfect for beginners. Block based coding looks very simple at first, but it is just as intricate as a keyed language. The difference is that coders don't need to memorize complex syntax to use it. This makes it perfect for younger kids; but it's still complex enough for older students.
Topics in this bundle:
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Great for asynchronous learning and homeschooling! Could be used as a self- taught lesson or go at your own pace! Everything for learning is included!
Welcome to the world of programming! It's going to be a blast!
Interested in more computer science content?? Check this out!
https://www.TeachShare.com/Product/Bundle-Learn-to-Program-Scratch-Task-Cards-LEVEL-1-3-11365530
https://www.TeachShare.com/Product/Particle-Engine-Using-ArrayLists-in-Java-9074432
Interested in more games?? Check it!
https://www.TeachShare.com/Product/Anns-Adventure-DEMO-Adding-and-Subtracting-Within-100-8812762
Interested in forms to make life easier!? Got it!
Bundle: Programming in Java Course- Intro to Java to Arrays
By Howlin' Husky Math Games
Hello and welcome!
Starting a new school year teaching programming? Are you math teacher and have been thrown into teaching a computer science course? Now you have NO IDEA where to start! Have you taught computer science, but want to try something else? Are you teaching AP Computer Science A and need materials? Math and computer science are related, but are not the same!
I have your back. I've been teaching math and computer science, including APCSP, APCSA, and Data Structures for almost two decades. I also teach an introduction course. This is part of the course I made up for my intro students. I have a BS in computer science and know what students need to know.
This bundle covers from "your first Java program" to arrays. This is a HEFTY semester (About 6 months) worth of materials. Inside this bundle you'll find:
Topics:
Programming in Java 0: Introduction to Java
Programming in Java 1: Variables and Types
Programming in Java 2: The Scanner Class
Programming in Java 3: The Random and Math Classes
Programming in Java 4: The String and DecimalFormat Classes
Programming in Java 5: Drawing Shapes
Programming in Java 6: If Statements
Programming in Java 7: Looping Statements
Programming in Java 8: Creating Classes Objects Methods and Drivers
Programming in Java 9: Creating Classes- Constructors, Parameters, and
return Statements
Programming in Java 10: Creating Classes- Advanced Techniques
Programming in Java op1: Introduction to Arrays
All lessons will come with the following:
a pdf slideshow - Can be teacher or student driven!
an assignment - differentiated with three different levels! - Almost 100 total
exercises!
a pacing guide with hints for teaching the section and common student
errors
an answer key in pdf form - For a quick check
an answer key in .java form - Runnable out of the box.
This bundle is packed with activities. You can pick and choose the ones you like or have students do their best to reach the "Hacker" level. The bundle covers up to about Unit 6 on the AP Computer Science A exam; a perfect addition!
Depending on your style, you could go over the slides as a group, then let students play around. Or you could just give them the slides and assignment and let them go.
Let students explore and make mistakes. Let them talk to each other and discuss their approaches. Programming takes a lot of trial and error and collaboration.
Great for asynchronous learning and homeschooling! Could be used as a self- taught course or go at your own pace! Everything for learning is included!
Welcome to the world of programming! It's going to be a blast!
How to earn TeachShare credits for future purchases:
Engineering Design Process and ADA Project | CAD | Doorway Dilemma
By Reece's Tech Shop by Scott Reece
Do you want to raise awareness for those in wheelchairs? How do you do that in an engineering class? You find instances where ADA is not being followed and you have your students design a new entry way in CAD! That's what this lesson is all about!! Students are made aware of a local building that does not meet ADA requirements and the owner is being sued. Your students work for an engineering firm. They must, first, research the law. Then they design a new entry way that meets ADA requirements.
This lesson includes:
Student Handout
Graphic Organizer
PowerPoint presentation
Google SketchUp rendering of the building front
Submit your feedback to earn TeachShare credit!
Did you know that if you go to your “My Purchases” page, there is a “Provide Feedback” link? Click it to be taken to a page where you can give a quick rating and leave a short comment for the product. Every time you give feedback, TeachShare gives you credit that you may use to lower the cost of future purchases!
Click HERE to subscribe to Reece’s Tech Shop!
Click HERE to subscribe to my YouTube Channel for video Tech Tips.
Appliance Autopsy Activity (Simple Machines)
By Reece's Tech Shop by Scott Reece
Are you looking for an activity to end the quarter/semester? This activity has students to disect an appliance and take a look at it's inside through an "Appliance Autopsy." It's an engaging activity as studnets open up every day items from around the hosue to see what makes them work.
The Autopsy Report includes basics of an autopsy report with spaces for drawings and critical thinking.
Submit your feedback to earn TeachShare credit!
Did you know that if you go to your “My Purchases” page, there is a “Provide Feedback” link? Click it to be taken to a page where you can give a quick rating and leave a short comment for the product. Every time you give feedback, TeachShare gives you credit that you may use to lower the cost of future purchases!
Click HERE to subscribe to Reece’s Tech Shop!
Click HERE to subscribe to my YouTube Channel for video Tech Tips.