Back to Freecodecamp

Task 138

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

latest1.7 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Brian, let me introduce you to Tom. Tom, this is Brian. He's a web developer. Brian, this is Tom. He's our new graphic designer and he is from Texas. -->

--description--

The verb to be has different forms based on the subject. For third person singular (he, she, it), the correct form is is.

--fillInTheBlank--

--sentence--

Brian, let me introduce you to Tom. Tom, this BLANK Brian. He's a web developer. Brian, this is Tom. He's our new graphic designer and he BLANK from Texas.

--blanks--

is

--feedback--

This is a form of the verb to be, used with he, she, or it.


is

--feedback--

This is a form of the verb to be, used with he, she, or it.

--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": 7,
      "finishTimestamp": 16.02
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.76,
      "dialogue": {
        "text": "Brian, let me introduce you to Tom. Tom, this is Brian. He's a web developer.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 5.8,
      "finishTime": 10,
      "dialogue": {
        "text": "Brian, this is Tom. He's our new graphic designer and he is from Texas.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 10.5
    }
  ]
}