Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a9585902fdfa4a22f38810.md

latest2.0 KB
Original Source
<!-- AUDIO REFERENCE: Lisa: A couple of developers from our branch in Seattle, and a UX designer I've collaborated with before. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

A BLANK of developers from our BLANK in Seattle, and a UX designer I've collaborated with before.

--blanks--

couple

--feedback--

This word usually means two, but it can also mean a small number or some.


branch

--feedback--

It refers to a local office or division of a larger organization.

--explanation--

Couple usually means two, but it can sometimes mean a small number or some. For example:

  • A couple of days can mean two days or a few days.

  • A couple of friends can mean two friends or a few friends.

Branch refers to a local office or division of a larger organization. For example:

  • The company has a branch in Seattle. - The company has a smaller office or location in Seattle, separate from the main office.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 19.56,
      "finishTimestamp": 24.12
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "A couple of developers from our branch in Seattle",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "startTime": 3.08,
      "finishTime": 5.56,
      "dialogue": {
        "text": "and a UX designer I've collaborated with before.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 6.06
    }
  ]
}