Back to Freecodecamp

Task 122

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68595495c11cf62dbf11b1a8.md

latest2.2 KB
Original Source
<!-- (Audio) Sophie: I'd suggest late afternoon, maybe around 4 p.m. so it doesn't clash with other meetings. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Sophie's concern in relation to the time of the webinar?

--answers--

That the session might be too early in the day.

--feedback--

She doesn't mention an early morning session.


That 4 p.m. might be too late for participants.

--feedback--

She doesn't see 4 p.m. as a problem.


That most people will forget the time.

--feedback--

There's no mention of forgetting the time.


That it could overlap with other scheduled meetings.

--video-solution--

4

--explanation--

Using expressions like early morning, late afternoon, or early evening helps specify an approximate time. Business hours are typically 9 a.m. to 5 p.m., so scheduling something for late afternoon (like 4 p.m.) can help avoid conflicts with other meetings or tasks. Another example:

Let's meet in the early afternoon, around 1 p.m., after lunch. – This shows the meeting is planned to avoid both the morning rush and late-day conflicts.

--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": 15.4,
      "finishTimestamp": 19.9
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "I'd suggest late afternoon, maybe around 4 p.m.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 3.94,
      "finishTime": 5.5,
      "dialogue": {
        "text": "so it doesn't clash with other meetings.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6
    }
  ]
}