Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671f7708379ef00668b843d4.md

latest2.6 KB
Original Source
<!-- (Audio) Maria: I remember you would often stay late, fine-tuning the code until it was just right. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Did Brian use to work regular hours to adjust the code?

--answers--

No, he would often stay late fine-tuning the code.


Yes, he only worked regular hours to adjust the code.

--feedback--

Maria explicitly mentions that Brian would often stay late, which suggests he worked beyond regular hours.


No, he only adjusted the code during meetings.

--feedback--

Maria describes Brian staying late to fine-tune the code, not working on it exclusively during meetings.


Yes, but only when there was an urgent task.

--feedback--

Maria indicates that staying late was a regular habit for Brian, not something limited to urgent tasks.

--video-solution--

1

--explanation--

Would in this context expresses a habitual action or repeated behavior in the past. It is often used to describe actions that someone regularly performed, similar to used to.

However, would focuses more on the action itself, while used to can describe states or habits. For example:

  • She would always read a book before going to bed. - Reading a book before going to bed was a common action for her.

She used to live in New York before moving here. - here used to is used because living in a place expresses a state of things not an action or something you would habitually do.

In this sentence, Maria uses would to describe Brian's repeated habit of staying late to fine-tune the code, which emphasizes his dedication.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 30.98,
      "finishTimestamp": 34.96
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.84,
      "dialogue": {
        "text": "I remember you would often stay late,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3,
      "finishTime": 4.98,
      "dialogue": {
        "text": "fine-tuning the code until it was just right.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.48
    }
  ]
}