Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/es-a1-learn-contact-information-and-spelling/693a48b1cf0c8a53f24b49c8.md

latest1.6 KB
Original Source
<!-- (Audio) Basti: Soy guatemalteco y soy analista junior. -->

--description--

In this task, you will hear Basti describe both his nationality and his job.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK guatemalteco y BLANK analista junior.

--blanks--

Soy

--feedback--

This is the correct form of the verb ser used to say "I am".


soy

--feedback--

This is the same verb form used again to say "I am" in the second part of the sentence.

--explanation--

Soy guatemalteco y soy analista junior means "I am Guatemalan and I am a junior analyst".

The verb soy (I am) is used to describe. For example:

  • Soy guatemalteco - I am Guatemalan. (Nationality)

  • Soy analista junior - I am a junior analyst. (Job)

--scene--

json
{
  "setup": {
    "background": "desk.png",
    "characters": [
      {
        "character": "Sebastián",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_basti_personal_details.mp3",
      "startTime": 1,
      "startTimestamp": 32.38,
      "finishTimestamp": 36.27
    }
  },
  "commands": [
    {
      "character": "Sebastián",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sebastián",
      "startTime": 1.2,
      "finishTime": 4.99,
      "dialogue": {
        "text": "Soy guatemalteco y soy analista junior.",
        "align": "center"
      }
    },
    {
      "character": "Sebastián",
      "opacity": 0,
      "startTime": 5.09
    }
  ]
}