Back to Freecodecamp

Task 4

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6705055b28e3c20fce27a15c.md

latest1.8 KB
Original Source
<!-- (Audio) Lisa: Hey, James. Did you find that bug we were stuck on yesterday? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Hey, James. Did you find that bug we were BLANK BLANK yesterday?

--blanks--

stuck

--feedback--

This word means unable to move forward or solve a problem.


on

--feedback--

This word shows the connection to the problem or task that was causing difficulty.

--explanation--

The expression stuck on is used to describe a situation where someone is unable to make progress or solve an issue. It emphasizes being trapped or halted in a task. For example:

  • I was stuck on that tricky math problem for hours. - The problem made me waste a long time.

  • We got stuck on deciding the best solution to the project's issues. - We did not know the best solution and it took us a long time to find it.

In this sentence, Lisa is referring to a bug they couldn't solve or fix the day before.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 3.04
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "Hey, James. Did you find that bug we were stuck on yesterday?",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}