I Know My ABCs is an activity for introducing the Spanish alphabet. It displays letters and images and associated sound files, such as ‘A as in ave’. There are four modes:
(Also see AEIOU, I Can Read, and Letter Match)
TheI Know My ABCs activity is available for download from the Sugar Activity Library: I Know My ABCs
The source code is available on Github.
letter game |
picture game |
While far from contructionist, this activity does provide a mechanism for learning the alphabet.
As of Version 1, 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 |
It would, of course, be fun to let the learner add their own pictures and sound recordings.
You are welcome to leave comments/suggestions on iknowmyabcs/issues.