Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c484a75ba7e7784b9069ec.md

latest2.2 KB
Original Source
<!-- (Audio) Bob: I know, but I'm wondering if there's anything we could do to speed things up. Maybe move some tasks around or prioritize the most important ones? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I know, but I'm wondering if there's anything we could do to speed things up. Maybe BLANK some tasks BLANK or BLANK the most important ones?

--blanks--

move

--feedback--

Paired with the word around, this verb means to change the position of something.


around

--feedback--

With the verb to move, this word means changing the order or placement of things.


prioritize

--feedback--

This verb means to focus on the most important things first.

--explanation--

To move something around means to change the order or position of things. For example:

We need to move some meetings around to fit the new schedule. - This means rescheduling the meetings to different times.

To prioritize means to focus on the most important tasks first. For example:

Let's prioritize fixing the critical bugs before adding new features. - This means working on the most urgent problems before anything else.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 11.66,
      "finishTimestamp": 19.98
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.78,
      "dialogue": {
        "text": "I know, but I'm wondering if there's anything we could do to speed things up.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 5.22,
      "finishTime": 9.32,
      "dialogue": {
        "text": "Maybe move some tasks around or prioritize the most important ones?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 9.82
    }
  ]
}