SlideShare a Scribd company logo
Logo
B Y R I C H A R D C . C L O S E T H E C H R Y S A L I S
C A M P A I G N , I N C .
H T T P : / / G L O B A L L E A R N I N G F R A M E W O R K . N I N G . C O
M
Global Learning Framework©, Personal Learning Framework™ Transformation Learning Framework™
are a Copyright 2009 Richard C. Close
No version can be reproduced in any format without written permission from author
“How to Handle
Classroom Global
Diversity in
Curriculum Design
with a PowerPoint
Template.”
From theory to
PowerPoint
instructional design
in a STEM lesson
By Richard C. Close
Logo
Speaker
Richard C Close CEO-Servant
Chrysalis Campaign, Inc.
• 25+ year Corp Learning
markets
• Full Sail University
Master Instructional
Design (enrolled)
• Developer of: Global
Learning Framework™
Personal Learning
Framework™
Transformative Learning
Method™
• lK-12 and Poverty Methods
• Speaker Author
LogoWhat Does Diversity Mean to You?
 Question: Check off
what is in your current
classrooms?
 Different Learning Styles (VARK)
 Different personalities (Meyers
Briggs)
 Different Intelligences
 Different cultures
 Different religions and sects of
religions
 Children of alcoholics
 Gaming and drug addicted
 Sexually abused
 Sexual preference
 Special needs
 Sexually abused
 Domestic violence
 Poverty
 Divorce
 Trauma from home, hood or
war violence (PTS)
 Teased
 Victim of bad school system
tracking and teachers
 The class clown
 Having a mean bad ugly day
 Just a bad mood
Chat it now….
Logo
Logo
The Theory?
 Lindeman, John Dewey, Julie Lindsey
1. It’s all about what type of “Experiences”
we create for our students
2. Educators are human, we provide our
students “experiences” not just data and
rule sets.
3. Experiences by their human nature all
contain non-tangible values that give the
lesson context.
LogoSo……
Diversity is handled through working
together
to solve common challenges
Collaboration becomes deep, rich
and fun with diversity
Unity is diversity when we help one
another
Logo
How can diversity learn together?
Copyright Warner Brothers
Logo How does the individual fit in with
the Global Web & Curriculum?
Logo
Who was your
best High School
teacher?
What was that
class like?
Chat it now….
Logo
What’s a Great Learning
Experience?
Curriculum
From Personal Learning Framework™ Copyright Richard C. Close 2013
Logo
To be relevant:
We must design to replicate reality
Problem Discover Adopt Collaborate Share
Assess Present Test
Traditional
eLearning
Prepare Present Practice
Adult
Learning Performance
Self Contained “Local” Course and Content…
We need a Global Learning Framework ™
me-and-my-bubble
From Global Learning Framework™ Copyright Richard C. Close 2013
Logo
How the student learns with a global community:
“Micro Learning Framework™
DiscoverProblem
I need to
know
Adopt
I will choose
to own this
knowledge
Share
I will
publish my
discovery
Explore
what else
relates to this
Collaborate
Validate
how it fits
into the
world
From Global Learning Framework™ Copyright Richard C. Close 2013
Logo
The Framework of transformation.
DiscoverProblem Adopt ShareCollaborate
Personal
Change
Global Change
From Global Learning Framework™ Copyright Richard C. Close 2013
Logo
INTAKE CREATE
PROCESS
INTAKE CREATE
PROCESS
INTAKE CREATE
PROCESS
INTAKE CREATE
PROCESS
Problem Solving – Personal Learning Framework™
Adopt ShareCollaborateDiscoverProblem
Our Personal Learning Framework experience moves
within the Global Learning Framework (community).
From Global Learning Framework™ Copyright Richard C. Close 2013
Logo
D
Collaboration is…
Distributive
Problem
Solving
GROUP
Framework
INTAKE CREATE
PROCESS
INTAKECREATE
PROCESS
INTAKECREATE
PROCESS
INTAKECREATE
PROCESS
Theory is called
“Distributive
Intelligence”
From Personal Learning Framework™ Global Learning Framework™ Copyright Richard C. Close 2013
Logo
“Micro Learning Paths™
” in PBL Curriculum
DiscoverProblem Adopt ShareCollaborate
What is
my gift to
the
world?
Learning
Styles
Quiz
Personal
Report
and Study
Guide
Group
Discussion Published
Essays
Poems
Journaling
book
Social Networking (Ning)
Poetry “Writing to Heal”
AgreementExplore
Study
Guide
Personal
Counseling
From Global Learning Framework™ Copyright Richard C. Close 2013
Logo
STEM version of OZ or Adventure Based Learning?
Copyright Disney
Logo Why PowerPoint & Templates?
 Present
 Interact
 Collaborate
 Share
Present & Discover
Interact with material
Collaboration And it is…
 Predictable
 Fast
 Easy to do
Logo
How to bridge theory into a template method
DiscoverProblem Adopt ShareCollaborate
Logo Why PowerPoint & Templates?
 Allows you to shift gears
 Buys you time to mentor
Logo
TEACHER NAME
TECHNOLOGY EDUCATION DEPT.
MY_NAME HIGH SCHOOL, STATE
N A M E @ E M A I L . O R G
Class # 100
Lesson
01
Logo On Building Robots
01
https://www.youtube.com/watch?v=B8sraSoClbI
Logo Make it work
01
Logo
Cathode Traits Cathode
Place 7 Seg. LED on
bread board
 Each pin is a
LED leed
 3 & 8 are grounds
Challenge Placing the 7 Segment
LED on Bread Board
01
Logo
Challenge Placing the 7 Segment
LED on Bread Board
Cathode Traits Cathode
Place 7 Seg. LED on
bread board
 Each pin is a
LED leed
 3 & 8 are grounds
01
Logo Seven Segmented LED
01
Logo
 Cathode
Write LED Schematic
01
Logo Board Configuration
Remember
 Be clean
 In order
 Straight wires
 No shorts
 Compact
 No Shorts
01
Leave
Empty
Binary Numbers
1 byte = 8 bits
 8 bits:
 A binary number that has 8 digits is
said to have 8 bits
 1 byte
 Byte is a variable that contains 8 bits
 There are 256 different
combinations of zeros and ones
that you can use to count from 0 to
255 using bits.
 Why a byte variable can store a
number between 0 and 255
01
Logo
First Command, OUTH DIRH
OUTH = %0000000
 Gets all the I/O pins (p8
–P15) ready to send the
low signals.
 If they all send low
signals, it will turn all the
LEDs in the 7-segment
display off.
OUTH = %11111111
 To send high signal
DIRH = %111111111
 Sets all i.o pins P8 – P13
to output
 On acceptance P8 –
P15 all start sending the
low signal. Because
OUTH = %00000000 was
exicuted before DIRTH
 DIRTH = %0000000 can
change all I/O pins
back to inputs
Commands
01
Logo
OUTH = %11010110
 The display is turned so that the
three on the display is upside-
down because it more clearly
shows how the values in OUTH
line up with I/O pins.
 The command OUTH =
%11010110 uses binary zeros to
set I?O pins P8, P11 and P13 low
and it uses binary ones to set p9,
P10, P12, P14 and P15 high.
Your Challange
01
Logo Code: OUTH & DIRTH
Logo Code 7 LED
 ' {$STAMP BS2}
 ' {$PBASIC 2.5}
 DEBUG "Program Running!“
 OUTH = %00000000 ' OUTH initialized to low.
 DIRH = %11111111 ' Set P8-P15 to all output-low.
 ' BAFG.CDE
 OUTH = %11100111 ' 0
 PAUSE 1000
 OUTH = %10000100 ' 1
 PAUSE 1000
 OUTH = %11010011 ' 2
 PAUSE 1000
 OUTH = %11010110 ' 3
 PAUSE 1000
 OUTH = %10110100 ' 4
 PAUSE 1000
 OUTH = %01110110 ' 5
 PAUSE 1000
 OUTH = %01110111 ' 6
 PAUSE 1000
 OUTH = %11000100 ' 7
 PAUSE 1000
 OUTH = %11110111 ' 8
 PAUSE 1000
 OUTH = %11110110 ' 9
 PAUSE 1000
 DIRH = %00000000 ' I/O pins to input,
 END ' segments off
01
Logo Challenge: Code 7 LED / W Light
01
 Traffic Safety System:
 Double Stop Light
 Sound
 9-0 Count down on
Yellow
Logo
 Draw Schematic, Print Code

Lab Report – Traffic Safety System
 Four Schematics
 Single Stop Light
 Double Stop Light
 Double stop Light w.
Sound
 Seven Segment LED
 Print Code for:
 Single Stop Light
 Double Stop Light
 Double Stop Light w.
Sound
 Double Stop w/Seven
Segment LED and
Logo Seven Segmented LED
01
Logo
 Cathode
Write LED Schematic
01
Logo Board Configuration
Remember
 Be clean
 In order
 Straight wires
 No shorts
 Compact
 No Shorts
01
Leave
Empty
Binary Numbers
1 byte = 8 bits
 8 bits:
 A binary number that has 8 digits is
said to have 8 bits
 1 byte
 Byte is a variable that contains 8 bits
 There are 256 different
combinations of zeros and ones
that you can use to count from 0 to
255 using bits.
 Why a byte variable can store a
number between 0 and 255
01
Logo
First Command, OUTH DIRH
OUTH = %0000000
 Gets all the I/O pins (p8
–P15) ready to send the
low signals.
 If they all send low
signals, it will turn all the
LEDs in the 7-segment
display off.
OUTH = %11111111
 To send high signal
DIRH = %111111111
 Sets all i.o pins P8 – P13
to output
 On acceptance P8 –
P15 all start sending the
low signal. Because
OUTH = %00000000 was
exicuted before DIRTH
 DIRTH = %0000000 can
change all I/O pins
back to inputs
Commands
01
Logo
OUTH = %11010110
 The display is turned so that the
three on the display is upside-
down because it more clearly
shows how the values in OUTH
line up with I/O pins.
 The command OUTH =
%11010110 uses binary zeros to
set I?O pins P8, P11 and P13 low
and it uses binary ones to set p9,
P10, P12, P14 and P15 high.
Your Challange
01
Logo Code: OUTH & DIRTH
Logo Code 7 LED
 ' {$STAMP BS2}
 ' {$PBASIC 2.5}
 DEBUG "Program Running!“
 OUTH = %00000000 ' OUTH initialized to low.
 DIRH = %11111111 ' Set P8-P15 to all output-low.
 ' BAFG.CDE
 OUTH = %11100111 ' 0
 PAUSE 1000
 OUTH = %10000100 ' 1
 PAUSE 1000
 OUTH = %11010011 ' 2
 PAUSE 1000
 OUTH = %11010110 ' 3
 PAUSE 1000
 OUTH = %10110100 ' 4
 PAUSE 1000
 OUTH = %01110110 ' 5
 PAUSE 1000
 OUTH = %01110111 ' 6
 PAUSE 1000
 OUTH = %11000100 ' 7
 PAUSE 1000
 OUTH = %11110111 ' 8
 PAUSE 1000
 OUTH = %11110110 ' 9
 PAUSE 1000
 DIRH = %00000000 ' I/O pins to input,
 END ' segments off
01
Logo Challenge: Code 7 LED / W Light
01
 Traffic Safety System:
 Double Stop Light
 Sound
 9-0 Count down on
Yellow
Logo
 Draw Schematic, Print Code

Lab Report – Traffic Safety System
 Four Schematics
 Single Stop Light
 Double Stop Light
 Double stop Light w.
Sound
 Seven Segment LED
 Print Code for:
 Single Stop Light
 Double Stop Light
 Double Stop Light w.
Sound
 Double Stop w/Seven
Segment LED and
Sound
Logo
Page 1 Title Page and Cover Page
Page 2 Summary (10pts.)
Briefly what is the projects description?
Page 3 Table of Contents (10pts.)
Page 4 Safety Precautions (10pts.)
Page 5 Design Implementation –
(INPUTS) (10pts.)
What are the components and functions?
(List)
Page 6 Final Design Solution – (Process)
Description of procedure. ( How is the
project built and finished) (10pts.)
Drawings and Diagrams to aid the assembly.
Page 7 Final Design
Performance – (Output)
(10pts.)
How does your design accomplish it’s
task?
Page 8 Organization and Contributions (if
partnered) (Participation Grading)
Page 9 Conclusions - (Feedback) (10pts.)
Page 10 References (10pts.)
(Where did you get information?)
Page 11 Design Appendices (10pts.)
Schematics/Drawings of components
(All backup data including calculations and
drawings)(LAB REPORTS MUST BE BOUND
UNLESS OTHERWISE STATED)
Project Lab Report Rubric
01
Logo Project Lab Report Template
01
Logo
Image & Copy
Credits:
“Robotics with the
Boe-Bot“
by Andy Lindsay
Publisher:
Parallax, Inc
www.paprallax.com
Course Tech Advisor
Teacher
Timothy Sykes
Custom template by
Richard C. Close
01
Logo
ProjectLabReport
ProjectLabReportRubric
Page1---TitlePageandCoverPage(Fillintemplatessupplied)10pts.)
1.NameofProject–(SuppliedbyInstructor)
2.TeamMembers–(IfAny)
3.Date
4.Class
Page2----Summary(10pts.)
1.Brieflywhatistheprojectsdescription?
2.Whatbackgroundinformationisneeded?(ProblemandGoals)use
vocabulary.
3.Whatareyoutryingtoaccomplish?(Whatisthedesiredoutcomes)
Page3-----TableofContents(10pts.)
Page4-----SafetyPrecautions(10pts.)
1.SafetySheets
2.SafetyEquipment
Page5-----DesignImplementation–(INPUTS)(10pts.)
1.Whatarethecomponentsandfunctions?(List)
2.Whattoolsarenecessary
3.Tooluseinstructions-precautions
Page6-----FinalDesignSolution–(Process)
1.Descriptionofprocedure.(Howistheprojectbuiltandfinished)(10pts.)
2.DrawingsandDiagramstoaidtheassembly.
Page7-----FinalDesignPerformance–(Output)(10pts.)
Howdoesyourdesignaccomplishitstask?(Doestheproductmeetthedesired
outcome?)
Page8------OrganizationandContributions(ifpartnered)(ParticipationGrading)
Page9------Conclusions-(Feedback)(10pts.)
Whatdidyoulearn?
Page10-----References–(Wheredidyougetinformation?)(10pts.)
Page11-----DesignAppendices(10pts.)
Schematics/Drawingsofcomponents(Allbackupdataincludingcalculationsand
drawings)
(LABREPORTSMUSTBEBOUNDUNLESSOTHERWISESTATED)
Logo Resources - Rubric
References
PEA,R.D.(1997)‘Practicesofdistributedintelligenceand
designsforeducation’,inG.Salomon(Ed.)Distributed
Cognitions.NewYork:CambridgeUniversityPress,pp.47–87.
http://tecfa.unige.ch/tecfa/publicat/dil-papers-2/dc2/dc2.pdf
Logo
By Richard C. Close
The Chrysalis Campaign, Inc.
New Milford, CT 06776
rclose@richardclose.info
Tumblr: iamafricastory
Blog:
Richardclose.blogspot.com
Tech Advisor – Teacher
Timothy Sykes
Chrysalis Campaign. Inc. Site:
http://globallearningframework.ning.com
Micro Learning Paths, Global Learning Framework,
Global Learning Process are Copyright 2011 Richard
C. Close Africa photography copyright 2007-9
Richard C. Close
Sponsored by
Questions

More Related Content

Similar to How to handle classroom global diversity in curriculum design with a power point template. from theory to powerpoint instructional design in a stem lesson

presentation about microsoft power point
presentation about microsoft power pointpresentation about microsoft power point
presentation about microsoft power point
chhavia330
 
Lens Interactive Corporate_Profile
Lens Interactive Corporate_ProfileLens Interactive Corporate_Profile
Lens Interactive Corporate_Profile
Ashok Mohanty
 
AssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docx
AssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docxAssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docx
AssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docx
rock73
 
Creating Effective Presentations With PowerPoint
Creating Effective Presentations With PowerPoint Creating Effective Presentations With PowerPoint
Creating Effective Presentations With PowerPoint
Patrick Lowenthal
 
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project SuccessfulCETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
Chicago eLearning & Technology Showcase
 

Similar to How to handle classroom global diversity in curriculum design with a power point template. from theory to powerpoint instructional design in a stem lesson (20)

presentation about microsoft power point
presentation about microsoft power pointpresentation about microsoft power point
presentation about microsoft power point
 
Exp Realty Brand Guidelines
Exp Realty Brand GuidelinesExp Realty Brand Guidelines
Exp Realty Brand Guidelines
 
Encompass Visual Guide - Rebranding
Encompass Visual Guide - RebrandingEncompass Visual Guide - Rebranding
Encompass Visual Guide - Rebranding
 
Power of 2024 - WITforce Odyssey.pptx.pdf
Power of 2024 - WITforce Odyssey.pptx.pdfPower of 2024 - WITforce Odyssey.pptx.pdf
Power of 2024 - WITforce Odyssey.pptx.pdf
 
Lens Interactive Corporate_Profile
Lens Interactive Corporate_ProfileLens Interactive Corporate_Profile
Lens Interactive Corporate_Profile
 
Workshop Training Proposal PowerPoint Presentation Slides
Workshop Training Proposal PowerPoint Presentation SlidesWorkshop Training Proposal PowerPoint Presentation Slides
Workshop Training Proposal PowerPoint Presentation Slides
 
AssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docx
AssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docxAssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docx
AssignmentsAssignment 1Read Chapter 2 Introduction to C++ .docx
 
DOES16 London - Ron van Kemenade - Nothing Beats Engineering Talent…The Agile...
DOES16 London - Ron van Kemenade - Nothing Beats Engineering Talent…The Agile...DOES16 London - Ron van Kemenade - Nothing Beats Engineering Talent…The Agile...
DOES16 London - Ron van Kemenade - Nothing Beats Engineering Talent…The Agile...
 
POWERPOINT
POWERPOINTPOWERPOINT
POWERPOINT
 
Evolving your Design System: People, Product, and Process
Evolving your Design System: People, Product, and ProcessEvolving your Design System: People, Product, and Process
Evolving your Design System: People, Product, and Process
 
TrailheaDX GlobalGathering 2019 Presentation
TrailheaDX GlobalGathering 2019 PresentationTrailheaDX GlobalGathering 2019 Presentation
TrailheaDX GlobalGathering 2019 Presentation
 
Playtech people Powerpoint Template
Playtech people Powerpoint TemplatePlaytech people Powerpoint Template
Playtech people Powerpoint Template
 
LEO brand reveal
LEO brand reveal LEO brand reveal
LEO brand reveal
 
Crabrill
CrabrillCrabrill
Crabrill
 
Creating Effective Presentations With PowerPoint
Creating Effective Presentations With PowerPoint Creating Effective Presentations With PowerPoint
Creating Effective Presentations With PowerPoint
 
Professional Communication in Computing
Professional Communication in ComputingProfessional Communication in Computing
Professional Communication in Computing
 
Powerpoint Presentation
Powerpoint PresentationPowerpoint Presentation
Powerpoint Presentation
 
Playtech protect style_guide_260421
Playtech protect style_guide_260421Playtech protect style_guide_260421
Playtech protect style_guide_260421
 
Programming ideas
Programming ideasProgramming ideas
Programming ideas
 
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project SuccessfulCETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
CETS 2011, Mark Steiner, Top 10 Ways to Make Your eLearning Project Successful
 

More from Chrysalis Campaign Inc

More from Chrysalis Campaign Inc (14)

I am africa this is my story workshop 2017
I am africa this is my story workshop 2017I am africa this is my story workshop 2017
I am africa this is my story workshop 2017
 
The value of values in a transformative learning by richard close copy
The value of values in a transformative learning by richard close copyThe value of values in a transformative learning by richard close copy
The value of values in a transformative learning by richard close copy
 
Suns Of Thunder Mission
Suns Of Thunder MissionSuns Of Thunder Mission
Suns Of Thunder Mission
 
What Is A Rescue Mission V6
What Is A Rescue Mission V6What Is A Rescue Mission V6
What Is A Rescue Mission V6
 
Sankobo
SankoboSankobo
Sankobo
 
Tour V3
Tour V3Tour V3
Tour V3
 
Miracles
MiraclesMiracles
Miracles
 
Infant Minitries V4
Infant Minitries V4Infant Minitries V4
Infant Minitries V4
 
Exec Overview
Exec OverviewExec Overview
Exec Overview
 
Education Ministries
Education MinistriesEducation Ministries
Education Ministries
 
Bush Friend
Bush FriendBush Friend
Bush Friend
 
Bush Church
Bush ChurchBush Church
Bush Church
 
Church Ministries
Church MinistriesChurch Ministries
Church Ministries
 
A Fishing Village
A Fishing VillageA Fishing Village
A Fishing Village
 

Recently uploaded

plant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated cropsplant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated crops
parmarsneha2
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 

Recently uploaded (20)

Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptxSolid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
Solid waste management & Types of Basic civil Engineering notes by DJ Sir.pptx
 
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptxStudents, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
Students, digital devices and success - Andreas Schleicher - 27 May 2024..pptx
 
How to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS ModuleHow to Split Bills in the Odoo 17 POS Module
How to Split Bills in the Odoo 17 POS Module
 
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
UNIT – IV_PCI Complaints: Complaints and evaluation of complaints, Handling o...
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
Introduction to Quality Improvement Essentials
Introduction to Quality Improvement EssentialsIntroduction to Quality Improvement Essentials
Introduction to Quality Improvement Essentials
 
B.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdfB.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdf
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
Basic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumersBasic phrases for greeting and assisting costumers
Basic phrases for greeting and assisting costumers
 
plant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated cropsplant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated crops
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Sectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdfSectors of the Indian Economy - Class 10 Study Notes pdf
Sectors of the Indian Economy - Class 10 Study Notes pdf
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
 
How to Break the cycle of negative Thoughts
How to Break the cycle of negative ThoughtsHow to Break the cycle of negative Thoughts
How to Break the cycle of negative Thoughts
 

How to handle classroom global diversity in curriculum design with a power point template. from theory to powerpoint instructional design in a stem lesson

  • 1. Logo B Y R I C H A R D C . C L O S E T H E C H R Y S A L I S C A M P A I G N , I N C . H T T P : / / G L O B A L L E A R N I N G F R A M E W O R K . N I N G . C O M Global Learning Framework©, Personal Learning Framework™ Transformation Learning Framework™ are a Copyright 2009 Richard C. Close No version can be reproduced in any format without written permission from author “How to Handle Classroom Global Diversity in Curriculum Design with a PowerPoint Template.” From theory to PowerPoint instructional design in a STEM lesson By Richard C. Close
  • 2. Logo Speaker Richard C Close CEO-Servant Chrysalis Campaign, Inc. • 25+ year Corp Learning markets • Full Sail University Master Instructional Design (enrolled) • Developer of: Global Learning Framework™ Personal Learning Framework™ Transformative Learning Method™ • lK-12 and Poverty Methods • Speaker Author
  • 3. LogoWhat Does Diversity Mean to You?  Question: Check off what is in your current classrooms?  Different Learning Styles (VARK)  Different personalities (Meyers Briggs)  Different Intelligences  Different cultures  Different religions and sects of religions  Children of alcoholics  Gaming and drug addicted  Sexually abused  Sexual preference  Special needs  Sexually abused  Domestic violence  Poverty  Divorce  Trauma from home, hood or war violence (PTS)  Teased  Victim of bad school system tracking and teachers  The class clown  Having a mean bad ugly day  Just a bad mood Chat it now….
  • 5. Logo The Theory?  Lindeman, John Dewey, Julie Lindsey 1. It’s all about what type of “Experiences” we create for our students 2. Educators are human, we provide our students “experiences” not just data and rule sets. 3. Experiences by their human nature all contain non-tangible values that give the lesson context.
  • 6. LogoSo…… Diversity is handled through working together to solve common challenges Collaboration becomes deep, rich and fun with diversity Unity is diversity when we help one another
  • 7. Logo How can diversity learn together? Copyright Warner Brothers
  • 8. Logo How does the individual fit in with the Global Web & Curriculum?
  • 9. Logo Who was your best High School teacher? What was that class like? Chat it now….
  • 10. Logo What’s a Great Learning Experience? Curriculum From Personal Learning Framework™ Copyright Richard C. Close 2013
  • 11. Logo To be relevant: We must design to replicate reality Problem Discover Adopt Collaborate Share Assess Present Test Traditional eLearning Prepare Present Practice Adult Learning Performance Self Contained “Local” Course and Content… We need a Global Learning Framework ™ me-and-my-bubble From Global Learning Framework™ Copyright Richard C. Close 2013
  • 12. Logo How the student learns with a global community: “Micro Learning Framework™ DiscoverProblem I need to know Adopt I will choose to own this knowledge Share I will publish my discovery Explore what else relates to this Collaborate Validate how it fits into the world From Global Learning Framework™ Copyright Richard C. Close 2013
  • 13. Logo The Framework of transformation. DiscoverProblem Adopt ShareCollaborate Personal Change Global Change From Global Learning Framework™ Copyright Richard C. Close 2013
  • 14. Logo INTAKE CREATE PROCESS INTAKE CREATE PROCESS INTAKE CREATE PROCESS INTAKE CREATE PROCESS Problem Solving – Personal Learning Framework™ Adopt ShareCollaborateDiscoverProblem Our Personal Learning Framework experience moves within the Global Learning Framework (community). From Global Learning Framework™ Copyright Richard C. Close 2013
  • 15. Logo D Collaboration is… Distributive Problem Solving GROUP Framework INTAKE CREATE PROCESS INTAKECREATE PROCESS INTAKECREATE PROCESS INTAKECREATE PROCESS Theory is called “Distributive Intelligence” From Personal Learning Framework™ Global Learning Framework™ Copyright Richard C. Close 2013
  • 16. Logo “Micro Learning Paths™ ” in PBL Curriculum DiscoverProblem Adopt ShareCollaborate What is my gift to the world? Learning Styles Quiz Personal Report and Study Guide Group Discussion Published Essays Poems Journaling book Social Networking (Ning) Poetry “Writing to Heal” AgreementExplore Study Guide Personal Counseling From Global Learning Framework™ Copyright Richard C. Close 2013
  • 17. Logo STEM version of OZ or Adventure Based Learning? Copyright Disney
  • 18. Logo Why PowerPoint & Templates?  Present  Interact  Collaborate  Share Present & Discover Interact with material Collaboration And it is…  Predictable  Fast  Easy to do
  • 19. Logo How to bridge theory into a template method DiscoverProblem Adopt ShareCollaborate
  • 20. Logo Why PowerPoint & Templates?  Allows you to shift gears  Buys you time to mentor
  • 21. Logo TEACHER NAME TECHNOLOGY EDUCATION DEPT. MY_NAME HIGH SCHOOL, STATE N A M E @ E M A I L . O R G Class # 100 Lesson 01
  • 22. Logo On Building Robots 01 https://www.youtube.com/watch?v=B8sraSoClbI
  • 23. Logo Make it work 01
  • 24. Logo Cathode Traits Cathode Place 7 Seg. LED on bread board  Each pin is a LED leed  3 & 8 are grounds Challenge Placing the 7 Segment LED on Bread Board 01
  • 25. Logo Challenge Placing the 7 Segment LED on Bread Board Cathode Traits Cathode Place 7 Seg. LED on bread board  Each pin is a LED leed  3 & 8 are grounds 01
  • 28. Logo Board Configuration Remember  Be clean  In order  Straight wires  No shorts  Compact  No Shorts 01 Leave Empty
  • 29. Binary Numbers 1 byte = 8 bits  8 bits:  A binary number that has 8 digits is said to have 8 bits  1 byte  Byte is a variable that contains 8 bits  There are 256 different combinations of zeros and ones that you can use to count from 0 to 255 using bits.  Why a byte variable can store a number between 0 and 255 01
  • 30. Logo First Command, OUTH DIRH OUTH = %0000000  Gets all the I/O pins (p8 –P15) ready to send the low signals.  If they all send low signals, it will turn all the LEDs in the 7-segment display off. OUTH = %11111111  To send high signal DIRH = %111111111  Sets all i.o pins P8 – P13 to output  On acceptance P8 – P15 all start sending the low signal. Because OUTH = %00000000 was exicuted before DIRTH  DIRTH = %0000000 can change all I/O pins back to inputs Commands 01
  • 31. Logo OUTH = %11010110  The display is turned so that the three on the display is upside- down because it more clearly shows how the values in OUTH line up with I/O pins.  The command OUTH = %11010110 uses binary zeros to set I?O pins P8, P11 and P13 low and it uses binary ones to set p9, P10, P12, P14 and P15 high. Your Challange 01
  • 32. Logo Code: OUTH & DIRTH
  • 33. Logo Code 7 LED  ' {$STAMP BS2}  ' {$PBASIC 2.5}  DEBUG "Program Running!“  OUTH = %00000000 ' OUTH initialized to low.  DIRH = %11111111 ' Set P8-P15 to all output-low.  ' BAFG.CDE  OUTH = %11100111 ' 0  PAUSE 1000  OUTH = %10000100 ' 1  PAUSE 1000  OUTH = %11010011 ' 2  PAUSE 1000  OUTH = %11010110 ' 3  PAUSE 1000  OUTH = %10110100 ' 4  PAUSE 1000  OUTH = %01110110 ' 5  PAUSE 1000  OUTH = %01110111 ' 6  PAUSE 1000  OUTH = %11000100 ' 7  PAUSE 1000  OUTH = %11110111 ' 8  PAUSE 1000  OUTH = %11110110 ' 9  PAUSE 1000  DIRH = %00000000 ' I/O pins to input,  END ' segments off 01
  • 34. Logo Challenge: Code 7 LED / W Light 01  Traffic Safety System:  Double Stop Light  Sound  9-0 Count down on Yellow
  • 35. Logo  Draw Schematic, Print Code  Lab Report – Traffic Safety System  Four Schematics  Single Stop Light  Double Stop Light  Double stop Light w. Sound  Seven Segment LED  Print Code for:  Single Stop Light  Double Stop Light  Double Stop Light w. Sound  Double Stop w/Seven Segment LED and
  • 38. Logo Board Configuration Remember  Be clean  In order  Straight wires  No shorts  Compact  No Shorts 01 Leave Empty
  • 39. Binary Numbers 1 byte = 8 bits  8 bits:  A binary number that has 8 digits is said to have 8 bits  1 byte  Byte is a variable that contains 8 bits  There are 256 different combinations of zeros and ones that you can use to count from 0 to 255 using bits.  Why a byte variable can store a number between 0 and 255 01
  • 40. Logo First Command, OUTH DIRH OUTH = %0000000  Gets all the I/O pins (p8 –P15) ready to send the low signals.  If they all send low signals, it will turn all the LEDs in the 7-segment display off. OUTH = %11111111  To send high signal DIRH = %111111111  Sets all i.o pins P8 – P13 to output  On acceptance P8 – P15 all start sending the low signal. Because OUTH = %00000000 was exicuted before DIRTH  DIRTH = %0000000 can change all I/O pins back to inputs Commands 01
  • 41. Logo OUTH = %11010110  The display is turned so that the three on the display is upside- down because it more clearly shows how the values in OUTH line up with I/O pins.  The command OUTH = %11010110 uses binary zeros to set I?O pins P8, P11 and P13 low and it uses binary ones to set p9, P10, P12, P14 and P15 high. Your Challange 01
  • 42. Logo Code: OUTH & DIRTH
  • 43. Logo Code 7 LED  ' {$STAMP BS2}  ' {$PBASIC 2.5}  DEBUG "Program Running!“  OUTH = %00000000 ' OUTH initialized to low.  DIRH = %11111111 ' Set P8-P15 to all output-low.  ' BAFG.CDE  OUTH = %11100111 ' 0  PAUSE 1000  OUTH = %10000100 ' 1  PAUSE 1000  OUTH = %11010011 ' 2  PAUSE 1000  OUTH = %11010110 ' 3  PAUSE 1000  OUTH = %10110100 ' 4  PAUSE 1000  OUTH = %01110110 ' 5  PAUSE 1000  OUTH = %01110111 ' 6  PAUSE 1000  OUTH = %11000100 ' 7  PAUSE 1000  OUTH = %11110111 ' 8  PAUSE 1000  OUTH = %11110110 ' 9  PAUSE 1000  DIRH = %00000000 ' I/O pins to input,  END ' segments off 01
  • 44. Logo Challenge: Code 7 LED / W Light 01  Traffic Safety System:  Double Stop Light  Sound  9-0 Count down on Yellow
  • 45. Logo  Draw Schematic, Print Code  Lab Report – Traffic Safety System  Four Schematics  Single Stop Light  Double Stop Light  Double stop Light w. Sound  Seven Segment LED  Print Code for:  Single Stop Light  Double Stop Light  Double Stop Light w. Sound  Double Stop w/Seven Segment LED and Sound
  • 46. Logo Page 1 Title Page and Cover Page Page 2 Summary (10pts.) Briefly what is the projects description? Page 3 Table of Contents (10pts.) Page 4 Safety Precautions (10pts.) Page 5 Design Implementation – (INPUTS) (10pts.) What are the components and functions? (List) Page 6 Final Design Solution – (Process) Description of procedure. ( How is the project built and finished) (10pts.) Drawings and Diagrams to aid the assembly. Page 7 Final Design Performance – (Output) (10pts.) How does your design accomplish it’s task? Page 8 Organization and Contributions (if partnered) (Participation Grading) Page 9 Conclusions - (Feedback) (10pts.) Page 10 References (10pts.) (Where did you get information?) Page 11 Design Appendices (10pts.) Schematics/Drawings of components (All backup data including calculations and drawings)(LAB REPORTS MUST BE BOUND UNLESS OTHERWISE STATED) Project Lab Report Rubric 01
  • 47. Logo Project Lab Report Template 01 Logo
  • 48. Image & Copy Credits: “Robotics with the Boe-Bot“ by Andy Lindsay Publisher: Parallax, Inc www.paprallax.com Course Tech Advisor Teacher Timothy Sykes Custom template by Richard C. Close 01
  • 49. Logo ProjectLabReport ProjectLabReportRubric Page1---TitlePageandCoverPage(Fillintemplatessupplied)10pts.) 1.NameofProject–(SuppliedbyInstructor) 2.TeamMembers–(IfAny) 3.Date 4.Class Page2----Summary(10pts.) 1.Brieflywhatistheprojectsdescription? 2.Whatbackgroundinformationisneeded?(ProblemandGoals)use vocabulary. 3.Whatareyoutryingtoaccomplish?(Whatisthedesiredoutcomes) Page3-----TableofContents(10pts.) Page4-----SafetyPrecautions(10pts.) 1.SafetySheets 2.SafetyEquipment Page5-----DesignImplementation–(INPUTS)(10pts.) 1.Whatarethecomponentsandfunctions?(List) 2.Whattoolsarenecessary 3.Tooluseinstructions-precautions Page6-----FinalDesignSolution–(Process) 1.Descriptionofprocedure.(Howistheprojectbuiltandfinished)(10pts.) 2.DrawingsandDiagramstoaidtheassembly. Page7-----FinalDesignPerformance–(Output)(10pts.) Howdoesyourdesignaccomplishitstask?(Doestheproductmeetthedesired outcome?) Page8------OrganizationandContributions(ifpartnered)(ParticipationGrading) Page9------Conclusions-(Feedback)(10pts.) Whatdidyoulearn? Page10-----References–(Wheredidyougetinformation?)(10pts.) Page11-----DesignAppendices(10pts.) Schematics/Drawingsofcomponents(Allbackupdataincludingcalculationsand drawings) (LABREPORTSMUSTBEBOUNDUNLESSOTHERWISESTATED)
  • 50. Logo Resources - Rubric References PEA,R.D.(1997)‘Practicesofdistributedintelligenceand designsforeducation’,inG.Salomon(Ed.)Distributed Cognitions.NewYork:CambridgeUniversityPress,pp.47–87. http://tecfa.unige.ch/tecfa/publicat/dil-papers-2/dc2/dc2.pdf
  • 51. Logo By Richard C. Close The Chrysalis Campaign, Inc. New Milford, CT 06776 rclose@richardclose.info Tumblr: iamafricastory Blog: Richardclose.blogspot.com Tech Advisor – Teacher Timothy Sykes Chrysalis Campaign. Inc. Site: http://globallearningframework.ning.com Micro Learning Paths, Global Learning Framework, Global Learning Process are Copyright 2011 Richard C. Close Africa photography copyright 2007-9 Richard C. Close Sponsored by Questions