Back to Freecodecamp

Task 41

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

latest2.3 KB
Original Source
<!-- (audio) Tom: Cool! I want to hear you play some day. Sophie: Only if you show me your favorite pics. Tom: It's a deal. -->

--description--

It's a deal is something you say when you agree to an arrangement, plan, or exchange. It means you accept the terms, and both people are happy with the decision. For example:

  • Person 1: Let's meet at 5 p.m. after work.

  • Person 2: It's a deal. - This means you agree to this plan.

You usually say it in a friendly way when confirming a plan with someone.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's BLANK.

--blanks--

a deal

--feedback--

This phrase is like a verbal nod, confirming that both sides are happy and agree. There are two words.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-2.mp3",
      "startTime": 1,
      "startTimestamp": 33.58,
      "finishTimestamp": 38.92
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Cool! I want to hear you play someday.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.52
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 3.52
    },
    {
      "character": "Sophie",
      "startTime": 3.52,
      "finishTime": 5.42,
      "dialogue": {
        "text": "Only if you show me your favorite pics.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.42
    },
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 5.42
    },
    {
      "character": "Tom",
      "startTime": 5.78,
      "finishTime": 6.34,
      "dialogue": {
        "text": "It's a deal.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6.84
    }
  ]
}