Back to Freecodecamp

Task 18

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

latest1.9 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. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

Why does Sophie think focusing on social media marketing is a good strategy?

--answers--

Because it requires a lot of technical expertise

--feedback--

Sophie's reasoning is about cost-effectiveness and audience reach, not the level of technical expertise required.


Because it's cost-effective and will reach a broader audience


Because it is a new trend in marketing

--feedback--

Sophie's statement is based on specific benefits, not merely on it being a new trend.


Because it is easier than other marketing strategies

--feedback--

Ease of implementation isn't mentioned; her focus is on the strategy being cost-effective and having a broad reach.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "living-room.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.92,
      "finishTimestamp": 11.68
    }
  },
  "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.26
    }
  ]
}