Back to Freecodecamp

Task 112

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

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

--description--

In questions, any is often used to inquire if there is at least one of something. For example:

Do you have any water? - Here, any is used to ask if there is even a small amount of water.

--questions--

--text--

In the question Any favorite lunch spot?, what is Tom asking Sophie?

--answers--

If she dislikes all lunch spots.

--feedback--

Any in the context doesn't indicate dislike.


If there is a specific lunch spot she prefers.


If she knows all the lunch spots.

--feedback--

Tom is not asking about all spots, but about a preferred one.


If she never goes for lunch.

--feedback--

Tom is specifically asking about a preferred spot, not Sophie's lunch habits.

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