Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/69150542094cd0569af7c631.md

latest1.9 KB
Original Source
<!-- (AUDIO) Sebastián: Me llaman Basti. ¿Y tú? -->

--description--

¿Y tú? means "And you?"

This short question is used to quickly return a question to the speaker after you've answered it, without repeating it.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

After introducing himself, how is Sebastián returning the question to Ángela?

--answers--

¿Cierto?

--feedback--

This means "Right?". It's not what Sebastián mentions in the dialogue.


¿Cuál es tu nombre?

--feedback--

Sebastián uses a simpler phrase to return the question.


¿Qué haces?

--feedback--

This phrase means "What are you doing?". It's not used to return a question.


¿Y tú?

--video-solution--

4

--explanation--

Sebastián asks ¿Y tú? at the end of this part of the conversation to return the question to Ángela.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "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": 6.78,
      "finishTimestamp": 8.79
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "Me llaman Basti.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 2.52,
      "finishTime": 3.01,
      "dialogue": {
        "text": "¿Y tú?",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 3.51
    }
  ]
}