Back to Freecodecamp

Task 59

curriculum/challenges/english/blocks/learn-how-to-talk-about-numbers-with-a-coworker/6848059469b425484c75d2b4.md

latest1.9 KB
Original Source
<!-- (audio) Alice: Specifically, one-fourth of this portion is directed towards back-end development, which is crucial given our scalability goals. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is back-end development important in this project?

--answers--

Because it's the only phase that's been completed.

--feedback--

There is no mention of completed phases. Alice is talking about budget focus and goals.


Because it's the most expensive part of the project.

--feedback--

She gives a percentage, but doesn't say it's the most expensive.


Because it's necessary for the system to grow and support more users.


Because the team prefers working on back-end code.

--feedback--

She explains why it's crucial, not why the team likes it.

--video-solution--

3

--explanation--

Alice says back-end development is crucial given our scalability goals.

This means it's important because the system needs to grow and support more users or traffic, which is what scalability is about.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-2.mp3",
      "startTime": 1,
      "startTimestamp": 20.34,
      "finishTimestamp": 26.7
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 7.36,
      "dialogue": {
        "text": "Specifically, one-fourth of this portion is directed towards back-end development, which is crucial given our scalability goals.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.86
    }
  ]
}