Back to Freecodecamp

Task 29

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

latest1.8 KB
Original Source
<!-- (audio) Jessica: Perfect. For the final phase, we should aim to have at least two weeks for beta testing and fixing any critical issues that our testers find. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jessica want to make sure they have time for?

--answers--

Launching the product immediately.

--feedback--

She's not talking about launching yet.


Training new developers.

--feedback--

Jessica doesn't mention anything about training or new team members.


Beta testing and fixing serious problems.


Designing a new interface.

--feedback--

Design is not part of the final phase she's describing here.

--video-solution--

3

--explanation--

Jessica says, we should aim to have at least two weeks for beta testing and fixing any critical issues.

This shows she wants to plan time for testing the product with users and fixing serious problems before release.

--scene--

json
{
  "setup": {
    "background": "interview-room2.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_23-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.62,
      "finishTimestamp": 49.88
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 8.26,
      "dialogue": {
        "text": "Perfect. For the final phase, we should aim to have at least two weeks for beta testing and fixing any critical issues that our testers find.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 8.76
    }
  ]
}