Back to Freecodecamp

Task 102

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

latest1.1 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Are you eating here or are you going out? -->

--description--

Here is an adverb that indicates a location or place. It refers to the current location of the speaker or the location they are talking about.

--fillInTheBlank--

--sentence--

Are you eating BLANK or are you going out?

--blanks--

here

--feedback--

This adverb refers to the current location.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": { "x": 50, "y": 15, "z": 1.2 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.2,
      "finishTimestamp": 7.66
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.85,
      "dialogue": {
        "text": "Are you eating here or are you going out?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.35
    }
  ]
}