Back to Freecodecamp

Task 74

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

latest1.7 KB
Original Source
<!-- (audio) Alice: We believe investing here is essential to ensure a stable release. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Alice think investing in this area is important?

--answers--

To increase the number of features before launch.

--feedback--

She focuses on stability, not adding new features.


To make sure the final version of the product is reliable.


To redesign the user interface.

--feedback--

Alice is talking about stability, not visual design.


To cut down on development time.

--feedback--

Investing in testing usually helps prevent problems, not shorten development.

--video-solution--

2

--explanation--

Alice says that investing is essential to ensure a stable release.

This means she wants the final product to work well and be ready for real users without major issues.

--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": 53.42,
      "finishTimestamp": 57.08
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.66,
      "dialogue": {
        "text": "We believe investing here is essential to ensure a stable release.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.16
    }
  ]
}