Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/6759a7cc60ea94557c578ed4.md

latest2.0 KB
Original Source
<!-- (audio) Alice: The tokens aren't being refreshed properly, are they? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

The BLANK aren't being BLANK properly, are they?

--blanks--

tokens

--feedback--

This word in the plural form refers to small pieces of information used to authenticate or identify users in a system.


refreshed

--feedback--

This word ended with -ed means updated or renewed to ensure that something continues to function.

--explanation--

The word tokens refers to pieces of information, often in digital form, that are used in authentication systems to verify or identify a user. For example:

The system uses tokens to verify each user's session. - This means the system relies on pieces of information as a secure way to confirm that a user is authorized to access specific resources or continue a session.

The word refreshed means updated or renewed to ensure continued validity or functionality. For example:

The page was refreshed to display the latest updates. - In this case, refreshed means the page was reloaded to show new or updated information, ensuring that the user sees the most current version of the content.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 13.36,
      "finishTimestamp": 15.7
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.14,
      "dialogue": {
        "text": "The tokens aren't being refreshed properly, are they?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.64
    }
  ]
}