Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672830d9aa2e0c2ff2fad7f8.md

latest1.9 KB
Original Source
<!-- (audio) Linda: Yes, I've been testing them since the latest software update. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, I've been testing them BLANK the latest BLANK.

--blanks--

since

--feedback--

This word is used to indicate a starting point in time for an action that continues to the present.


software update

--feedback--

These two words together refer to a version of software that has been improved or fixed.

--explanation--

In the Present Perfect Continuous tense, since is used to indicate when an action began and continues up to the present. For example:

I've been learning JavaScript since 2020. - It shows that the action of learning JavaScript started in 2020 and is still ongoing.

The term software update refers to changes or improvements made to a computer program. For example:

The software update fixed several bugs and added new features. - It means the latest version of the program that includes fixes and enhancements. It indicates that the improvements are part of the ongoing development of the software.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 3.8,
      "finishTimestamp": 6.42
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.62,
      "dialogue": {
        "text": "Yes, I've been testing them since the latest software update",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.12
    }
  ]
}