Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-talk-about-updates-and-plans-for-tasks-and-projects/6614ae3e02cc465ebee68851.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--

Which part of Sophie's sentence indicates that she is considering focusing on social media marketing?

--answers--

I think we're going to focus on social media marketing.


It's cost-effective.

--feedback--

While it explains a reason, it doesn't indicate the intention to focus on social media marketing.


And it will reach a broader audience.

--feedback--

This part highlights a benefit but does not specifically indicate the focus on social media marketing.


I think

--feedback--

While I think shows Sophie's thought, it's the whole phrase I think we're going to focus on social media marketing that indicates the focus.

--video-solution--

1

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