Back to Freecodecamp

Task 118

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f5421594f8af2cfd6ce3d4.md

latest1.8 KB
Original Source
<!-- (audio) Brian: Sure, Alice. I think we should emphasize security best practices, especially after that recent security breach. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Alice. I think we should emphasize security BLANK, especially after that recent security breach.

--blanks--

best practices

--feedback--

This two-word phrase refers to methods or actions that are commonly accepted as the best way to do something. Use the plural form.

--explanation--

Best practices are the most effective ways to complete a task. For example:

  • Following best practices can help avoid security risks. - Using the most effective methods can reduce the chances of security problems.

  • The team follows best practices when writing clean code. - The team uses the most recommended and efficient techniques for writing clear and organized code.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.82,
      "finishTimestamp": 13.78
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.96,
      "dialogue": {
        "text": "Sure, Alice. I think we should emphasize security best practices, especially after that recent security breach.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.46
    }
  ]
}