Back to Freecodecamp

Task 13

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

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

--description--

The letter k in Spanish is called ka.

The sound of this letter is identical to the Spanish letter c before a, o, or u.

An example is koala ("koala").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

k

--feedback--

This is the 11th 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": 23.23,
      "finishTimestamp": 24.23
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2,
      "dialogue": {
        "text": "k",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.5
    }
  ]
}