Back to Freecodecamp

Task 116

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

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Sophie: I know a nice one. It's a café right down the street. Is that okay for you? -->

--description--

Down the street means further along the street or a short distance away on the same street.

--questions--

--text--

What does Sophie mean by down the street?

--answers--

The café is underground.

--feedback--

Down in this context does not refer to being underground.


The café is on another street.

--feedback--

Down the street refers to a location on the same street.


The café is a short distance away on the same street.


The café is in a building.

--feedback--

The phrase doesn't specify the café's position in or outside a building.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": { "x": 50, "y": 0, "z": 1.4 },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 16.74,
      "finishTimestamp": 20.34
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "I know a nice one. It's a café right down the street. Is that okay for you?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}