Back to Freecodecamp

Task 28

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

latest1.2 KB
Original Source
<!-- (AUDIO) Ángela: Tengo treinta y cinco años. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Tengo BLANK años.

--blanks--

treinta y cinco

--feedback--

This is the number thirty-five (35).

--explanation--

The complete sentence is Tengo treinta y cinco años, which means "I am thirty-five years old".

--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": 31.8,
      "finishTimestamp": 33.68
    }
  },
  "commands": [
    {
      "character": "Ángela",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Ángela",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Tengo 35 años.",
        "align": "center"
      }
    },
    {
      "character": "Ángela",
      "opacity": 0,
      "startTime": 3.38
    }
  ]
}