Back to Freecodecamp

Task 51

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

latest2.1 KB
Original Source
<!-- (audio) Alice: Yes, it should. But something's going wrong. Are you going to check the server logs to find out what happened? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Alice ask about?

--answers--

If the server logs are being checked to understand the problem.

--feedback--

Alice asks if the server logs will be checked, not if they are already being checked.


If something is going wrong with the server.

--feedback--

Alice mentions that something is going wrong, but her main question is about checking the server logs, not just the problem.


If the server logs contain useful information.

--feedback--

Alice's question is about whether the server logs will be checked, not whether they contain useful information.


If the server logs will be checked to find out what happened.

--video-solution--

4

--explanation--

Alice is asking whether the server logs will be checked to investigate what caused the issue. The focus is on reviewing the logs to find out what happened.

--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": 21.6,
      "finishTimestamp": 26.16
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.02,
      "dialogue": {
        "text": "Yes, it should, but something's going wrong.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.22,
      "finishTime": 5.56,
      "dialogue": {
        "text": "Are you going to check the server logs to find out what happened?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.06
    }
  ]
}