Back to Freecodecamp

Task 49

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

latest2.0 KB
Original Source
<!-- (audio) Mark: That seems to be the case. The system is supposed to renew tokens every 30 minutes, isn't it? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Mark further analyze the cause of the problem?

--answers--

The system needs more time to update tokens.

--feedback--

Mark's analysis does not mention more time being needed to update tokens. Instead, he discusses the specific action of token renewal every 30 minutes.


The system should not update tokens every 30 minutes.

--feedback--

Mark mentions that the system is supposed to renew tokens every 30 minutes, so this answer does not reflect his analysis correctly.


The system is supposed to renew tokens every 30 minutes.


The system isn't working properly because of a bug.

--feedback--

Mark doesn't mention a bug causing the issue. Instead, he is discussing the intended behavior of the system regarding token renewal.

--video-solution--

3

--explanation--

Mark is explaining that the system is designed to renew tokens every 30 minutes. He is confirming whether the system is functioning as expected, rather than suggesting a different cause or problem.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 15.92,
      "finishTimestamp": 21.18
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 6.26,
      "dialogue": {
        "text": "That seems to be the case. The system is supposed to renew tokens every 30 minutes, isn't it?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.76
    }
  ]
}