Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/67fea25dcb63f5c249b64f3d.md

latest2.3 KB
Original Source
<!-- (Audio) Sarah: That sounds like a good approach to me. Limiting our full team updates to twice a week, we can concentrate on changes or urgent issues. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah think is an advantage of having fewer full team updates?

--answers--

The team can focus on changes or urgent issues.


The team will have more time for other tasks.

--feedback--

Sarah does not mention having more time for other tasks.


The team will become more efficient with updates.

--feedback--

This could be a side effect, but the main benefit Sarah mentions is a different one.


The team will be less stressed with fewer updates.

--feedback--

Sarah does not mention stress.

--video-solution--

1

--explanation--

To concentrate on something means to give your full attention or focus to a particular task, issue, or topic. For example:

She needs to concentrate on finishing the report by the end of the day. – This means she should focus her attention on completing the report without distractions.

--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": 37.22,
      "finishTimestamp": 44.1
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "That sounds like a good approach to me.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 3.18,
      "finishTime": 5.24,
      "dialogue": {
        "text": "Limiting our full team updates to twice a week,",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.52,
      "finishTime": 7.88,
      "dialogue": {
        "text": "we can concentrate on changes or urgent issues.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.38
    }
  ]
}