Back to Freecodecamp

Task 67

curriculum/challenges/english/blocks/learn-greetings-in-your-first-day-at-the-office/656ab48697d63748952254a4.md

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Yeah, at this company they're very attentive to these details. -->

--description--

The pronoun they is often used to refer to a group of people or entities.

In this context, they refers to the people responsible within the company. Are is the verb to be conjugated to agree with the plural pronoun they. Together, it creates the contraction they're.

--fillInTheBlank--

--sentence--

Yeah, at this company BLANK very attentive to these details.

--blanks--

they're

--feedback--

This is the contraction for they are.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 37,
      "finishTimestamp": 40.2
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.85,
      "dialogue": {
        "text": "Yeah, at this company they're very attentive to these details.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.35
    }
  ]
}