Back to Freecodecamp

Task 120

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b70c48107da6738ff1b365.md

latest2.3 KB
Original Source
<!-- (audio) Maria: We're planning to implement a 'Remember Me' feature, which should help speed up the login process. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We're planning to BLANK a 'BLANK BLANK' feature, which should help speed up the login process.

--blanks--

implement

--feedback--

This word means to put a plan, system, or idea into action or use.


Remember

--feedback--

This word refers to something that helps you recall or save information automatically. The first letter is capitalized.


Me

--feedback--

This word refers to the user or the person using the system. The first letter is capitalized.

--explanation--

Implement means to bring something into use, like a feature or plan. In tech, it's commonly used when you start using a new function or system. For example:

We're planning to implement a new security measure next month. - This means to start using or applying a new feature or system.

Remember Me is a feature used in websites and applications that allows users to stay logged in automatically for a period of time, without needing to re-enter their login details every time. For example:

The "Remember Me" option saves your login information so you don't have to type it in again. - This means Remember Me helps users by saving their login information, making the login process quicker.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 55.16,
      "finishTimestamp": 59.68
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.52,
      "dialogue": {
        "text": "We're planning to implement a Remember Me feature, which should help speed up the login process.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}