Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66121954a1cde81cd252ef26.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: That's wonderful to hear. It sounds like we have achieved a lot this week. -->

--description--

Remember, the present perfect tense, formed with have or has plus the past participle of a verb, is used to describe actions or states that occurred at an unspecified time before now. The focus is on the result of the action, not the specific time it occurred.

--questions--

--text--

What does have achieved in Sarah's statement imply about the team's work?

--answers--

The team has successfully reached goals or completed tasks recently.


The team will achieve their goals in the future.

--feedback--

Have achieved refers to accomplishments already made, not future goals.


The team had goals but did not achieve them.

--feedback--

Have achieved indicates successful accomplishment, not failure to achieve goals.


The team is planning to start working soon.

--feedback--

The use of have achieved implies that the work has already been done, not just planned.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 42.78,
      "finishTimestamp": 46.3
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "That's wonderful to hear. It sounds like we have achieved a lot this week.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}