Back to Freecodecamp

Task 107

curriculum/challenges/english/blocks/learn-how-to-clarify-misunderstandings/67f21cb96f839b95677e5d76.md

latest2.2 KB
Original Source
<!-- (Audio) Jessica: I'm sorry for the confusion. We've completed the main testing, but we've found some minor bugs in the user interface. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the current status of the testing according to Jessica?

--answers--

Testing hasn't started yet.

--feedback--

Jessica says the main testing has already been completed.


Major bugs have stopped the testing.

--feedback--

Jessica mentions only minor bugs, not major ones that stop the process.


The testing phase failed and needs to be restarted.

--feedback--

Jessica doesn't say that testing failed. She only reports small issues in the user interface.


The main testing is done, but some small problems still exist.

--video-solution--

4

--explanation--

Jessica says, We've completed the main testing, which means the major testing work is finished.

She also says, but we've found some minor bugs in the user interface, meaning there are still small issues to fix.

So, the correct answer is that the main testing is done, but some small problems remain.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jessica",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_16-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.9,
      "finishTimestamp": 21.54
    }
  },
  "commands": [
    {
      "character": "Jessica",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jessica",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "I'm sorry for the confusion.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "startTime": 2.5,
      "finishTime": 6.64,
      "dialogue": {
        "text": "We've completed the main testing, but we found some minor bugs in the user interface.",
        "align": "center"
      }
    },
    {
      "character": "Jessica",
      "opacity": 0,
      "startTime": 7.14
    }
  ]
}