Back to Freecodecamp

Task 84

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

latest2.0 KB
Original Source
<!-- (Audio) Brian: It's crucial to be careful, especially during peak travel times, like holidays or weekends. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's crucial to be careful, especially during BLANK BLANK, like holidays or weekends.

--blanks--

peak

--feedback--

This word means the highest or busiest point of something, such as activity or usage.


travel times

--feedback--

This phrase of two words refers to periods when people are moving from one place to another, often in large numbers.

--explanation--

Peak refers to the busiest or highest point of activity, demand, or usage. For example:

Website traffic often reaches its peak during product launches. - It explains that during product launches, a lot of users visit the website at the same time. This is the busiest period for the site.

Travel times refers to periods when people are actively moving, often in large numbers. For example:

System administrators must ensure VPN access is reliable during peak travel times. - It highlights that it's important to ensure the VPN works well when many employees are traveling to prevent delays or security issues.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.06,
      "finishTimestamp": 14.3
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.24,
      "dialogue": {
        "text": "It's crucial to be careful, especially during peak travel times like holidays or weekends.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.74
    }
  ]
}