Back to Freecodecamp

Task 34

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

latest1.8 KB
Original Source
<!-- (audio) Mark: I guess I should make it a habit to run the tests every time. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Mark concluding?

--answers--

He should run tests every time, as a routine.


He should only run tests when Sophie tells him to.

--feedback--

Mark shouldn't test his code only when someone reminds him.


He should write fewer tests.

--feedback--

Mark is saying he should test more often, not less.


He should stop testing his code.

--feedback--

Mark realizes that testing is important.

--video-solution--

1

--explanation--

Make it a habit means to do something regularly until it becomes automatic. For example:

  • Try to make it a habit to write clean code. - You should regularly write easy-to-read code.

  • She made it a habit to learn one new programming tip every week. - She learns regularly as part of her routine.

Mark wants to test his code every time so that he won't forget to do it in the future.

--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": 54.62,
      "finishTimestamp": 57.64
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.02,
      "dialogue": {
        "text": "I guess I should make it a habit to run the tests every time.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.52
    }
  ]
}