Back to Freecodecamp

Task 101

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856ec7f564af8b9cb209d48.md

latest1.7 KB
Original Source
<!-- (Audio) Jake: It's going to make a big difference in how users interact with our system securely. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's going to make a big difference in how users BLANK with our system securely.

--blanks--

interact

--feedback--

This means to communicate or work with something or someone.

--explanation--

To interact means to communicate with or take actions within a system, person, or environment. For example:

Users can interact with the dashboard to view data in real time. – This means users are doing things in the system to get information or results.

--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": 93.6,
      "finishTimestamp": 97.86
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.56,
      "dialogue": {
        "text": "It's going to make a big difference",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 2.56,
      "finishTime": 5.26,
      "dialogue": {
        "text": "in how users interact with our system securely.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}