Back to Freecodecamp

Task 65

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671775a360c128062f906b24.md

latest2.0 KB
Original Source
<!-- (Audio) Jake: Sometimes I was checking them a day later, which wasn't ideal. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What did Jake think about checking the updates a day later?

--answers--

He thought it wasn't ideal.


He thought it was the best solution.

--feedback--

Jake explicitly says it wasn't ideal.


He didn't think it was a problem.

--feedback--

Jake's comment shows that he recognized it wasn't an ideal approach.


He thought it was impossible.

--feedback--

Jake mentions that he did check them a day later, but it wasn't ideal.

--video-solution--

1

--explanation--

Which is a relative pronoun used to provide additional information about something mentioned earlier in the sentence. In this case, which refers to the entire idea of checking the updates a day later and clarifies that it wasn't ideal. For example:

She missed the deadline, which caused a delay in the project. - Here, which refers to missing the deadline and explains the resulting delay.

Similarly, Jake uses which to express that checking updates a day later wasn't the best practice.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 34.78,
      "finishTimestamp": 38.52
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.74,
      "dialogue": {
        "text": "Sometimes I was checking them a day later, which wasn't ideal.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.24
    }
  ]
}