Back to Freecodecamp

Task 121

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Maria referring to in her response?

--answers--

A new security feature to prevent unauthorized access.

--feedback--

Maria doesn't mention security。


A method to collect user feedback for improvements.

--feedback--

Maria is discussing a feature not related to the feedback collection.


A feature to help speed up the login process for users.


A new process to change passwords more frequently.

--feedback--

Maria is focusing on the login speed, not password changes.

--video-solution--

3

--explanation--

To find the correct answer, listen for key parts of Maria’s response:

That's a valid point. – She acknowledges Jim’s concern, showing that she understands the issue.

We're planning to implement a 'Remember Me' feature. – This tells us she is referring to a solution that will make logging in easier.

Which should help speed up the login process. – This confirms the goal is to make login faster, not to improve security or change passwords.

Maria is offering a solution while keeping the conversation constructive.

--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": 53.54,
      "finishTimestamp": 59.78
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.78,
      "dialogue": {
        "text": "That's a valid point.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.92,
      "finishTime": 7.24,
      "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": 7.74
    }
  ]
}