Back to Freecodecamp

Task 43

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680ce2fc859e4242c3ae5822.md

latest1.6 KB
Original Source
<!-- (Audio) Josh: Absolutely, I'll prioritize these orders. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What will Josh do?

--answers--

He will cancel the orders.

--feedback--

Prioritizing means focusing on them, not canceling.


He will delay working on the orders.

--feedback--

Prioritizing means doing them sooner, not delaying them.


He will treat the orders as most important.


He will ignore the orders for now.

--feedback--

Ignoring is the opposite of prioritizing.

--video-solution--

3

--explanation--

When someone says they will prioritize something, it means they will treat it as a top priority and work on it before other tasks.

Josh is making the orders important and handling them first.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Josh",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 67.22,
      "finishTimestamp": 69.8
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 3.58,
      "dialogue": {
        "text": "Absolutely. I'll prioritize these orders.",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 4.08
    }
  ]
}