Back to Freecodecamp

Task 43

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65b28bbe803df52c4e76dd15.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: I see. We might have to talk to the team to see if they can help us. -->

--description--

Modal verbs like might and can are used to express possibility and ability.

Might is used for something that could happen or be true, like saying, It might rain today.

Can is used to talk about someone's ability to do something, like, She can speak three languages. Let's practice using these words in sentences.

--fillInTheBlank--

--sentence--

I see. We BLANK have to talk to the team to see if they BLANK help us.

--blanks--

might

--feedback--

It shows possibility. Tom is saying it's possible they will need to talk to the team.


can

--feedback--

It shows ability. Tom is wondering if the team has the ability to help.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.74,
      "finishTimestamp": 24.76
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "I see. We might have to talk to the team to see if they can help us.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 5.52
    }
  ]
}