Back to Freecodecamp

Task 103

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

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

--description--

Going out refers to leaving a particular place, such as an office, to do an activity in another place, like eating. The opposite is eating here, which means stay and eat at the office.

--questions--

--text--

What does going out mean in this context?

--answers--

Exiting a building

--feedback--

While it can mean this, in the context it's more about where Sophie plans to eat.


Eating outside the office


Going to sleep

--feedback--

This is not related to the phrase in this context.


Being in a romantic relationship

--feedback--

Going out can mean this, but not in the context of the dialogue.

--video-solution--

2

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