Back to Freecodecamp

Task 5

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

latest1.3 KB
Original Source
<!-- (Audio) Julieta: c -->

--description--

The letter c is the third letter in the alphabet. It's called ce.

Its sound depends on where it's located relative to other letters:

  • Before a, o, u, or a consonant, it makes a hard k sound, as in casa ("house").

  • Before e or i, it makes an s sound, as in centro ("center").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

c

--feedback--

This is the third 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": 6.5,
      "finishTimestamp": 7.5
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "c",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}