Back to Freecodecamp

Task 59

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66db66c34f2ee57deb90d844.md

latest1.8 KB
Original Source
<!-- AUDIO REFERENCE: Linda: But we haven't addressed all the minor elements yet. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

But we BLANK BLANK all the minor elements BLANK.

--blanks--

haven't

--feedback--

Think about the auxiliary verb used in the negative form for actions that are not done up to now.


addressed

--feedback--

This word is the past participle of the verb address.


yet

--feedback--

Consider the word that is used to talk about something that hasn't happened up to now but is expected to happen.

--explanation--

In the Present Perfect, yet is used in negative sentences or questions to talk about something that hasn't happened up to now but is expected to happen in the future. For example:

  • I haven't finished my work yet. - The work is not finished, but it is expected to be completed.

  • Has she called you yet? - This is asking if the call has happened up to now.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-2.mp3",
      "startTime": 1,
      "startTimestamp": 19.4,
      "finishTimestamp": 21.7
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "but we haven't addressed all the minor elements yet.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}