Back to Freecodecamp

Task 18

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Not yet. I was BLANK we could BLANK it today.

--blanks--

hoping

--feedback--

This expresses a desire or wish for something to happen. Use the -ing form.


discuss

--feedback--

This means to talk about something in detail, usually with another person or group.

--explanation--

To hope means to want something to happen or to be true. For example:

I hope we can finish the task by Friday. – This shows a desire to complete the task soon.

To discuss means to talk about something seriously or in detail, often to make a decision. For example:

Let's discuss the new design in the meeting. – This means to talk together about the design.

--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
    }
  ]
}