Back to Freecodecamp

Task 100

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

latest1.6 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Wow, I'm so hungry. Is it lunchtime? Sophie: Yes, it is. -->

--description--

Pay attention to what Sophie is replying to Tom.

--fillInTheBlank--

--sentence--

Yes, BLANK BLANK.

--blanks--

it

--feedback--

This pronoun refers to something already mentioned. In this case, lunchtime.


is

--feedback--

This is a form of the verb to be, used with he, she, or it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 25, "y": 15, "z": 1.2 },
        "opacity": 0
      },
      {
        "character": "Sophie",
        "position": { "x": 75, "y": 0, "z": 1.25 },
        "opacity": 0
      }

    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 5.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Wow, I'm so hungry. Is it lunchtime?",
        "align": "left"
      }
    },
        {
      "character": "Sophie",
      "startTime": 4.4,
      "finishTime": 5.5,
      "dialogue": {
        "text": "Yes, it is.",
        "align": "right"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 6
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 6
    }
  ]
}