Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67dd6e931a972af9da77367e.md

latest1.6 KB
Original Source
<!-- (Audio) Alice: Not yet. I was hoping we could discuss it today. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Alice want to do today?

--answers--

Start working on the first phase.

--feedback--

Alice doesn't mention beginning the work.


Cancel the meeting with James.

--feedback--

There's no mention of a meeting being canceled.


Talk to James about the deadline for the first phase.


Send the final report.

--feedback--

Alice doesn't mention sending anything.

--video-solution--

3

--explanation--

I was hoping is a polite and soft way to express a desire or intention, often used when making a suggestion or request. For example:

I was hoping we could meet after lunch. – This politely suggests meeting later without sounding too direct.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-1.mp3",
      "startTime": 1,
      "startTimestamp": 20.96,
      "finishTimestamp": 23.5
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "Not yet. I was hoping we could discuss it today.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}