Back to Freecodecamp

Task 141

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Brian, this is Tom. He's our new graphic designer and he is from Texas. -->

--description--

Our is a possessive pronoun. It shows that something belongs to or is related to a group that includes the speaker.

In the dialogue, Sophie uses our to talk about Tom and indicate that he is part of their company.

--fillInTheBlank--

--sentence--

Brian, this is Tom. He's BLANK new graphic designer and he is from Texas.

--blanks--

our

--feedback--

Sophie uses this word to indicate that Tom is now part of a team or group that includes her.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 12.15,
      "finishTimestamp": 16.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.55,
      "dialogue": {
        "text": "Brian, this is Tom. He's our new graphic designer and he is from Texas.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 5.05
    }
  ]
}