Back to Freecodecamp

Task 25

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

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

--description--

The letter v has two common names in Spanish.

The name ve is common in Latin America, while the name uve is common in Spain.

Its pronunciation is almost identical to the letter b. In Latin America, to distinguish it from the letter b, it is commonly referred to as ve corta ("short v") or ve pequeña ("small v").

An example is vuelo ("flight").

--fillInTheBlank--

--sentence--

BLANK

--blanks--

v

--feedback--

This is the 23rd 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": 46.67,
      "finishTimestamp": 47.8
    }
  },
  "commands": [
    {
      "character": "Julieta",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Julieta",
      "startTime": 1,
      "finishTime": 2.13,
      "dialogue": {
        "text": "v",
        "align": "center"
      }
    },
    {
      "character": "Julieta",
      "opacity": 0,
      "startTime": 2.63
    }
  ]
}