Back to Freecodecamp

Task 68

curriculum/challenges/english/blocks/learn-how-to-discuss-your-morning-or-evening-routine/655a7c5211e5252cf8a4ed01.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: I totally understand, Jake. It can be tough. Let's see if we can come up with some ideas that include the kids. -->

--description--

The modal verb can is used to express ability, possibility, or to ask permission. It's a very common verb in everyday conversation. For example:

  • I can speak three languages. - Here, can shows ability.

  • Can I borrow your pen? - Here, can asks for permission.

Tough means something is difficult or challenging. People often use it to describe hard situations or tasks. For example:

  • The API test was really tough. - Here, tough means the test was difficult.

  • They're going through a tough time right now. - Here, tough means the situation is difficult and challenging.

--fillInTheBlank--

--sentence--

I totally understand, Jake. It BLANK be tough. Let's see if we BLANK come up with some ideas that include the kids.

--blanks--

can

--feedback--

This modal verb expresses the possibility of a situation being tough.


can

--feedback--

This modal verb is used to explore the possibility of having ideas that include the kids.

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.2-3.mp3",
      "startTime": 1,
      "startTimestamp": 12.38,
      "finishTimestamp": 18.14
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 6.76,
      "dialogue": {
        "text": "I totally understand, Jake. It can be tough. Let's see if we can come up with some ideas that include the kids.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 7.26
    }
  ]
}