Back to Freecodecamp

Task 98

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/672beec28ce5685ecdce44e3.md

latest1.6 KB
Original Source
<!-- (audio) Linda: It's been over a year now. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

It's been BLANK now.

--blanks--

over a year

--feedback--

These three words together indicate a time period. They are a preposition, an article and a period of time.

--explanation--

It's been is a contraction of It has been which describes something that started in the past and continues up to now.

Over a year tells you the amount of time that has passed. Over means more than, so over a year means that the collaboration has lasted more than one year.

Now emphasizes that the statement is up-to-date and still true at this moment.

Together, It's been over a year now. means that their collaboration has lasted more than a year and continues to the present.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.34,
      "finishTimestamp": 5.68
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.34,
      "dialogue": {
        "text": "It's been over a year now.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 2.84
    }
  ]
}