Back to Freecodecamp

Task 2

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

latest2.1 KB
Original Source
<!-- (Audio) Bob: Today, I want to focus on optimizing our daily huddle meetings to ensure we're using our time effectively. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob say he wants to focus on?

--answers--

Optimizing their daily huddle meetings.


Organizing a team lunch.

--feedback--

Bob doesn't mention anything about food or social events.


Hiring new team members.

--feedback--

Bob does not talk about hiring more people.


Fixing software bugs.

--feedback--

Bob's focus is not on technical issues.

--video-solution--

1

--explanation--

To focus on something means to give your full attention or effort to one specific task or goal. For example:

She wants to focus on improving her coding skills this month. – This means she will spend most of her time and energy on getting better at coding.

To optimize means to make something as good, fast, or efficient as possible. For example:

We need to optimize our website for mobile users. – This means the team should improve how the website works on mobile phones.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 6.16
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Today, I want to focus on optimizing our daily huddle meetings",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 4.94,
      "finishTime": 7.16,
      "dialogue": {
        "text": "to ensure we're using our time effectively.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.66
    }
  ]
}