Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67574d8786f50e500eae8e67.md

latest1.8 KB
Original Source
<!-- (Audio) Sarah: I'll alert the development team and tell them to check their emails carefully. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll alert the BLANK BLANK and tell them to check their emails carefully.

--blanks--

development

--feedback--

This word refers to the team responsible for creating or improving something, such as software or systems.


team

--feedback--

This word refers to a group of people working together towards a common goal.

--explanation--

The development team is a group of professionals responsible for building or improving systems, software, or products. For example:

The development team is working on the new feature. - This means the team is creating or enhancing something specific.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 26.98,
      "finishTimestamp": 30.82
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.06,
      "dialogue": {
        "text": "I'll alert the development team",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.06,
      "finishTime": 4.84,
      "dialogue": {
        "text": "and tell them to check their emails carefully.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.34
    }
  ]
}