Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66361c43829cea3535e7a49a.md

latest2.3 KB
Original Source
<!-- (Audio) Sarah: I think so. Why don't we check out some of these tools to see if they can help us? -->

--description--

The phrase why don't is often used to make a suggestion or offer. It is followed by a subject (like we, you, or they) and a base verb. The structure is why don't + subject + base verb. It's a polite way of suggesting an action or asking someone to do something.

Examples:

Why don't we go to the cinema tonight? The speaker suggests going to the cinema.

Why don't you try restarting the computer? The speaker suggests restarting the computer as a solution.

The phrase check out means to examine or look at something more closely, commonly used when suggesting to explore or learn more about something. For instance, Let's check out the new restaurant implies visiting and trying the restaurant.

--fillInTheBlank--

--sentence--

I think so. BLANK BLANK we BLANK BLANK some of these tools to see if they can help us?

--blanks--

Why

--feedback--

This word starts the suggestion, introducing the idea of questioning the action to prompt consideration.


don't

--feedback--

This contraction of do not used in a question to form a suggestion, softening the proposal.


check

--feedback--

This verb is part of the phrase meaning to explore or examine something.


out

--feedback--

This preposition completes the phrase emphasizing the action of exploring or examining in more detail.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 30.5,
      "finishTimestamp": 34.5
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5,
      "dialogue": {
        "text": "I think so. Why don't we check out some of these tools to see if they can help us?",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.5
    }
  ]
}