Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671775877ee558061e6eebf8.md

latest1.7 KB
Original Source
<!-- (Audio) Jake: I did, but not always in real time. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I did, but not always in BLANK BLANK.

--blanks--

real

--feedback--

This word refers to something happening in the actual moment it occurs.


time

--feedback--

This word refers to the ongoing or current moment in which events happen.

--explanation--

The phrase in real time refers to something happening immediately as events occur, without delay. It is often used in the context of monitoring, communication, or data processing. For example:

The system updates the dashboard in real time, so you can see changes instantly. - Meaning the dashboard changes immediately after the updates are applied.

In Jake's sentence, he means that while he checked for security vulnerabilities, it wasn't always done immediately as the updates happened.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 31.9,
      "finishTimestamp": 34.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "I did, but not always in real time.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}