Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-how-to-help-a-coworker-troubleshoot-on-github/65b2b80774ecba3c156722aa.md

latest1.9 KB
Original Source
<!-- (Audio) Tom: It happens to all of us, Maria. I'll make sure to document this for future reference, so we won't run into the same problem again. -->

--description--

To run into often means to meet someone unexpectedly or to encounter a problem. For example, I ran into my friend at the store means you met your friend without planning to.

The expression run into the same problem specifically refers to facing the same difficulty or issue again. It's a way to talk about facing a repeated challenge, especially one that you have experienced before and want to avoid.

For example, if a software crashes due to a specific bug, and you fix it, you would document the solution to ensure you don't run into the same problem in the future.

--fillInTheBlank--

--sentence--

It happens to all of us, Maria. I'll make sure to document this for future reference, so we won't BLANK into the BLANK problem again.

--blanks--

run

--feedback--

In this context, it means to face a problem.


same

--feedback--

This word indicates it is the exact issue that was faced before.

--scene--

json
{
  "setup": {
    "background": "company2-parking.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "6.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 13.5,
      "finishTimestamp": 19.8
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.3,
      "dialogue": {
        "text": "It happens to all of us, Maria. I'll make sure to document this for future reference, so we won't run into the same problem again.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.8
    }
  ]
}