Back to Freecodecamp

Task 1

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Maria: Hello. You're the new graphic designer, right? -->

--description--

Contractions are commonly used to make speech sound more natural and fluent. You're is a contraction of you are. This contraction is a combination of the pronoun you and the verb are, which is part of the verb to be.

The verb to be is irregular. When conjugated with you, it becomes are. For example, You are an English learner.

Are can be used in the present affirmative to make a statement or ask a question. This is a typical way to confirm someone's role or identity.

--fillInTheBlank--

--sentence--

Hello. BLANK the new graphic designer, right?

--blanks--

You're

--feedback--

Use a contraction of you are. The first letter is capitalized.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {"x":50,"y":0,"z":1.5},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 2.38
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Hello. You're the new graphic designer, right?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.38
    }
  ]
}