Back to Freecodecamp

Task 22

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

latest2.1 KB
Original Source
<!-- (Audio) Brian: Great! So, we are going to create a detailed marketing plan, combining social media and email marketing. It will help us achieve our goals. -->

--description--

Combining means to put two or more things together. In the context of marketing, it can mean using different strategies together, like Combining online ads with social media campaigns.

--fillInTheBlank--

--sentence--

Great! So, we are going to create a BLANK marketing plan, BLANK social media and email marketing. It will help us BLANK our goals.

--blanks--

detailed

--feedback--

It indicates that the marketing plan will be thorough and comprehensive.


combining

--feedback--

It refers to using both social media and email marketing strategies together in the plan.


achieve

--feedback--

It means to successfully accomplish or reach the set goals, in this case, through the marketing plan.

--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": 22.2,
      "finishTimestamp": 30.2
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.6,
      "dialogue": {
        "text": "Great. So we are going to create a detailed marketing plan",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 4.6,
      "finishTime": 6.82,
      "dialogue": {
        "text": "combining social media and email marketing.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 7.32,
      "finishTime": 9,
      "dialogue": {
        "text": "It will help us achieve our goals.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 9.5
    }
  ]
}