Scratch

De EduTech Wiki
Révision datée du 25 octobre 2012 à 16:29 par Kalli (discussion | contributions) (Page créée avec « == Définition == Scratch est un outil de programmation pour la création et l'édition des jeux, histoires interactives, et des animations intégrant les multimédias (s... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

Définition

Scratch est un outil de programmation pour la création et l'édition des jeux, histoires interactives, et des animations intégrant les multimédias (son, images, texte). Scratch a été développé en 2006[1] par l'équipe Lifelong Kindergarten Group du MIT Media Lab. Son développement est soutenu par plusieurs fondations américaines.

Description

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).

Interface overview

Screen shot of the Scratch programming environment


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

Scratch 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)

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

  • Scratch cards - simple activity cards to get one started with programming with Scratch
  • Tutorials - Collection of project specific 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