Back to Freecodecamp

Task 122

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

latest1.4 KB
Original Source
<!-- AUDIO REFERENCE: Tom: Is the café within walking distance? -->

--description--

If a place is within walking distance, it means it's close enough to reach by walking and you don't need to use a vehicle.

--questions--

--text--

What does within walking distance mean?

--answers--

You need a car to get there.

--feedback--

Within walking distance suggests no vehicle is needed.


It's too far to walk.

--feedback--

The phrase means the opposite.


It's close enough to walk to.


You need a bus to reach it.

--feedback--

The phrase indicates that walking is sufficient.

--video-solution--

3

--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": 25.65,
      "finishTimestamp": 27.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.55,
      "dialogue": {
        "text": "Is the café within walking distance?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 3.05
    }
  ]
}