Back to Freecodecamp

Task 7

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

latest1.3 KB
Original Source
<!-- (Audio) Elena: Soy diseñadora -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy BLANK.

--blanks--

diseñadora

--feedback--

This word means "designer" and includes the letter ñ.

--explanation--

Diseñadora means "designer" in Spanish and is the feminine form of the noun diseñador. For example:

Soy diseñadora UX. – I am a UX designer.

This word includes the letter ñ, which is its own letter in the Spanish alphabet.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Elena",
        "position": {
          "x": 50,
          "y": 25,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ES_A1_spanish_greetings_in_the_morning.mp3",
      "startTime": 1,
      "startTimestamp": 3.88,
      "finishTimestamp": 5.42
    }
  },
  "commands": [
    {
      "character": "Elena",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Elena",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Soy diseñadora.",
        "align": "center"
      }
    },
    {
      "character": "Elena",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}