Back to Freecodecamp

Task 136

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d823f27e76f4945c8acd0a.md

latest1.8 KB
Original Source
<!-- (audio) Jake: Not yet, but we should focus on the critical systems first. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is the team obligated to focus on the critical systems first?

--answers--

No.


Yes.

--feedback--

Should suggests a strong recommendation, not an obligation. If it were an obligation, Jake would say must instead of should.

--video-solution--

1

--explanation--

Should is a modal verb that expresses advice, recommendation, or the best course of action — but not an obligation.

  • You should update your password regularly. - It's a good idea to change your password often for security.

  • You should check for errors in the code before running it. - It's a good practice to find mistakes before executing the code.

Since Jake says we should focus on the critical systems first, he is giving a strong recommendation, but the team is not strictly obligated to do it.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 40.38,
      "finishTimestamp": 43.58
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.2,
      "dialogue": {
        "text": "Not yet, but we should focus on the critical systems first.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.7
    }
  ]
}