Back to Freecodecamp

Task 75

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855f2903d6fff7db8509c9b.md

latest1.4 KB
Original Source
<!-- (Audio) Jake: Custom questions could be a great improvement for security. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Custom questions could be a great BLANK for security.

--blanks--

improvement

--feedback--

This means a change that makes something better.

--explanation--

An improvement is something that makes a situation, product, or process better than it was before. For example:

The new update is an improvement over the last version of the app. – This means the update has made the app better.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 42.24,
      "finishTimestamp": 45.42
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "Custom questions could be a great improvement for security.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}