Back to Freecodecamp

Task 116

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68594842ed7d06433d81ddf8.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Hi Sophie, I was thinking we could schedule it for the last week of this month. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What can we conclude from Bob's answer?

--answers--

The webinar has already been confirmed for the final week.

--feedback--

Bob is actually asking Sophie what she thinks of this.


The event will be repeated every month.

--feedback--

There's no mention of repeating sessions.


The session is canceled for this month.

--feedback--

Bob is not canceling the event.


The date isn't set yet, but Bob has a possible time in mind.

--video-solution--

4

--explanation--

I was thinking we could... is a polite way to make a suggestion. It shows that the speaker has an idea but is open to discussion. For example:

I was thinking we could review the design together tomorrow. – This means the person is suggesting a plan but wants feedback.

--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": 6.72,
      "finishTimestamp": 10.42
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.22,
      "dialogue": {
        "text": "Hi Sophie, I was thinking we could schedule it",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.22,
      "finishTime": 4.7,
      "dialogue": {
        "text": "for the last week of this month.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.2
    }
  ]
}