Back to Freecodecamp

Task 48

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675d1437a379f517d766a249.md

latest1.9 KB
Original Source
<!-- (audio) Mark: That seems to be the case. The system is supposed to renew tokens every 30 minutes, isn't it? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That seems to be the case. The system is supposed to BLANK tokens every 30 minutes, BLANK?

--blanks--

renew

--feedback--

It means to make something valid again or to refresh it.


isn't it

--feedback--

These two words form a tag question that confirms or checks the information in the main sentence. The first word is contraction of is not.

--explanation--

Renew means to refresh, extend, or restore something to its original condition. For example:

The subscription needs to renew every year. - It means to extend or refresh the subscription to keep it active for another year, similar to how tokens need to be refreshed every 30 minutes.

Isn't it is used in tag questions to confirm or check information. For example:

The UI is nice, isn't it? - The main statement is positive, so the tag question is negative. It asks for confirmation that the UI is, indeed, nice.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 15.92,
      "finishTimestamp": 21.18
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 6.26,
      "dialogue": {
        "text": "That seems to be the case. The system is supposed to renew tokens every 30 minutes, isn't it?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.76
    }
  ]
}