Back to Freecodecamp

Task 30

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6801874351deead7df0b1c1f.md

latest2.0 KB
Original Source
<!-- (Audio) Bob: How about scheduling the detailed biweekly meetings for Tuesdays and Thursdays at 9 a.m.? --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How could Sarah respond to show she agrees with Bob's proposed meeting schedule?

--answers--

That works perfectly.

--audio-id--

ENe9f6d98c


I don't think that will work for the team.

--audio-id--

EN4e0943b9

--feedback--

This response shows disagreement or concern, not agreement.

--video-solution--

1

--explanation--

That works (for me/us) is a common way to show that you agree with or accept a suggestion, especially when talking about plans, times, or schedules. It means the suggestion fits well or is convenient. For example:

  • Person 1: Let's meet at 3 p.m. tomorrow. - Person 1 proposes a time for a meeting.

  • Person 2: That works for me. – This means the second person is okay with the time suggested.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-1.mp3",
      "startTime": 1,
      "startTimestamp": 55,
      "finishTimestamp": 61.14
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.84,
      "dialogue": {
        "text": "How about scheduling the detailed biweekly meetings",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.84,
      "finishTime": 7.14,
      "dialogue": {
        "text": "for Tuesdays and Thursdays at 9 a.m.?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.64
    }
  ]
}