Back to Freecodecamp

Task 29

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

latest1.7 KB
Original Source
<!-- (audio) Mark: By the way, do we have to follow any specific guidelines for data encryption? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK, do we have to follow any specific guidelines for data encryption?

--blanks--

By the way

--feedback--

This three-words phrase introduces a new topic or question that is somewhat related but not the main focus. The first letter is capitalized.

--explanation--

By the way is used to bring up additional information or ask a related question. For example:

  • By the way, did you check your email? - The speaker is changing the topic to ask if someone looked at their email.

  • That was a great presentation. By the way, when is the next one? - Someone is giving a compliment and then asking about the next presentation.

Mark finished discussing one topic and smoothly transitions to asking about data encryption.

--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": 37.34,
      "finishTimestamp": 41.9
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.56,
      "dialogue": {
        "text": "By the way, do we have to follow any specific guidelines for data encryption?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.06
    }
  ]
}