Back to Freecodecamp

Task 151

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

latest1.2 KB
Original Source
<!-- AUDIO REFERENCE: Brian: But it's true. She's the person to go to if you need help. -->

--description--

Watch the dialogue below and listen to how Brian refers to Sophie. Fill in the blanks below when you are done.

--fillInTheBlank--

--sentence--

But it's true. BLANK the person to go to if you need help!

--blanks--

She's

--feedback--

This contraction is used to describe Sophie's characteristic. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-4.mp3",
      "startTime": 1,
      "startTimestamp": 24.9,
      "finishTimestamp": 28.16
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "But it's true. She's the person to go to if you need help.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}