Back to Freecodecamp

Task 83

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685627f537ddbeec9dbaac90.md

latest1.8 KB
Original Source
<!-- (Audio) Jake: Hmm... We could try to integrate real-time alerts with more intuitive graphics. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hmm... We could try to BLANK real-time alerts with more BLANK graphics.

--blanks--

integrate

--feedback--

This means to combine or bring things together into one system.


intuitive

--feedback--

This means easy to understand or use without needing instructions.

--explanation--

To integrate means to bring different parts together so they work as one system. For example:

The new app integrates chat and calendar features in one place. – This means the new app adds chat and calendar functions together.

Something intuitive is easy to use or understand naturally, without needing explanation. For example:

The new design is more intuitive, so users can navigate it easily. – This means users can understand how to use it just by looking at it.

--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": 58.44,
      "finishTimestamp": 63.1
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.66,
      "dialogue": {
        "text": "Hmm... We could try to integrate real-time alerts with more intuitive graphics.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 6.16
    }
  ]
}