Back to Freecodecamp

Task 8

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/673ba128855f6e78cd392dab.md

latest2.4 KB
Original Source
<!-- (Audio) Jake: Maria, the next system update is scheduled for this Saturday at 2 AM. It's crucial to enhance our firewall settings to prevent any potential DoS attacks. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is the best response to Jake's comment?

--answers--

Yes, Jake. I've reviewed the timetable.

--audio-id--

ENd066357d


Yes, Jake. The moon looks great tonight.

--audio-id--

ENdb6264a9

--feedback--

This response is unrelated to Jake's comment about the system update and firewall settings.

--video-solution--

1

--explanation--

A timetable is a schedule that outlines the times and dates of planned events or activities. In this context, Jake refers to a timetable for the system update, and Maria mentions reviewing it, showing she is prepared. For example:

  • The timetable for the train is posted at the station. - This means the schedule for train arrivals and departures is available for reference.

  • We created a timetable to organize our project milestones. - This means a schedule was set up to track when each project goal should be achieved.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 10.04
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Maria, the next system update is scheduled for this Saturday at 2 AM.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 4.96,
      "finishTime": 7.62,
      "dialogue": {
        "text": "It's crucial to enhance our firewall settings",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 7.63,
      "finishTime": 10.34,
      "dialogue": {
        "text": "to prevent any potential denial of service attacks.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 11.04
    }
  ]
}