Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/es-a1-learn-meet-angela-and-basti/6915d44e280a531d2f1c2bb1.md

latest1.2 KB
Original Source
<!-- (AUDIO) Ángela: Soy salvadoreña. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Soy BLANK.

--blanks--

salvadoreña

--feedback--

This is the feminine nationality for someone from El Salvador. Remember to use the special character ñ.

--explanation--

The complete phrase is Soy salvadoreña, which means "I am Salvadoran".

--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": 18.35,
      "finishTimestamp": 19.71
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "Soy salvadoreña.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}