Back to Freecodecamp

Task 94

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

latest1.9 KB
Original Source
<!-- (audio) Alice: I'll make sure to update you regularly and adjust our allocations as needed based on our progress. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll BLANK update you regularly and adjust our allocations BLANK based on our progress.

--blanks--

make sure to

--feedback--

These three words mean to take care to do something or not forget to do it.


as needed

--feedback--

This two-word phrase means when necessary or only if the situation requires it.

--explanation--

Make sure to is used to express responsibility or promise which means the speaker will definitely do something. For example:

Make sure to save your work before closing. — Don't forget to save before you shut the program.

As needed means doing something only when it becomes necessary. For example:

We can add more team members as needed. — They'll add people only if it becomes necessary.

In Alice's sentence, she's saying she'll regularly inform David and change the budget plan if the project's progress requires it.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 91.08,
      "finishTimestamp": 95.58
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 5.5,
      "dialogue": {
        "text": "I'll make sure to update you regularly and adjust our allocations as needed based on our progress.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6
    }
  ]
}