Back to Freecodecamp

Task 42

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, I'll BLANK these orders.

--blanks--

Absolutely

--feedback--

This word is used to strongly agree with something, showing certainty and enthusiasm. The first letter is capitalized.


prioritize

--feedback--

This word means to treat something as more important and do it before other tasks.

--explanation--

Absolutely shows full agreement or strong confirmation. For example:

Absolutely, I'll review the code today. – This means you completely agree to do it.

Prioritize means to arrange tasks so that the most important ones are done first. For example:

The IT team will prioritize server repairs before installing updates. – This means server repairs will be completed first because they are more urgent.

--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
    }
  ]
}