Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e727a9c574f58cb16b5f8.md

latest1.5 KB
Original Source
<!-- (audio) Sarah: At noon, I take a break and have lunch at the café down the street. -->

--description--

Down the street is used to describe a location that is not too far away, usually within walking distance on the same street. It's a common way to indicate nearby places in everyday conversation.

--questions--

--text--

What does down the street mean?

--answers--

In a different city.

--feedback--

Down the street indicates a nearby location, not a different city.


Very far away.

--feedback--

Down the street refers to a place close by, not far away.


A short distance away on the same street.


Directly underneath the street.

--feedback--

Down the street is about location on the surface, not underneath.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-5.mp3",
      "startTime": 1,
      "startTimestamp": 47,
      "finishTimestamp": 50.1
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "At noon, I take a break and have lunch at the café down the street.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}