Back to Freecodecamp

Task 46

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

latest1.9 KB
Original Source
<!-- (audio) Alice: I think it's related to our session management. The tokens aren't being refreshed properly, are they? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Alice explain the problem?

--answers--

She thinks the problem is with how the session management is working, especially the way the tokens are not being updated correctly.


She thinks the problem is with the design of the tokens.

--feedback--

Alice does not talk about the design of the tokens.


She thinks the problem is with the login process.

--feedback--

Alice does not mention the login process.


She thinks the problem is caused by the network connection.

--feedback--

Alice does not mention the network connection.

--video-solution--

1

--explanation--

Alice's statement shows that the issue is about session management, particularly how the system handles refreshing the tokens.

--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": 15.7
    }
  },
  "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",
      "startTime": 3.3,
      "finishTime": 5.44,
      "dialogue": {
        "text": "The tokens aren't being refreshed properly, are they?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}