Back to Freecodecamp

Task 78

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675ed59b1e938bb2443585a5.md

latest1.9 KB
Original Source
<!-- (Audio) Anna: Hi Brian, I've heard about these Man-in-the-Middle attacks. When do they usually happen? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Anna ask about?

--answers--

If Brian knows how to stop cyberattacks.

--feedback--

Anna does not ask about stopping attacks.


When Man-in-the-Middle attacks usually happen.


If Man-in-the-Middle attacks are dangerous.

--feedback--

Anna is not asking if these attacks are dangerous.


How Brian protects himself from attacks.

--feedback--

Anna does not ask about Brian's protection methods.

--video-solution--

2

--explanation--

Anna mentions Man-in-the-Middle attacks and asks about the time they usually happen. The correct answer is about the timing of these specific attacks, not about stopping them, their danger, or how Brian protects himself.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.22
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "Hi, Brian. I've heard about these man in the middle attacks.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "startTime": 4,
      "finishTime": 5.22,
      "dialogue": {
        "text": "When do they usually happen?",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 5.72
    }
  ]
}