Back to Freecodecamp

Task 69

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/6728a193fccbc59b016a8584.md

latest1.6 KB
Original Source
<!-- (audio) Bob: How long have you been focusing on this evaluation? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How can you respond to Bob's question using the word since?

--answers--

I have been focusing on this evaluation since last week.


I will focus on this evaluation since tomorrow.

--feedback--

The use of since here is not appropriate because it refers to a future action rather than something that has already started.

--video-solution--

1

--explanation--

In the Present Perfect Continuous tense, since is used to indicate the starting point of an action that began in the past and continues into the present, making it clear that Bob is still engaged with the evaluation process.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 9.78,
      "finishTimestamp": 12.44
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.66,
      "dialogue": {
        "text": "How long have you been focusing on this evaluation?",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.16
    }
  ]
}