Back to Freecodecamp

Task 23

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

latest1.7 KB
Original Source
<!-- (Audio) Josh: Certainly, I can send those over by next week. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, I can BLANK by next week.

--blanks--

Certainly

--feedback--

This word is used to show strong agreement or willingness to do something. The first letter is capitalized.


send those over

--feedback--

This three-word phrase means to deliver or move items to another person or place.

--explanation--

Certainly shows a positive and polite way to agree to a request. For example:

Certainly, I will forward you the updated software files. – This means happily agreeing to send them.

Send those over means to move or deliver specific items to someone. For example:

The technician will send those over to the development team tomorrow. – This means transferring the needed items to another team.

--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": 36.44,
      "finishTimestamp": 38.78
    }
  },
  "commands": [
    {
      "character": "Josh",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Josh",
      "startTime": 1,
      "finishTime": 3.34,
      "dialogue": {
        "text": "Certainly. I can send those over by next week.",
        "align": "center"
      }
    },
    {
      "character": "Josh",
      "opacity": 0,
      "startTime": 3.84
    }
  ]
}