Back to Freecodecamp

Task 139

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: Tom, this is Brian. He's a web developer. -->

--description--

The contraction he's is a combination of the pronoun he and the verb is. It is used to refer to a male person and describe something about him.

--fillInTheBlank--

--sentence--

Tom, this is Brian. BLANK a web developer.

--blanks--

He's

--feedback--

This contraction is used to describe Brian's job position. The first letter is capitalized.

--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": 9.1,
      "finishTimestamp": 11.76
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "Tom, this is Brian. He's a web developer.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}