Back to Freecodecamp

Task 2

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

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

--description--

People sometimes use tag questions to check or confirm something. For example:

You're a programmer, right? - Here, right is used as a tag to check or confirm the previous statement.

--fillInTheBlank--

--sentence--

Hello. You're the new graphic designer, BLANK?

--blanks--

right

--feedback--

Pay attention to the last word Maria says.

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