Back to Freecodecamp

Task 5

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

latest1.9 KB
Original Source
<!-- SPEAKING --> <!-- (Audio) Sarah: Thanks for meeting with me today. We need to wrap up the list of components for our next product batch. This list here shows what we're looking at. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might Josh say if he wants to show a helpful attitude?

--answers--

I didn't know we had a meeting today.

--audio-id--

EN722d9ffb

--feedback--

This sounds confused, not helpful. Sarah already started the meeting.


No problem at all.

--audio-id--

ENcd4cd921

--video-solution--

2

--explanation--

When Josh wants to show a helpful or cooperative attitude, a polite reply like No problem at all is a good choice. It shows he is happy to be there and ready to help.

The other option doesn't fit the tone of the meeting.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 7.48
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.98,
      "dialogue": {
        "text": "Thanks for meeting with me today. We need to wrap up the list of components for our next product batch.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 6.52,
      "finishTime": 8.48,
      "dialogue": {
        "text": "This list here shows what we're looking at.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 8.98
    }
  ]
}