Back to Freecodecamp

Task 117

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68594a2df7f6b368b7ab5dd6.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Does Thursday the 28th work for you? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Bob asking Sophie?

--answers--

If she is available on that day.


If she wants to cancel the session.

--feedback--

Bob is not checking if canceling the event is a good idea.


If she prefers a different webinar topic.

--feedback--

Bob's not asking Sophie about the subject of the webinar.


If she has already invited everyone.

--feedback--

Bob doesn't mention anything about invitations.

--video-solution--

1

--explanation--

Does + day/time + work for you? is used to ask if a specific time or day is okay or convenient for someone. For example:

Does Monday morning work for you? – This means the speaker wants to know if the other person is available or agrees with that time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 10.38,
      "finishTimestamp": 12.74
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.36,
      "dialogue": {
        "text": "Does Thursday the 28th work for you?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.86
    }
  ]
}