Back to Freecodecamp

Task 14

curriculum/challenges/english/blocks/es-a1-learn-greetings-during-the-day/68c8992767e7eb3ae4b4e5fe.md

latest1.4 KB
Original Source
<!-- (Audio) Camila: Soy analista -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy BLANK.

--blanks--

analista

--feedback--

This word means "analyst" and ends in -a, but it can be used for any gender.

--explanation--

Analista means "analyst" in Spanish. It's a neutral noun, which means it's the same for both male and female.

In Spanish, many professions that end in -a don't change with gender. Analista is one of them. For example:

Soy analista de sistemas. – I am a systems analyst.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Camila",
        "position": {
          "x": 50,
          "y": 18,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_afternoon.mp3",
      "startTime": 1,
      "startTimestamp": 3.67,
      "finishTimestamp": 4.81
    }
  },
  "commands": [
    {
      "character": "Camila",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Camila",
      "startTime": 1,
      "finishTime": 2.14,
      "dialogue": {
        "text": "Soy analista.",
        "align": "center"
      }
    },
    {
      "character": "Camila",
      "opacity": 0,
      "startTime": 2.64
    }
  ]
}