Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685951c15a4855f6c1c25904.md

latest1.8 KB
Original Source
<!-- (Audio) Sophie: That should work. What time are we considering? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sophie conveying with her question?

--answers--

She wants to cancel the meeting entirely.

--feedback--

She's not asking to cancel the meeting.


She agrees with the day and is asking for a specific hour.


She isn't sure if she's free that week.

--feedback--

Sophie's asking for details, but she seems to agree with the date.


She needs to know how long the webinar will last.

--feedback--

Her question isn't about the duration of the webinar.

--video-solution--

2

--explanation--

Sophie suggests that she agrees with the proposed date and is now looking for more details — specifically, the time. This shows collaboration and interest in finalizing plans. Another example:

That date sounds good. What location are we thinking of? – This shows the person agrees with the first decision and now wants to discuss another part of the plan.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.84,
      "finishTimestamp": 15.32
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "That should work. What time are we considering?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.98
    }
  ]
}