Back to Freecodecamp

Task 22

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

latest1.6 KB
Original Source
<!-- (audio) Mark: Got it. Does that apply to the development team as well? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Got it. BLANK that BLANK the development team as well?

--blanks--

Does

--feedback--

This auxiliary verb is used to form a yes/no question in the present tense. The first letter is capitalized.


apply to

--feedback--

These two words mean something is relevant or affects a particular group.

--explanation--

Does that apply to... is used to ask if a rule or requirement is relevant to a specific group. For example:

  • Does that apply to remote workers too? - Is this the same for people working from home?

  • Does that apply to projects outside of our department? - Does this rule also cover projects from other departments?

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.12,
      "finishTimestamp": 28.22
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.1,
      "dialogue": {
        "text": "Got it. Does that apply to the development team as well?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.6
    }
  ]
}