AEIOU 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 four modes:
(Also see I Can Read, I Know My ABCs, and Letter Match)
The AEIOU activity is available for download from the Sugar Activity Library: AEIOU
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 AEIOU/issues.