Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672ccc988693199500b4cdfd.md

latest1.9 KB
Original Source
<!-- (Audio) James: Yes, I've been working on it since the last training session. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does James express when he started working on the project?

--answers--

By saying he only started after receiving new feedback.

--feedback--

James doesn't specify that he needed new feedback to begin; he uses a specific past event to mark the start of his work.


By mentioning a specific point in time.


By saying he finished working soon after the last session.

--feedback--

James's statement indicates ongoing work, not that he finished shortly after starting.


By explaining that he only works when a new training session happens.

--feedback--

James is emphasizing when he started continuous work, not limiting his work to specific events.

--video-solution--

2

--explanation--

James uses the phrase since the last training session to indicate when he started working on the project. The word since marks a specific point in the past, showing an action that began at that time and is ongoing.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 4.64,
      "finishTimestamp": 7.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.82,
      "dialogue": {
        "text": "Yes, I've been working on it since the last training session.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.32
    }
  ]
}