Back to Freecodecamp

Task 1

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/673519c3d750b013c96f1e6f.md

latest1.8 KB
Original Source
<!-- (Audio) Jake: Maria, the next system update is scheduled for this Saturday at 2 AM. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maria, the next BLANK BLANK is scheduled for this Saturday at 2 AM.

--blanks--

system

--feedback--

This word refers to the entire software or hardware environment needing improvement or maintenance.


update

--feedback--

This word describes a new version or change that improves software or adds features.

--explanation--

A system update is an essential process that makes improvements, adds new features, or corrects issues in the software on a device or network. For example:

  • The system update included security improvements to protect user data. - The update made changes to help keep user information safe from potential threats.

  • After the system update, the device ran faster and had new features. - The update improved device speed and added new functionalities, making it more efficient and useful.

--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": 4.04
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "Maria, the next system update is scheduled for this Saturday at 2am.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}