Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/690f61b1a2b78d305e825d13.md

latest1.4 KB
Original Source
<!-- (AUDIO) Ángela: ¿Y vos? -->

--description--

¿Y vos? is an alternative, informal way of returning a question to the original speaker.

It's equivalent to ¿Y tú? ("And you?").

This is commonly used in Central America, in countries like El Salvador and Guatemala, and in countries from the Southern Cone, like Argentina and Uruguay.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

¿Y BLANK?

--blanks--

vos

--feedback--

This is a regional variation of ("you").

--explanation--

¿Y vos? is a regional way to return the question. It's equivalent to "And you?".

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Ángela",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_meet_angela_and_basti.mp3",
      "startTime": 1,
      "startTimestamp": 19.85,
      "finishTimestamp": 20.47
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 1.62,
      "dialogue": {
        "text": "¿Y vos?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.12
    }
  ]
}