Back to Freecodecamp

Task 31

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/68018abc0b4d84e4453e9f68.md

latest2.1 KB
Original Source
<!-- (Audio) Sarah: That works perfectly. I'll keep track of how these changes impact our workflow. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That works perfectly. I'll BLANK track of how these changes BLANK our workflow.

--blanks--

keep

--feedback--

This means to continue doing something.


impact

--feedback--

This means to affect or influence something, often in a strong or noticeable way.

--explanation--

To keep track of something means to monitor or follow the progress of something regularly so you know what is happening. It's often used in work, time management, and planning. For example:

I use a spreadsheet to keep track of project deadlines. – This means you use a tool to stay updated on due dates.

To impact means to have an effect on something. It can be positive or negative and usually refers to a noticeable change. For example:

The new policy will likely impact employee productivity. – This means the policy will influence how well the employees work, either positively or negatively.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 61.14,
      "finishTimestamp": 64.78
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.7,
      "dialogue": {
        "text": "That works perfectly. I'll keep track",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 2.7,
      "finishTime": 4.64,
      "dialogue": {
        "text": "of how these changes impact our workflow.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.14
    }
  ]
}