Back to Freecodecamp

Task 130

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dde3c405eaab3e21b38bf.md

latest1.3 KB
Original Source
<!-- (audio) Maria: You're welcome, Tom. -->

--description--

It's polite to thank someone who helps you, and it's also polite to acknowledge their thanks. For example:

  • Person 1: Thank you for helping me with the report. - This person shows appreciation.

  • Person 2: You're welcome! - This person answers politely.

Maria uses a common expression to respond to Tom's gratitude.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK welcome, Tom.

--blanks--

You're

--feedback--

This is the contraction for you are. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 50.70,
      "finishTimestamp": 51.54
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 1.84,
      "dialogue": {
        "text": "You're welcome, Tom.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.34
    }
  ]
}