Planning CAI Lessons Dr. Ennis-Cole CECS 5130 Designing Lesson Sequences 1. Fixed Lesson Sequences 2. Avoid Unnecessary Information 3. Review Past Information.

Slides:



Advertisements
Similar presentations
Secondary Education Section Committee TEACHING AND LEARNING IN THE FOUNDATION SUBJECTS Geographical Association Conference 2002.
Advertisements

The Computer as a Tutor. With the invention of the microcomputer (now also commonly referred to as PCs or personal computers), the PC has become the tool.
Module 5 Educational and Research Applications 1.
Gradual Release of Responsibility & Feedback
Shaping Chapter 19 Systematically and differentially reinforcing successive approximations to a terminal behavior It’s a treatment and a natural process.
AS Level – Week 16 Theory Module 1 Optimizing Learning and Performance.
© 2012 Common Core, Inc. All rights reserved. commoncore.org NYS COMMON CORE MATHEMATICS CURRICULUM Rigor Breakdown Part 2: Procedural Skill and Fluency.
Chapter 20: Chaining Cooper, Heron, and Heward
Explicit Instruction.
Copyright (c) 2003 Allyn & Bacon Chapter 14 Helping All Students Succeed in Mathematics This multimedia product and its contents are protected under copyright.
Computers in the Classroom LEIT 429x. How can computers be used? n Take about 5 min and list ways and situations where computers might be used in a classroom.
1 Introduction to Educational Software C. Candace Chou University of St. Thomas.
1 Instructional Materials and Their Modification How to select programs and materials to meet the special needs of your students.
Chapter 3 Teaching with Instructional Software M. D. Roblyer Integrating Educational Technology into Teaching, 4/E Copyright © 2006 by Pearson Education,
Teaching with Instructional Software
Teaching Roles for Instructional Software Alan Shurling.
Integrating Educational Technology into Teaching Integrating Instructional Software into Teaching & Learning.
Teaching Roles for Instructional Software Nashae Lumpkin.
Instructional Software Deborah Lyman EdTech 541 Summer 2012 By PresenterMedia.comPresenterMedia.com.
DR EBTISSAM AL-MADI Computers in Dental Education.
14: THE TEACHING OF GRAMMAR  Should grammar be taught?  When? How? Why?  Grammar teaching: Any strategies conducted in order to help learners understand,
Classroom Assessment A Practical Guide for Educators by Craig A
Teaching Functions.
Instructional Media and Technology for Learning Chapter Seven Audio Presented by Hongjin Wang.
Recap  Answer the following questions. 1) Describe what is meant by the term ‘continuum?’ 2) Why do we use continua? 3) Name the six continua used to.
Designing CAI Frames Dr. Ennis-Cole CECS 5130 Designing Lesson Frames 1. Organize Effectively 2. Readily Interpreted 3. Clear Presentation.
Design re-useable modules CurriculumCoursesLessonsPages Content modules.
MERLOT’s Peer Review Report Composed from reports by at least two Peer Reviewers. Description Section Provides the pedagogical context (i.e. learning goals,
Encompasses a broad, overall approach to instruction.
Chapter 3 Instructional Software. Which software function could best give students opportunities to match English words with their German equivalents?
Chapter 5 Building Assessment into Instruction Misti Foster
Instructional Software. Definition: computer software used for the primary purpose of teaching and self-instruction. Categories include: Drill and practice.
Modes of CAI Dr. Ennis-Cole CECS 5020 Designing Lesson Sequences 1. Fixed Lesson Sequences 2. Avoid Unnecessary Information 3. Review Past Information.
Teaching and Learning Strategies Direct Learning Model.
Chaining.
Drill-and-practice software
Evaluating CAI Lessons Dr. Ennis-Cole CECS 5130 Lesson Objectives Have the expected outcomes been realized ? Were the desired outcomes a result of the.
Developing Assessment Instruments
Contingency Contracting. Definition Is a behavioral contract Specifies a contingent relationship between The completion of a specific behavior and Access.
CAREERS STUDY SKILLS AND HABITS. STUDY HABITS Before you can improve your study habits, you have to develop “a plan;” This is based on your previous habits,
“Using a Story-Based Approach to Teach Grammar”
Teaching and Learning with Technology Master title style  Allyn and Bacon 2002 Teaching and Learning with Technology to edit Master title style  Allyn.
Educational Methods The bag of tricks Direct Instruction/Lecture ä Advantages ä Teacher controlled ä Many objectives can be mastered in a short amount.
Integrating Educational Technology into Teaching
INSTRUCTIONAL SOFTWARE FOR HIGH SCHOOL SOCIAL STUDIES Alicen L. Hoy Boise State University EDTECH 541.
Flowcharts C++ Lab. Algorithm An informal definition of an algorithm is: a step-by-step method for solving a problem or doing a task. Input data A step-by-step.
The computer is one of the wonders of human ingenuity.
The Computer as a Tutor.  The computer is one of the wonders of human ingenuity, even in its original design in the 1950s to carry out complicated mathematical.
+ Educational Technology Instructional Software SANKARSINGH,C TECH1001.
Objectivist Learning Environment. Learner Teacher LearningLearning ContextContext LearningLearning ActivityActivity Content Assessment Areas for Comparing/Contrasting.
Learning Outcomes 1. Name at least 4 factors that you need to consider when organising a training session 2. Name and describe the 4 different presentations.
ODE Javits Project: I-GET-GTEd Differentiation Strategy Explained: Centers/Stations.
Tutorials “Creativity is thinking up new things. Innovation is doing new things” Theodore Levitt.
Progression in KS3/4 Algorithms MONDAY 30 TH NOVEMBER SUE SENTANCE.
CAL Computer Assisted Learning.
A meaningful question is as good as the right answer….
Teaching Roles for Instructional Software
Teaching roles for instructional strategies
Classroom Assessment A Practical Guide for Educators by Craig A
Getting a New Sequence of Behaviors to Occur with Behavioral Chaining
Amit Varma Bundhun Resource Person, CODL
Teaching with Instructional Software
What Are Rubrics? Rubrics are components of:
Using Instructional Software
Software Name (Function Type)
Drill & Practice Programs
Whole-Part-Whole Learning Process
ED-205 Computers In Education
Getting a New Sequence of Behaviors to Occur with Behavioral Chaining
Presentation transcript:

Planning CAI Lessons Dr. Ennis-Cole CECS 5130

Designing Lesson Sequences 1. Fixed Lesson Sequences 2. Avoid Unnecessary Information 3. Review Past Information

Top-Down Programming Problems: Inflexible Finite Procedures Difficulty Maintaining Difficulty Debugging Useless - Start Over

Flowcharting 1. Linearity +Maintain Control +Minimize Complexity - No Individual Differences -Inflexible, Unnecessary

Branching Branching Branching + Instructional vs. Program + Forward + Forward + Backward + Random + Conditional

Branching b 1. Instructional vs. Program As it Pertains to a LessonAs it Pertains to a Lesson Skipping Adjacent InstructionSkipping Adjacent Instruction Avoiding Practice Routines, Taking the TestAvoiding Practice Routines, Taking the Test b 2. Forward Moving to a point Further in the lessonMoving to a point Further in the lesson Lesson or Student ControlLesson or Student Control

Branching b 1. Backward Moving from a Current Point to a Previous Pt.Moving from a Current Point to a Previous Pt. Repetition of Lesson SegmentsRepetition of Lesson Segments Returning to Main Menus, Help Sequences or InstructionsReturning to Main Menus, Help Sequences or Instructions b 2. Random Useful when Sequencing in UnimportantUseful when Sequencing in Unimportant Unfixed Order of Lesson ExecutionUnfixed Order of Lesson Execution

Branching b Absolute vs. Conditional Absolute occurs at fixed points within the lesson, and will occur in all casesAbsolute occurs at fixed points within the lesson, and will occur in all cases Conditional occurs only under prescribed conditionsConditional occurs only under prescribed conditions

Branching b Absolute All learners jump to the same section of a lessonAll learners jump to the same section of a lesson Ex: Return to Controlling Module, Main MenuEx: Return to Controlling Module, Main Menu Has nothing to do with lesson performance or a student’s wishesHas nothing to do with lesson performance or a student’s wishes Fixed - occur at given pointsFixed - occur at given points

Branching b Conditional Executes only under prescribed circumstancesExecutes only under prescribed circumstances Student Request, DifficultyStudent Request, Difficulty Mastery Levels can be built-inMastery Levels can be built-in Permits Lesson ControlPermits Lesson Control

Infinite Loops Programming and Conceptual

Conceptual Loops b Inadequate Planning b More easily observed in constructed response formats dependent on spelling, or rules of grammar b More easily produced in tasks that are difficult for the student to comprehend

Conceptual Loops Conceptual Loops b Error Counters, Conditions for alternative branching b Judge responses appropriately consider issues of case, spelling, multiple responses b Prompt students guide them to structure appropriate responses by the wording of questions

Modes and Designs of CAI Modes and Designs of CAI b Tutorials Present New information, skills, or conceptsPresent New information, skills, or concepts Self-ContainedSelf-Contained Verification and ReinforcementVerification and Reinforcement Well-Defined ObjectivesWell-Defined Objectives Appropriate FeedbackAppropriate Feedback Direct Students, Guide ResponsesDirect Students, Guide Responses Expectations Stated EarlyExpectations Stated Early

Advantages of Tutorials Factual Information, Simple Discriminations, Rules, Applications of Rules, Learners Pace Themselves

Limitations of Tutorials b 1. Design Time b 2. Difficulty Teaching High-Ordered Skills b 3. Duplication of Instruction b 4. Complexity and Practicality

Drill & Practice Advantages b Practice well-defined Skills b Offer Immediate Feedback b Avoid Unchecked Error Responses b Clear Directions b Assume Basic Information was Taught Elsewhere b Minimize Unrelated Narrative and Procedural complexity

Limitations of Drill & Practice b 1. Electronic Flash Cards, Responses only b 2. Process Remains Uncovered b 3. Limited Potential b 4. Additional Student Guidance

Advantages of Simulations b 1. Alternative Teaching Systems b 2. Cause-and-Effect Relationships can be Studied, Thinking, Evaluation b 3. Eliminate Danger, difficulty b 4. Scenarios, High-fidelity images, Believable Circumstances b 5. Emphasis on Processes, Procedures

Disadvantages of Simulations b b Problem Sophistication b b Cost Issues   Lesson Design

Instructional Games b b Advantages: Competition, Develop, Reinforce, and refine aspects of learning Well understood, Provides explicit guidelines and participatory rules Attractive and motivational

Instructional Games b b Disadvantages: Entertainment Value Incongruent Reward Structure for Incorrect Answers Minimal Incidental Learning Excessive Use of Computing Power

The End b “That’s all folks...”