Back to Freecodecamp

Task 21

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

latest3.0 KB
Original Source
<!-- (Audio) Sophie: I think we're going to focus on social media marketing. It's cost-effective, and it will reach a broader audience. Brian: That sounds good. I suggest that we also invest in email marketing. It's more targeted, and it will allow us to engage with our subscribers directly. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Is Brian suggesting to replace social media marketing with email marketing?

--answers--

Yes, he is proposing email marketing as a replacement for social media marketing

--feedback--

Brian uses also in his statement, indicating an addition, not a replacement.


No, he is suggesting it as an additional strategy alongside social media marketing


Yes, because email marketing is more cost-effective than social media marketing

--feedback--

The cost-effectiveness isn't the basis for an alternative choice; Brian is adding to, not replacing, the social media strategy.


No, because he thinks social media marketing is ineffective

--feedback--

Brian's suggestion does not imply that he finds social media marketing ineffective; rather, he's proposing an additional strategy.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      },
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.92,
      "finishTimestamp": 20.66
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "I think we're going to focus on social media marketing.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.84,
      "finishTime": 6.76,
      "dialogue": {
        "text": "It's cost-effective and it will reach a broader audience.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 7.11
    },
    {
      "background": "company1-boardroom.png",
      "character": "Brian",
      "opacity": 1,
      "startTime": 7.11
    },
    {
      "character": "Brian",
      "startTime": 7.46,
      "finishTime": 11.4,
      "dialogue": {
        "text": "That sounds good. I suggest that we also invest in email marketing.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 11.54,
      "finishTime": 15.74,
      "dialogue": {
        "text": "It's more targeted and it will allow us to engage with our subscribers directly.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 16.24
    }
  ]
}