Back to Freecodecamp

Task 150

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

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

--description--

In the dialogue, Brian uses the contraction she's instead of she is. It gives the sentence a better flow and sounds more natural in conversation.

--questions--

--text--

Which two words does the contraction she's in the dialogue stand for?

--answers--

She was

--feedback--

She was doesn't fit the context of the dialogue.


She has

--feedback--

She's is a possible contraction for she has, but it doesn't fit this specific dialogue context.


She does

--feedback--

She does isn't represented by she's.


She is

--video-solution--

4

--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
    }
  ]
}