Back to Freecodecamp

Task 36

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66a963b280d3c2579550bea6.md

latest1.5 KB
Original Source
<!-- AUDIO REFERENCE: Bob: How about tomorrow during lunch? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK BLANK tomorrow during lunch?

--blanks--

How

--feedback--

Used to ask for or suggest a time or idea. The first letter is capitalized.


about

--feedback--

This word is paired with How to make a suggestion or ask for confirmation.

--explanation--

How about is used to suggest a time or idea. The word during is used to specify a time period when something will happen. For example:

  • How about we meet at 3 PM? - This suggests a meeting time.

  • I will call you during the break. - This specifies that the call will happen within the break time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-1.mp3",
      "startTime": 1,
      "startTimestamp": 46.9,
      "finishTimestamp": 48.66
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.76,
      "dialogue": {
        "text": "How about tomorrow during lunch?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.26
    }
  ]
}