Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-about-adverbial-phrases/6807f237eafb11ce7bbc1b01.md

latest1.5 KB
Original Source
<!-- (Audio) Sophie: Right now, we're using our central servers. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Right now, we're using our central BLANK.

--blanks--

servers

--feedback--

This word in the plural form refers to computers or systems that provide services or resources to other computers or devices on a network.

--explanation--

A server is a computer or a system that manages and stores information, and provides services, data, or resources to other computers or devices, usually over a network. For example:

The company's website is hosted on secure servers. – This means the website's data is stored on computers designed to manage and serve that data.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.4,
      "finishTimestamp": 10.48
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.08,
      "dialogue": {
        "text": "Right now, we're using our central servers.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.58
    }
  ]
}