Back to Freecodecamp

Task 122

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

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

--description--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

How about restaurants? Are there BLANK good restaurants in this neighborhood?

--blanks--

any

--feedback--

This word is often used in questions to ask if something exists or is available, without specifying a quantity.

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