Back to Freecodecamp

Task 91

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b4681b40ac5c3c991e1f51.md

latest1.6 KB
Original Source
<!-- (audio) Jim: Would now be a good time? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Jim asking?

--answers--

If it is a convenient time to talk.


If Maria is available to start a task.

--feedback--

Jim is not asking if Maria is available for a task.


If Maria has time to review the project.

--feedback--

Jim is not asking about reviewing the project.


If it's the right time for a meeting.

--feedback--

Jim is not specifically asking about a meeting.

--video-solution--

1

--explanation--

Jim is asking if now is a good time to talk.

Would makes the question more polite. Instead of asking directly, Is now a good time?, Jim says, Would now be a good time?.

This sounds softer and more polite because it shows respect for the other person's time.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.52,
      "finishTimestamp": 5.72
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 2.2,
      "dialogue": {
        "text": "Would now be a good time?",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 2.7
    }
  ]
}