Back to Freecodecamp

Task 43

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

latest1.8 KB
Original Source
<!-- (audio) Alice: I think it's related to our session management. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think it's related to our BLANK BLANK.

--blanks--

session

--feedback--

This word refers to a period of time during which a user interacts with a system.


management

--feedback--

This word refers to the process of handling or organizing something.

--explanation--

The word session refers to a specific period during which a user interacts with a system or application. For example:

The user's session timed out after 30 minutes of inactivity. - This means that the system ended the user's active connection because they did not perform any actions for 30 minutes.

The word management means the process of handling, controlling, or organizing something. For example:

Good management of resources is essential for project success. - This sentence highlights the importance of planning and organizing resources effectively to ensure the success of a project.

--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": 11.26,
      "finishTimestamp": 13.24
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 2.98,
      "dialogue": {
        "text": "I think it's related to our session management.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 3.48
    }
  ]
}