Back to Freecodecamp

Task 53

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67531f0c699943385e41734c.md

latest1.7 KB
Original Source
<!-- (Audio) Jake: Sarah, I just found out that we've had a phishing attack on our system. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

True or False: Jake just found out about the phishing attack.

--answers--

True


False

--feedback--

Just found out means Jake learned about something for the first time, so he didn't know about it before.

--video-solution--

1

--explanation--

Found out means to discover or learn something new, usually for the first time. For example:

I just found out about the meeting yesterday. - This means I learned about the meeting for the first time yesterday.

Try to listen to the phrase just found out in the audio. In this context, Jake is saying he just discovered that there was a phishing attack. This shows he didn't know about it before.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-2.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.56
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.56,
      "dialogue": {
        "text": "Sarah, I just found out that we've had a phishing attack on our system.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}