An Innovative Approach with Alice for Attracting K-12 Students to Computing Susan H. Rodger Duke University IBM University Days May 7, 2007 Supported by.

Slides:



Advertisements
Similar presentations
Learning to Program With Alice
Advertisements

Alice: A Fresh Approach to Teaching Computer Science
Alice.
VCL-Enhanced Alice for Education ICA CON 2012 Richard Lucic – Computer Science, Duke University Susan Rodger – Computer Science, Duke University.
Introduction to Alice Alice is named in honor of
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Alice Programming Adventures – Followup Workshop Susan Rodger Duke University June 22-23, Supported by the National.
CS320n – Elements of Visual Programming Introduction to Alice Mike Scott (Slides 1-1)
The Alice Software System Randy Pausch Carnegie Mellon University
Introduction to Alice CS Honors Slides courtesy of Wanda Dann, Ithaca College.
Attracting Kids to Computer Science via Programming in Virtual Worlds Susan Rodger Duke University Duke Virtual Reality and Serious Games Symposium October,
Alice: A Free 3D Animation World for Teaching Programming Barbara Ericson Georgia Institute of Technology Oct 2005.
Using Multimedia, Animation, and Robotics to Increase the Number of Students and Teachers in Computing Barbara Ericson ICE, College of Computing Georgia.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Coding for All Barbara Ericson Georgia Institute of Technology October 18, 2013.
Motivation – Declining Enrollments, Few Women How do we Teach Science? Physics – experiments Chemistry - experiments Biology - experiments.
AMANDA GILBERT Bridging the Gap: Storytelling Alice as a Precursor to Python.
More Motivation, Adventures in Alice Project, Usage of Alice in K-12 Susan Rodger Duke University June/July 2010 Supported by the National Science Foundation.
More Motivation, Adventures in Alice Project, Usage of Alice in K-12 Susan Rodger Duke University July Supported by the National Science Foundation.
Visual Programming: Computing Resources to Unleash K-12 Creativity Joel Adams, Ph.D. Department of Computer Science Calvin College 2012 Michigan Tapestry.
Through the Looking Glass - Alice 2.0. Welcome from Alice.
Adventures in Alice Programming One-Week Workshop Motivation and Background Susan Rodger Duke University June/July, 2010 Supported by the National Science.
Approach Overview Using Dorothy, an enhanced version of the Alice 2.0 source code, and a Scribbler robot, it is our aim to increase interest in computer.
Integrating Business Education and Computer Science to Prepare Students for the 21 st Century Barbara Ericson Advanced.
The Teaching of Computing Should be Challenging, Exciting and Hands-on: Then They Will Come Susan H. Rodger Duke University Broadening Participation in.
Adventures in Alice Programming Susan Rodger Duke University NCCIA 2010 Wake Tech Raleigh, NC March 19, Supported by the.
CRA – CDC Duke Summer Internship 2008 Adventures in Alice Programming for Grades Gaetjens Lezin Professor Susan H. Rodger Duke University.
CSC1401: Introductory Programming Steve Cooper
Thank you for your previous support of the Alice project. Let’s see what you’ve helped make possible….
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Alice As an Interdisciplinary Teaching Tool Presented by Craig Ham Technology Coordinator, US/MS Computer Teacher Westminster Schools, Augusta GA.
Programming Software from Carnegie Mellon Began at University of Virginia under the leadership of Dr. Randy Pausch (“The Last Lecture”)
Integrating Computing into K-12 Mathematics Susan Rodger, Richard Lucic, Melissa Dalis, Peggy Li, Chitra Gadwal and Wenhui Zhang Duke University
Enhancing K-12 Education with Alice Programming Adventures Susan Rodger Duke University ITiCSE 2010 Ankara, Turkey June 30,
Engaging Middle School Teachers and Students with Alice in a Diverse Set of Subjects Susan Rodger Duke University SIGCSE 2009 March 6, 2009 Supported by.
CompSci 4 Introduction to Programming Animation and Virtual Worlds Prof. Susan Rodger.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Obj: Introduction to Alice HW: Read handout and answer questions. Alice is named in honor of Lewis Carroll’s Alice in Wonderland Day 5.
Communication with Handler Approach Overview Alice 2.0 source code was modified to release event information to a robot handler component using sockets.
The Program at Duke University Summer 2008 –Workshops for high school and middle school teachers to learn Alice (3 weeks) –One week summer camp opportunities.
Alice Workshop November 2009 By: Kim Glavan New Lenox School Dist #122.
CompSci 4 Chap 5 Sec 2 Oct 18, 2005 Prof. Susan Rodger Note: thanks to Wanda Dann and Steve Cooper for slide ideas.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Program Visualization Using Virtual Worlds CCLI NSF
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
What is Alice? Alice is an innovative 3D programming environment that makes it easy to create an animation for telling story, playing an interactive game,
CompSci 4 Starting Alice Jan 15, 2009 Prof. Susan Rodger Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
CompSci 4 Starting Alice Sep 2, 2010 Prof. Susan Rodger Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
CompSci 4 Chap 5 Sec 2 Oct 9, 2008 Prof. Susan Rodger.
CompSci 4 Chap 5 Sec 1 and 2 Oct 14, 2010 Prof. Susan Rodger.
Introduction to the course Aug 30, Day 1 Object-oriented Programming thru Video Games TIDE 1840 Harry Howard Tulane University.
Obj: Introduction to Alice
karina Assiter CCSC RM 2015 October 1-2.
An introduction to programming Created by Dr. Randy Pausch
Learn To Code Using 3D Graphics in a Virtual World
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Introduction to Programming
Attracting Kids to Computer Science via Programming in Virtual Worlds
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Alice: A Free 3D Animation World for Teaching Programming
Alice: A Free 3D Animation World for Teaching Programming
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Presentation transcript:

An Innovative Approach with Alice for Attracting K-12 Students to Computing Susan H. Rodger Duke University IBM University Days May 7, 2007 Supported by NSF Grants ESI and CNS

Motivation – Declining Enrollments, Few Women

How do we Teach Science? Physics – experiments Chemistry - experiments Biology - experiments

How do we Introduce Computer Science? Write a calculator Write a banking program Etc…

Why Can’t the Introduction of Computer Science be exciting? Programming – it’s always been –Hands-on –Interactive –Frustrating! What’s missing? –Not Getting Exciting Results Easily Right away

Our Approach to Making CS Exciting – Teach Alice Outline What is Alice? What CS can you teach with Alice? Successes with Alice How we plan to integrate Alice into K-12

What Is Alice? A modern programming tool –3-D graphics –3-D models of objects Animation –Objects can be made to move around virtual world (a simulation or video game) Developed at Carnegie Mellon University –Randy Pausch –

The Power of Alice Automatically keeps track of 3-D objects –What objects are in the virtual world –Types of objects –Positions of objects in the world

Classes and Objects Classes –In Alice, classes are predefined as 3D models –Local Gallery of Objects –Web Gallery Objects –An object is an instance of a class Class: Chicken Objects: Chicken, Chicken2, Chicken3

Objects in Alice Objects already exist Objects have parts

Object Position Objects –Are positioned in 3D space –Have six degrees of freedom

Program Demo

Teach Computer Science Concepts with Alice Conditional and Repetition Methods, functions Events Inheritance Recursion Lists, Arrays

Methods Built-in methods Write class methods Write world methods

Inheritance Dragon FlyingDragon

Example – parameters and events People are trapped in a burning building Select which person will be rescued

Parameters Types and number of parameters must match with arguments Call

Events Default event Other events

Three Events The argument sent to parameters depends on which person is mouse clicked Note - we positioned fire truck so distance from floor X is X meters (to floor 3 is 3 meters)

Example – Lists - WacAMole List of Moles Randomly moves one of them up and down Counter to keep track of score Event: when click on object, search through list to see if object is a mole

Example - Arrays Shuffle, then sort by height

Function to return object with the tallest height from an Array

Successes with Alice - Success with At-Risk Students Study of at-risk students in college –Less success in math/little or no programming –Average grade in CS 1 Exposed to Alice: 3.0 Not exposed to Alice: 1.2 gpa –Went on to CS 2 Exposed to Alice: 88% Not Exposed to Alice: 47% –Stephen Cooper et al. – SIGCSE 2004

CompSci 4 – Alice Class at Duke Lecture for minutes Students work on problem with computers in pairs Bring students back together

Success - Alice attracts diverse group At Duke –CompSci 4 Spring preregister, 30 enroll (12 female + 3 African Amer.) –CompSci 4 Fall preregister, 31 enroll (17 female – 1 African Amer.) –CompSci 4 Fall 2006 – 2 sections 64 students, 33 female, 7 African Amer. –Advertised in school paper picture of ice skater Web site of animations

CompSci 4 Student Projects

Success - Alice Excites 4 th -6 th Grade Girls Duke Femmes Event, April girls – 4 groups of 15 Taught them Alice for an hour Handout to take home

Thank you from 4 th Grade Girl

Success – Alice Symposium Duke University – June , 2006 Over 100 college and high school faculty came to learn Alice

Integrating Alice into K-12 Collaborative NSF Proposal Teach high school and middle school teachers Alice Six regions of the country –Durham, NC –Virginia Beach, VA –San Francisco, CA –Denver, CO –Charleston, SC –Mississippi

Durham Site – K-12 High School and Middle Schools near Durham June 2008 – 3 week workshop on Alice –Teachers/Duke Students develop materials –Includes 1 week Alice Camp for kids Academic Year –Integrate Alice into a course/program –Duke students provide support

Future of Alice Alice 3.0 – includes Sims Characters –Drop Alice into Eclipse/Java StoryTelling Alice – easier version for middle school kids –Caitlin Kelleher, PhD Thesis, CMU –Multiple Scenes, Easier to move characters

Alice Software – is free! Runs on Mac and PC My Alice Materials web site Textbooks available – more coming… –Learning to Program with Alice by Dann, Cooper, and Pausch Download from web