Letter Match is an activity for introducing the Spanish vowels. It displays letters and images and associated sound files, such as ‘A as in ave’. There are two modes:
(Also see AEIOU, I Can Read, and I Know My ABCs)
The Letter Match activity is available for download from the Sugar Activity Library: Letter Match
The source code is available on Github.
letter game |
picture game |
Ccustomization panel |
While far from contructionist, this activity does provide a mechanism for learning the alphabet.
As of Version 3, only a Spanish version is included. In order to add other languages, we need:
There is a language-specific database file maintained in ./lessons/??/alphabet.csv where ?? is the 2-digit language code. The format of the CSV file is:
letter | word | color (#RRGGBB) | image file | sound file (image) | sound file (letter) |
---|---|---|---|---|---|
R | (r)atón | #F08020 | raton.png | raton.ogg | r.ogg |
Using the customization toolbar, it is possible for the learner to add their own pictures and sound recordings.
You are welcome to leave comments/suggestions on lettermatch/issues.
Letter Match was written and is maintained by Walter. He was inspired in part by the work of Maria Perez, Fundación Zamora Terán. Aneesh Dogra added the customization toolbar.