+ All Categories
Home > Documents > 1Planning CAI Lessons

1Planning CAI Lessons

Date post: 10-Dec-2015
Category:
Upload: mariana-vacariu
View: 217 times
Download: 0 times
Share this document with a friend
Description:
very useful
Popular Tags:
23
Planning CAI Planning CAI Lessons Lessons Dr. Ennis-Cole Dr. Ennis-Cole CECS 5130 CECS 5130
Transcript
Page 1: 1Planning CAI Lessons

Planning CAI Planning CAI LessonsLessons

Dr. Ennis-ColeDr. Ennis-Cole

CECS 5130CECS 5130

Page 2: 1Planning CAI Lessons

Designing Lesson Designing Lesson Sequences Sequences

1. Fixed Lesson Sequences1. Fixed Lesson Sequences

2. Avoid Unnecessary 2. Avoid Unnecessary InformationInformation

3. Review Past Information3. Review Past Information

Page 3: 1Planning CAI Lessons

Top-Down Top-Down Programming Programming

ProblemsProblems: :

Inflexible Finite ProceduresInflexible Finite Procedures

Difficulty MaintainingDifficulty Maintaining

Difficulty DebuggingDifficulty Debugging

Useless - Start OverUseless - Start Over

Page 4: 1Planning CAI Lessons

Flowcharting Flowcharting

1. Linearity1. Linearity

+Maintain Control+Maintain Control

+Minimize Complexity+Minimize Complexity

- No Individual Differences- No Individual Differences-Inflexible, Unnecessary-Inflexible, Unnecessary

Page 5: 1Planning CAI Lessons

Branching Branching

BranchingBranching

+ Instructional vs. Program+ Instructional vs. Program

+ Forward+ Forward

+ Backward+ Backward

+ Random+ Random

+ Conditional+ Conditional

Page 6: 1Planning CAI Lessons

BranchingBranching

1. Instructional vs. Program 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 Avoiding Practice Routines, Taking the

TestTest 2. Forward2. Forward

• Moving to a point Further in the lesson Moving to a point Further in the lesson • Lesson or Student ControlLesson or Student Control

Page 7: 1Planning CAI Lessons

BranchingBranching

1. Backward 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 Returning to Main Menus, Help Sequences or

InstructionsInstructions 2. Random2. Random

• Useful when Sequencing in Unimportant Useful when Sequencing in Unimportant • Unfixed Order of Lesson ExecutionUnfixed Order of Lesson Execution

Page 8: 1Planning CAI Lessons

BranchingBranching

Absolute vs. ConditionalAbsolute vs. Conditional• Absolute occurs at fixed points within the Absolute occurs at fixed points within the

lesson, and will occur in all caseslesson, and will occur in all cases• Conditional occurs only under prescribed Conditional occurs only under prescribed

conditions conditions

Page 9: 1Planning CAI Lessons

BranchingBranching AbsoluteAbsolute

• 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 Has nothing to do with lesson performance or a

student’s wishesstudent’s wishes• Fixed - occur at given points Fixed - occur at given points

Page 10: 1Planning CAI Lessons

BranchingBranching

ConditionalConditional• 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 Control Permits Lesson Control

Page 11: 1Planning CAI Lessons

Infinite Infinite LoopsLoops

Programming Programming and and

Conceptual Conceptual

Page 12: 1Planning CAI Lessons

Conceptual LoopsConceptual Loops

Inadequate Planning Inadequate Planning More easily observed in constructed response More easily observed in constructed response

formats dependent on spelling, or rules of formats dependent on spelling, or rules of grammargrammar

More easily produced in tasks that are difficult More easily produced in tasks that are difficult for the student to comprehend for the student to comprehend

Page 13: 1Planning CAI Lessons

Conceptual Conceptual LoopsLoops

Error Counters, Conditions for alternative Error Counters, Conditions for alternative branchingbranching

Judge responses appropriately consider Judge responses appropriately consider issues of case, spelling, multiple responsesissues of case, spelling, multiple responses

Prompt students guide them to structure Prompt students guide them to structure appropriate responses by the wording of appropriate responses by the wording of questionsquestions

Page 14: 1Planning CAI Lessons

Modes and Designs Modes and Designs of CAIof CAI

TutorialsTutorials• 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

Page 15: 1Planning CAI Lessons

Advantages of Advantages of TutorialsTutorials

Factual Information, Simple Factual Information, Simple Discriminations, Rules, Discriminations, Rules,

Applications of Rules, Learners Applications of Rules, Learners Pace ThemselvesPace Themselves

Page 16: 1Planning CAI Lessons

Limitations of TutorialsLimitations of Tutorials

1. Design Time1. Design Time 2. Difficulty Teaching High-Ordered Skills2. Difficulty Teaching High-Ordered Skills 3. Duplication of Instruction3. Duplication of Instruction 4. Complexity and Practicality4. Complexity and Practicality

Page 17: 1Planning CAI Lessons

Drill & Practice Drill & Practice AdvantagesAdvantages

Practice well-defined SkillsPractice well-defined Skills Offer Immediate FeedbackOffer Immediate Feedback Avoid Unchecked Error ResponsesAvoid Unchecked Error Responses Clear DirectionsClear Directions Assume Basic Information was Assume Basic Information was

Taught ElsewhereTaught Elsewhere Minimize Unrelated Narrative and Minimize Unrelated Narrative and

Procedural complexityProcedural complexity

Page 18: 1Planning CAI Lessons

Limitations of Drill & Limitations of Drill & PracticePractice

1. Electronic Flash Cards, 1. Electronic Flash Cards, Responses onlyResponses only

2. Process Remains Uncovered2. Process Remains Uncovered 3. Limited Potential3. Limited Potential 4. Additional Student Guidance4. Additional Student Guidance

Page 19: 1Planning CAI Lessons

Advantages of Advantages of SimulationsSimulations

1. Alternative Teaching Systems1. Alternative Teaching Systems 2. Cause-and-Effect Relationships 2. Cause-and-Effect Relationships

can be Studied, Thinking, Evaluationcan be Studied, Thinking, Evaluation 3. Eliminate Danger, difficulty3. Eliminate Danger, difficulty 4. Scenarios, High-fidelity images, 4. Scenarios, High-fidelity images,

Believable CircumstancesBelievable Circumstances 5. Emphasis on Processes, 5. Emphasis on Processes,

ProceduresProcedures

Page 20: 1Planning CAI Lessons

Disadvantages of Disadvantages of SimulationsSimulations

Problem SophisticationCost IssuesLesson Design

Page 21: 1Planning CAI Lessons

Instructional Instructional GamesGames

Advantages:• Competition, Develop, Reinforce, and

refine aspects of learning• Well understood, Provides explicit

guidelines and participatory rules• Attractive and motivational

Page 22: 1Planning CAI Lessons

Instructional Instructional GamesGames

Disadvantages:• Entertainment Value• Incongruent Reward Structure for Incorrect

Answers• Minimal Incidental Learning• Excessive Use of Computing Power

Page 23: 1Planning CAI Lessons

The The End End

““That’s all folks...”That’s all folks...”


Recommended