Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810d9fe0628532232e26c3c.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: Our developers have said there are slowdowns with our current provider, especially during busy times. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What problem did Maria mention?

--answers--

The provider has increased costs.

--feedback--

She doesn't mention cost changes here.


There are delays with the current provider.


There are no more issues.

--feedback--

She says there are slowdowns.


The developers are switching companies.

--feedback--

She only mentions what the developers observed.

--video-solution--

2

--explanation--

Maria says there are slowdowns with their current provider.

This means the system or service is not working quickly, especially when many users are active - during busy times.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 38.04,
      "finishTimestamp": 42.78
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.74,
      "dialogue": {
        "text": "Our developers have said there are slowdowns with our current provider, especially during busy times.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}