Back to Freecodecamp

Task 26

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

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

--description--

The letter w is commonly called doble ve ("double v") or uve doble in Spanish.

The first one is common in Latin America, while the second one is common in Spain.

This is one of the least common letters in Spanish and it's often found in words taken from English or German.

An example is web ("web").

--instructions--

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

--fillInTheBlank--

--sentence--

BLANK

--blanks--

w

--feedback--

This is the 24th 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": 48.53,
      "finishTimestamp": 49.68
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.15,
      "dialogue": {
        "text": "w",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.65
    }
  ]
}