Back to Freecodecamp

Task 26

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

latest1.7 KB
Original Source
<!-- (Audio) Alice: And if you don't mind, could you send me the updated project plan? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

And if you don't BLANK, could you send me the BLANK project plan?

--blanks--

mind

--feedback--

This means to be bothered or upset by something.


updated

--feedback--

This means something has been changed or brought up to date.

--explanation--

To mind means to object to or be bothered by a request. For example:

Would you mind closing the window? – This means you are asking the listener if closing the window would be a problem to them.

Updated describes something that has been changed to reflect the most current information. For example:

Please check the updated schedule for the meeting. – This means the schedule now shows the latest details.

--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": 34.52,
      "finishTimestamp": 37.2
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "And if you don't mind, could you send me the updated project plan?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}