Scratch: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
No edit summary
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Introduction ==
Scratch is an authoring tool for creating games, interactive stories, animations combining multimedia (sound, graphics, text). Scratch was developed in 2006<ref>http://en.wikipedia.org/wiki/Scratch_%28programming_language%29</ref> by the Lifelong Kindergarten Group at the [http://www.media.mit.edu/ MIT Media Lab] and supported by various foundations. Scratch also can be considered a [[microworld]].
Scratch is an object oriented programming language that is rendered in a visual graphic interface, available in many languages, allowing non-programmers to create animations, interactive games, visualizations without having to write code. Scratch targets children and educators who wish to include ICT and introduce programming concepts into their curriculum. Intended for children aged 10 and above, it has been used in classroom settings with younger children who can already read simple words (See example below).
As of March 2014, Scratch exists in two versions:
# [http://scratch.mit.edu/scratch_1.4 Scratch 1.4], the desktop version
# [http://scratch.mit.edu/ Scratch] 2.0, a browser-based environment.
=== Desktop version interface overview===
[[image:scratch.png|thumb|640px|right|none|Screen shot of the Scratch programming environment, Desktop version 2012.]]
The Scratch interface is composed of a stage where all elements are placed (top right), a selection of palettes(top left) offering components (left) for piecing together a script by dragging them into the scripting area (center), access to media files (center top) that can be either created within Scratch (drawings, sound recordings) or integrated from existing sample files or already created files and a sprites area (bottom right). Sprites (objects) can be created, given properties and actions through scripts and placed on the stage as needed. At the top right, start and stop controls allow one to run scripts created.


== Definition ==
Scratch is an authoring tool for creating games, interactive stories, animations combining multimedia (sound, graphics, text). Scratch was developed in 2006<ref>http://en.wikipedia.org/wiki/Scratch_%28programming_language%29</ref> by the Lifelong Kindergarten Group at the [http://www.media.mit.edu/ MIT Media Lab] and supported by various foundations.
== Description ==
Scratch is an object oriented programming language that is rendered in a visual graphic interface allowing non-programmers to create animations, interactive games, visualizations without having to write code. Scratch targets children and educators who wish to include ICT and introduce programming concepts into their curriculum. Originally intended for children aged 10 and above, it has been used in classroom settings with younger children who can already read simple words (See example below).
== Uses ==
== Uses ==
===For students===
===For students===
Using the Scratch interface an programming language, children can build projects and learn the underlying concepts of programming. since these projects can in and of themselves be built around a particular subject being [[Inquiry-based learning | explored and investigated]], the use of Scratch can support multiple learning objectives in a [[project-based learning]] approach.  
Using the Scratch interface an programming language, children can build projects and learn the underlying concepts of programming. since these projects can in and of themselves be built around a particular subject being [[Inquiry-based learning | explored and investigated]], the use of Scratch can support multiple learning objectives in a [[project-based learning]] approach.  
===For teachers===
===For teachers===
Due to the accessibility of its interface, educators have also adopted Scratch to build interactive animations and visualizations to present complex concepts to students.
Due to the accessibility of its interface, educators have also adopted Scratch to build interactive animations and visualizations to present complex concepts to students.
===For education researchers===
Scratch claims to be grounded in a [[learning by design]] approach, rooted in [[constructionism |constructionist]] pedagogy. [http://info.scratch.mit.edu/Educators Literature and resources] for educators and education researchers is also available.
== Download and installation ==
== Download and installation ==
=== Desktop version ===
Scratch 1.4 is free for download and installation on Mac, Windows and Ubuntu (Linux).
*[http://info.scratch.mit.edu/Support/Get_Started Get Started] - installation and quick start guide
Projects created in Scratch can be saved in the native format (.sb file extension) or exported as Flash (.swf) files.
(i.e. cannot play on Apple mobile devices)
=== Browser version ===
Scratch 2.0 is also free and should work with any modern browser
* [http://scratch.mit.edu/projects/editor/?tip_bar=getStarted Get started]
== Examples ==
== Examples ==
[http://scratched.media.mit.edu/resources/scratch-%C3%A0-la-maternelle Scratch in use in preschool] (in French)
* A video of Scratch in use [http://scratched.media.mit.edu/resources/scratch-%C3%A0-la-maternelle in preschool] (in French)
* Many project ideas are available on the [http://scratched.media.mit.edu/stories ScratchEd] site in the form of videos, testimonials and proposed lesson plans.
 
== Tutorials ==
== Tutorials ==
* [http://info.scratch.mit.edu/Support/Scratch_Cards Scratch cards] - simple activity cards to get one started with programming with Scratch
* [http://scratched.media.mit.edu/resources/search/results/taxonomy%3A37 Tutorials] - Collection of project specific tutorials
* [http://cs.harvard.edu/malan/scratch/index.php Scratch for budding computer scientists] - Makes explicit links between the Scratch language and basic computer programming constructs
== Community ==
== Community ==
Scratch has and increasingly large community composed of developers, educators and students.  
Scratch has and increasingly large community composed of developers, educators and students.  
Line 23: Line 59:
== References ==
== References ==
<references/>
<references/>
* [http://shop.oreilly.com/product/9781593275310.do?code=WK5STARS  Learn to Program by Making Cool Games], Super Scratch Programming Adventure! (Covers Version 2), 2nd Edition, Learn to Program by Making Cool Games (commercial print and e-book)
[[Category:Authoring tools]]
[[Category:Microworlds]]
[[Category:Teacher tools]]
[[Category: Visual programming language]]

Latest revision as of 12:09, 5 February 2020

Introduction

Scratch is an authoring tool for creating games, interactive stories, animations combining multimedia (sound, graphics, text). Scratch was developed in 2006[1] by the Lifelong Kindergarten Group at the MIT Media Lab and supported by various foundations. Scratch also can be considered a microworld.

Scratch is an object oriented programming language that is rendered in a visual graphic interface, available in many languages, allowing non-programmers to create animations, interactive games, visualizations without having to write code. Scratch targets children and educators who wish to include ICT and introduce programming concepts into their curriculum. Intended for children aged 10 and above, it has been used in classroom settings with younger children who can already read simple words (See example below).

As of March 2014, Scratch exists in two versions:

  1. Scratch 1.4, the desktop version
  2. Scratch 2.0, a browser-based environment.

Desktop version interface overview

Screen shot of the Scratch programming environment, Desktop version 2012.

The Scratch interface is composed of a stage where all elements are placed (top right), a selection of palettes(top left) offering components (left) for piecing together a script by dragging them into the scripting area (center), access to media files (center top) that can be either created within Scratch (drawings, sound recordings) or integrated from existing sample files or already created files and a sprites area (bottom right). Sprites (objects) can be created, given properties and actions through scripts and placed on the stage as needed. At the top right, start and stop controls allow one to run scripts created.

Uses

For students

Using the Scratch interface an programming language, children can build projects and learn the underlying concepts of programming. since these projects can in and of themselves be built around a particular subject being explored and investigated, the use of Scratch can support multiple learning objectives in a project-based learning approach.

For teachers

Due to the accessibility of its interface, educators have also adopted Scratch to build interactive animations and visualizations to present complex concepts to students.

For education researchers

Scratch claims to be grounded in a learning by design approach, rooted in constructionist pedagogy. Literature and resources for educators and education researchers is also available.

Download and installation

Desktop version

Scratch 1.4 is free for download and installation on Mac, Windows and Ubuntu (Linux).

Projects created in Scratch can be saved in the native format (.sb file extension) or exported as Flash (.swf) files. (i.e. cannot play on Apple mobile devices)

Browser version

Scratch 2.0 is also free and should work with any modern browser

Examples

  • A video of Scratch in use in preschool (in French)
  • Many project ideas are available on the ScratchEd site in the form of videos, testimonials and proposed lesson plans.

Tutorials

Community

Scratch has and increasingly large community composed of developers, educators and students.

Student community

From within the Scratch interface, students can share their projects projects through the Scratch website galleries and projects pages. Projects can be downloaded and 'remixed' by other members of the community.

Educator community

ScratchEd is an online community for educators to share their experiences using Scratch and any lesson plans, resources, projects or tutorials they have created.

Links

References