Back to Freecodecamp

Task 32

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

latest2.4 KB
Original Source
<!-- (Audio) Sarah: I'll keep track of how these changes impact our workflow and compile a report by the end of the month. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah intend to do to help?

--answers--

She wants to suggest a new workflow.

--feedback--

Sarah doesn't say she wants to create or suggest a new workflow.


She plans to monitor the changes and write a report.


She will cancel the report and share her opinion instead.

--feedback--

Sarah does not say she will cancel the report.


She plans to change the meeting schedule again.

--feedback--

Sarah does not mention making further changes to the meeting schedule.

--video-solution--

2

--explanation--

Workflow refers to the sequence of tasks or steps that are followed to complete a process or job. It helps describe how work moves from start to finish in an organized way. For example:

We're trying to improve our workflow to speed up delivery times. – This means the team wants to make the steps more efficient to deliver faster.

To compile means to collect and organize information into a single document or report. It often refers to putting data, results, or ideas together in one place. For example:

She compiled all the feedback from the team into one summary. – This means she gathered different pieces of feedback and organized them into a clear, single document.

--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": 62.28,
      "finishTimestamp": 66.58
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "I'll keep track of how these changes impact our workflow",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.4,
      "finishTime": 5.3,
      "dialogue": {
        "text": "and compile a report by the end of the month.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.8
    }
  ]
}