Back to Freecodecamp

Task 92

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/6848416fb649f163f32ac79a.md

latest1.5 KB
Original Source
<!-- (audio) David: Let's keep a close eye on our spending as we move forward. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's BLANK our spending as we move forward.

--blanks--

keep a close eye on

--feedback--

These five words mean to watch something carefully to avoid mistakes or problems.

--explanation--

Keep a close eye on means to monitor something carefully and regularly. For example:

Let's keep a close eye on performance this week. — Let's check how it works very carefully.

David is saying they should carefully track and control their spending during the rest of the project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "David",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 86.56,
      "finishTimestamp": 89.92
    }
  },
  "commands": [
    {
      "character": "David",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "David",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "Let's keep a close eye on our spending as we move forward.",
        "align": "center"
      }
    },
    {
      "character": "David",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}