Back to Freecodecamp

Task 72

curriculum/challenges/english/blocks/learn-how-to-discuss-roles-and-responsibilities/65d86d187f5ec600eb58fb9e.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: Ah, speaking of procedures, is there anything he told you that we need to do when it comes to office security? -->

--description--

The phrase Is there anything is used to ask if there are any things or tasks that need to be considered or done. It's a way of asking for more information or details about a subject.

For example, Is there anything I can help with? means the speaker is offering help with any task.

Speaking of is a phrase used to transition to a related topic or to bring up something connected to the current discussion. For example, Speaking of holidays, are you going anywhere this summer? shifts the conversation to talk about holiday plans.

--fillInTheBlank--

--sentence--

Ah, speaking of procedures, BLANK BLANK BLANK he told you that we need to do when it comes to office security?

--blanks--

is

--feedback--

This word starts a question asking for specific information or tasks.


there

--feedback--

It's used here to introduce the existence of tasks or information.


anything

--feedback--

This word is used to ask about any tasks or information without specifying what it might be.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "3.3-3.mp3",
      "startTime": 1,
      "startTimestamp": 37.02,
      "finishTimestamp": 43.26
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.24,
      "dialogue": {
        "text": "Speaking of procedures, is there anything he told you that we need to do when it comes to office security?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.74
    }
  ]
}