Back to Freecodecamp

Task 49

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Where has the app been running so far?

--answers--

On the cloud.

--feedback--

Sophie does not mention using the cloud.


On central servers.


On local devices.

--feedback--

Sophie does not refer to using local devices.


On external servers.

--feedback--

Sophie does not talk about using external servers.

--video-solution--

2

--explanation--

Central servers refer to powerful computers or systems that manage and store data for a network, making it accessible to multiple users or devices. These servers are typically located in a central location and handle tasks like data processing, storage, and communication. For example:

The company uses central servers to host all their internal applications. – This means that the company stores and runs its applications on servers in a single central location.

--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
    }
  ]
}