Back to Freecodecamp

Task 53

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

latest1.6 KB
Original Source
<!-- (audio) Mark: I already did. There's nothing unusual in the logs. This is strange, isn't it? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Mark find about the logs?

--answers--

There are multiple errors in the logs.

--feedback--

Mark does not mention finding errors in the logs.


The logs indicate a server crash.

--feedback--

Mark does not mention any indication of a server crash.


There are no unexpected things in the logs.


The logs are missing important data.

--feedback--

Mark does not say that data is missing.

--video-solution--

3

--explanation--

Mark says, There's nothing unusual in the logs. This means he has reviewed the logs and found no unexpected or abnormal entries.

--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": 26.26,
      "finishTimestamp": 31.04
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 5.88,
      "dialogue": {
        "text": "I already did. There's nothing unusual in the logs. This is strange, isn't it?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 6.38
    }
  ]
}