Back to Freecodecamp

Task 113

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

latest1.3 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Of course. Any favorite lunch spot around here, Sophie? -->

--description--

A favorite lunch spot refers to a preferred place where someone likes to have their lunch.

--fillInTheBlank--

--sentence--

Any BLANK BLANK BLANK around here, Sophie?

--blanks--

favorite

--feedback--

This adjective means the thing you like the most.


lunch

--feedback--

This noun means the meal you eat in the middle of the day.


spot

--feedback--

This noun means a place or 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": 12.85,
      "finishTimestamp": 16.1
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 3.85,
      "dialogue": {
        "text": "Of course. Any favorite lunch spot around here, Sophie?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.35
    }
  ]
}