Back to Freecodecamp

Task 33

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

latest1.7 KB
Original Source
<!-- (audio) Mark: No, I didn't. I should have, but I was in a hurry. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why didn't Mark run the tests?

--answers--

He forgot how to run them.

--feedback--

Mark doesn't mention forgetting anything.


He didn't have enough time.


He thought the code was perfect.

--feedback--

Mark doesn't say he was confident in the code.


Someone else ran them already.

--feedback--

There's no mention of someone else running the tests.

--video-solution--

2

--explanation--

In a hurry means to have not enough time. For example:

  • I was in a hurry and forgot to save the file. - The person rushed and didn't save their work.

  • They launched the app in a hurry and skipped testing. - The team released the app too fast without proper checks.

Even though Mark knows he should have run the tests, he skipped it due to being rushed.

--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": 51.00,
      "finishTimestamp": 53.98
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.92,
      "dialogue": {
        "text": "No, I didn't. I should have, but I was in a hurry.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.42
    }
  ]
}