Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134b8dcfe11d0d1619b03c.md

latest1.7 KB
Original Source
<!-- (Audio) Alice: Proper testing is crucial, especially for the more complex parts of the app. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why does Alice say proper testing is important?

--answers--

Because they want to finish the app without any testing.

--feedback--

Alice stresses the need for testing, not skipping it.


Because some parts of the app are more complex.


Because they already tested everything.

--feedback--

Testing is still needed, especially for complex parts.


Because they are hiring new developers.

--feedback--

The comment is about testing the app, not hiring.

--video-solution--

2

--explanation--

Alice says proper testing is crucial, especially for the more complex parts of the app, meaning areas that are harder or riskier must be carefully tested to avoid mistakes.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 65.32,
      "finishTimestamp": 69.26
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "Proper testing is crucial, especially for the more complex parts of the app.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}