Back to Freecodecamp

Task 126

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/68390a24c15fa596f888d224.md

latest1.7 KB
Original Source
<!-- (Audio) Lisa: We need a more proactive maintenance strategy. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Lisa think the team should do?

--answers--

Wait for problems to happen and then fix them.

--feedback--

Lisa doesn't suggest waiting for the problems to occur.


Ignore maintenance for now.

--feedback--

Lisa doesn't recommend ignoring maintenance.


Plan ahead to prevent issues before they start.


Focus only on fixing the biggest problems.

--feedback--

She doesn't want urgent fixes.

--video-solution--

3

--explanation--

A strategy is a plan or method designed to achieve a specific goal, often involving careful planning. For example:

The marketing team developed a strategy to increase online sales. – This means they created a detailed plan to improve sales.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.1,
      "finishTimestamp": 47.26
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 3.16,
      "dialogue": {
        "text": "We need a more proactive maintenance strategy.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.66
    }
  ]
}