Back to Freecodecamp

Task 24

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Josh agree to do?

--answers--

Wait until next month to send the items.

--feedback--

He says he can send them by next week, not next month.


Ask someone else to send the items.

--feedback--

Josh says he can send them, not someone else.


Send the items himself by next week.


Cancel the shipment.

--feedback--

He agrees to send the items, not cancel anything.

--video-solution--

3

--explanation--

Certainly shows a strong and positive agreement.

Send those over means Josh will deliver the items himself.

Mentioning by next week gives a clear deadline for when the delivery will happen.

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