Back to Freecodecamp

Task 23

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

latest2.2 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--

Listen to the audio and answer the question.

--questions--

--text--

How will the marketing plan look like according to Brian?

--answers--

It will be a basic plan focusing only on social media marketing.

--feedback--

Brian describes the plan as detailed and combining both social media and email marketing.


It will be an experimental plan with untested marketing strategies.

--feedback--

Brian's description doesn't suggest an experimental approach; he outlines a detailed plan using known strategies.


It will focus solely on traditional marketing methods.

--feedback--

Brian specifically mentions combining social media and email marketing, which are digital strategies.


It will be a detailed plan that combines social media and email marketing strategies.

--video-solution--

4

--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
    }
  ]
}