Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67ef9c26140f460df070eb16.md

latest1.9 KB
Original Source
<!-- (audio) Mark: Thanks, Sophie. I appreciate your feedback. I'll correct the code and run the tests. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark willing to do?

--answers--

He will rewrite the entire program.

--feedback--

Mark is not rewriting everything.


He will fix his mistakes and check his work.


He will ignore the problem.

--feedback--

Mark is taking action to fix the issue.


He will submit the code without changes.

--feedback--

Mark understands the mistakes and will correct them.

--video-solution--

2

--explanation--

Mark is taking responsibility for his mistakes and plans to fix them.

Correct the code means to fix errors in the program. For example:

She needs to correct the code to fix the error. - She has to fix the code because there's an issue.

Run the tests means to check if the program works correctly. For example:

He always runs the tests after every update. - He runs tests regularly to check for any problems after making updates.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-1.mp3",
      "startTime": 1,
      "startTimestamp": 64.98,
      "finishTimestamp": 69.02
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.04,
      "dialogue": {
        "text": "Thanks, Sophie. I appreciate your feedback. I'll correct the code and run the tests.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.54
    }
  ]
}