Back to Freecodecamp

Task 2

curriculum/challenges/english/blocks/es-a1-practice-first-questions/691610efdd1f677c74eae91a.md

latest3.3 KB
Original Source
<!-- (AUDIO) Sebastián: Mucho gusto, Ángela. ¿De dónde eres? --> <!-- (AUDIO) Ángela: Soy de El Salvador. Soy salvadoreña. ¿Y vos? --> <!-- (AUDIO) Sebastián: Soy de Guatemala. Soy guatemalteco. -->

--instructions--

Listen to the audio and complete the dialogue with the correct words.

--fillInTheBlank--

--sentence--

Sebastián: Mucho BLANK, Ángela. ¿De dónde eres?

Ángela: Soy de BLANK. Soy salvadoreña. ¿Y vos?

Sebastián: Soy de Guatemala. Soy BLANK.

--blanks--

gusto

--feedback--

This word completes the polite phrase "Nice to meet you".


El Salvador

--feedback--

These two words together are the name of a country from Central America.


guatemalteco

--feedback--

This is the masculine form of the nationality of someone who is from Guatemala.

--explanation--

This dialogue includes the words gusto, El Salvador, and guatemalteco (in order).

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      },
      {
        "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": 12.5,
      "finishTimestamp": 24.61
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "Mucho gusto, Ángela.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 2.5,
      "finishTime": 3.55,
      "dialogue": {
        "text": "¿De dónde eres?",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 4.02
    },
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 4.02
    },
    {
      "character": "Ángela",
      "startTime": 4.49,
      "finishTime": 6.34,
      "dialogue": {
        "text": "Soy de El Salvador.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 6.58,
      "finishTime": 7.94,
      "dialogue": {
        "text": "Soy salvadoreña.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "startTime": 8.08,
      "finishTime": 8.7,
      "dialogue": {
        "text": "¿Y vos?",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 9.26
    },
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 9.26
    },
    {
      "character": "Sebastián",
      "startTime": 9.82,
      "finishTime": 10.93,
      "dialogue": {
        "text": "Soy de Guatemala.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "startTime": 11.68,
      "finishTime": 12.84,
      "dialogue": {
        "text": "Soy guatemalteco.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 13.34
    }
  ]
}