Back to Freecodecamp

Task 15

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614ac949f89655d25e9d43c.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Hi, team! Thanks for joining the call. Let's discuss our strategy for the upcoming product launch. -->

--description--

A launch in a business context usually refers to the introduction of a new product or service to the market. Like saying, The company is excited about the launch of its new app.

--fillInTheBlank--

--sentence--

Hi, team! Thanks for joining the call. Let's discuss our strategy for the BLANK product BLANK.

--blanks--

upcoming

--feedback--

It is used here to describe the activity that is scheduled to happen in the near future.


launch

--feedback--

It refers to the act of officially introducing the new product to the market.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.24
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.12,
      "dialogue": {
        "text": "Hi team, thanks for joining the call.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.28,
      "finishTime": 6.24,
      "dialogue": {
        "text": "Let's discuss our strategy for the upcoming product launch.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.74
    }
  ]
}