Back to Freecodecamp

Task 120

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

latest1.4 KB
Original Source
<!-- (audio) Maria: Yes, there are a couple of parks near here. They're great for a break. -->

--description--

They're is a contraction of they are.

For example, They are in the office is the same as They're in the office, and it means the people are inside the office.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, there are a couple of parks near here. BLANK great for a break.

--blanks--

They're

--feedback--

Maria uses this contraction to say that the parks are great for taking a break. 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": 11.56,
      "finishTimestamp": 14.68
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "Yes, there are a couple of parks near here. They're great for a break.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}