Back to Freecodecamp

Task 53

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

latest2.1 KB
Original Source
<!-- (Audio) James: True. Do you think we might face any big problems with how fast it responds on different servers? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James seem to be worried about in terms of having the app on different servers?

--answers--

The app's design on different servers.

--feedback--

James doesn't mention design.


The app's user interface on different servers.

--feedback--

James does not focus on the user interface.


The app's performance on different servers.


The app's ability to scale across different servers.

--feedback--

James is not worried about scalability.

--video-solution--

3

--explanation--

How fast refers to the speed at which something happens or operates. It is often used when discussing performance, particularly in relation to time and efficiency. For example:

How fast can we expect the website to load after the update? – This is asking how quickly the website will open and become interactive after the update is completed.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_18-2.mp3",
      "startTime": 1,
      "startTimestamp": 14.64,
      "finishTimestamp": 19.84
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "True. Do you think we might face any big problems with",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 3.96,
      "finishTime": 6.2,
      "dialogue": {
        "text": "how fast it responds on different servers?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.7
    }
  ]
}