Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/es-a1-practice-first-questions/691606a74e875776d0c00634.md

latest3.2 KB
Original Source
<!-- (AUDIO) Ángela: Hola, buenas tardes. ¿Cómo te llamas? --> <!-- (AUDIO) Sebastián: Mi nombre es Sebastián. Me llaman Basti. ¿Y tú? --> <!-- (AUDIO) Ángela: Me llamo Ángela. -->

--description--

Now you'll practice what you've learned about common questions in Spanish by completing these dialogues between Ángela and Sebastián.

--instructions--

Listen to the audio and complete the dialogue with the correct verb forms.

--fillInTheBlank--

--sentence--

Ángela: Hola, buenas tardes. ¿Cómo te BLANK?

Sebastián: Mi nombre es Sebastián. Me BLANK Basti. ¿Y tú?

Ángela: Me BLANK Ángela.

--blanks--

llamas

--feedback--

This is used to ask informal questions with the pronoun ("you").


llaman

--feedback--

This is used to introduce a nickname.


llamo

--feedback--

This is used to say one's own name.

--explanation--

This dialogue has the words llamas, llaman, and llamo. Three variations of the verb llamar ("to call") used during introductions.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 0.76,
      "finishTimestamp": 10.84
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.75,
      "dialogue": {
        "text": "Hola, buenas tardes.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 2.97,
      "finishTime": 3.98,
      "dialogue": {
        "text": "¿Cómo te llamas?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 4.66
    },
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 4.66
    },
    {
      "character": "Sebastián",
      "startTime": 5.33,
      "finishTime": 6.6,
      "dialogue": {
        "text": "Mi nombre es Sebastián.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 7.02,
      "finishTime": 8.16,
      "dialogue": {
        "text": "Me llaman Basti.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 8.54,
      "finishTime": 9.03,
      "dialogue": {
        "text": "¿Y tú?",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 9.42
    },
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 9.42
    },
    {
      "character": "Ángela",
      "startTime": 9.82,
      "finishTime": 11.08,
      "dialogue": {
        "text": "Me llamo Ángela.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 11.58
    }
  ]
}