Back to Freecodecamp

Task 121

curriculum/challenges/english/blocks/learn-conversation-starters-in-the-break-room/657dd4012bce1081c8d8c934.md

latest2.2 KB
Original Source
<!-- (audio) Tom: How about restaurants? Are there any good restaurants in this neighborhood? -->

--description--

Any is often used in questions to ask if something exists or is available, without specifying a quantity. It's useful when you don't know if there is something or how much there is and you want to find out. For example:

Are there any updates? - Here, any is used to ask if there are updates without specifying a number.

Any is often used in questions and negative statements to mean some or even a little. Here's how you might use it in different contexts:

  • In questions: Do you have any questions? (It doesn't matter if there are many questions or just one; you're asking if there are questions at all.)
  • In negative sentences: I don't have any money. (You have zero money.)
  • With offers and requests: Could I have any of these cookies? (It doesn't matter which cookie; any cookie will do.)

--questions--

--text--

What does Tom want to know about the neighborhood?

--answers--

If there are good places to eat.


If it has good transportation.

--feedback--

Tom's question is specifically about places to eat, not transportation.


If there are entertainment places.

--feedback--

Restaurants are places to eat, which is not the same as entertainment like theaters.


If there are shopping centers.

--feedback--

Shopping centers are not mentioned in this part of the conversation.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "1.3-5.mp3",
      "startTime": 1,
      "startTimestamp": 15.06,
      "finishTimestamp": 18.42
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 4.36,
      "dialogue": {
        "text": "How about restaurants? Are there any good restaurants in this neighborhood?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 4.86
    }
  ]
}