Back to Freecodecamp

Task 9

curriculum/challenges/english/blocks/es-a1-learn-consonants-and-special-characters/68f0033275987f5d4fb8a7d6.md

latest1.2 KB
Original Source
<!-- (Audio) Julieta: g -->

--description--

The letter g is called ge in Spanish.

This letter has two distinct sounds:

  • Before a, o, u, or a consonant, it makes a hard g sound, like in gato ("cat").

  • Before e or i, it makes a harsh sound, like in gente ("people").

--instructions--

Listen to the audio and write the letter in the blank space below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

g

--feedback--

This is the seventh letter in the alphabet.

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Julieta",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_alphabet.mp3",
      "startTime": 1,
      "startTimestamp": 14.8,
      "finishTimestamp": 15.8
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "g",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}