Difference between revisions of "Activities/I can read"

From Sugar Labs
Jump to navigation Jump to search
(Migrate to GitHub)
 
Line 1: Line 1:
== I can read (Soy capaz de leer) ==
+
== I can read ==
  
I can read is an activity for introducing the basics of phonetic reading. It displays letters and images and associated sound files, such as 'A as in apple'. It also puts the letters into a context that coalesces into words and phrases as more letters are added. Students can hear sounds and record their own voice either repeating the sound or reading aloud.
+
Read at https://help.sugarlabs.org/icanread.html
  
<gallery>
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/icanread.rst GitHub]
File:I can read.png|r como raton
 
File:Raton.ogg|'r como raton'
 
File:R in context.png|the letter r used in context
 
File:Letter list.png|choosing a letter to study
 
File:Practice phrases.png|practice phrases
 
File:Recording a sound.png|student recording
 
File:Selecting a lesson.png|teachers can prepare lessons
 
</gallery>
 
 
 
 
 
(Also see [[Activities/AEIOU|AEIOU]], [[Activities/IKnowMyABCs|I Know My ABCs]], and [[Activities/LetterMatch|Letter Match]])
 
 
 
=== Toolbars ===
 
[[Image:Infused Toolbar 2.png]]
 
[[Image:Infused Toolbar 3a.png]]
 
 
 
=== Notes ===
 
* As of Version 1, only a basic Spanish lesson is included.
 
* The tools for adding new lessons are not completed, so they must be generated by hand in a comma-separated-values (CSV) file (See lessons/es/nivel-1.csv for an example).
 
 
 
== Lesson-format details ==
 
 
 
Lessons are in .csv files, one row per letter, using comma separators. letters in ()s are rendered using the color specified in the table. \ is used to force a line break. Sound files should be recorded as .ogg. Image files should use PNG format and the same name as the word, e.g., raton.png.
 
 
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #e3e4e5;"
 
|-style="background:#787878; color: white;"
 
! letter !! word !! color (#RRGGBB)!! color name !! unused !! sound file !! practice phrase
 
|-
 
|R || (r)atón || #F08020 || naranja ||  || r-como-raton.ogg || Kika come ki i  El ki i\pe a n kilo  A  e \a  e    dijo el homb(r)e\al b  o  El fan a ma\e  a en la f en e El\fan a ma a    o a Fidel \Ale  oca el  ilofono \Ña a como piña  a la\mañana En(r)iq e q ie(r)e\el paq e e de q e o q e\ e  ende en la e q ina \ ane a  a c on  ein e\ ela    el  a o  acio \  o(r)a el niño po(r)q e\dejo la  a e en el\bo l i  o  El  apa e(r)o\ iene  apa i  a  a  le  \(R)a l  iajo a (R)oma con\(R)o a J lio  Jaime
 
|}
 
 
 
[[Category:Activity]]
 
[[Category:Activities]]
 

Latest revision as of 07:09, 23 May 2018

I can read

Read at https://help.sugarlabs.org/icanread.html

The source file has been moved to GitHub