Back to Freecodecamp

Task 55

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

latest2.0 KB
Original Source
<!-- (audio) Alice: It is. Let's run a few more tests to see if we can replicate the issue. Will you help me with that? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Alice suggest doing?

--answers--

Stopping all tests and checking the logs again.

--feedback--

Alice does not suggest stopping tests; she wants to run more tests to replicate the issue.


Running only one test to see if it works.

--feedback--

Alice suggests running a few tests, not just one.


Ignoring the issue and waiting for more data.

--feedback--

Alice wants to actively test and replicate the issue, not ignore it.


Running more tests to try to replicate the issue.

--video-solution--

4

--explanation--

Alice says, Let's run a few more tests to see if we can replicate the issue. This means she is suggesting performing additional tests to reproduce the problem and understand it better.

--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": 31.38,
      "finishTimestamp": 35.9
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "It is. Let's run a few more tests to see if we can replicate the issue.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 4.4,
      "finishTime": 5.52,
      "dialogue": {
        "text": "Will you help me with that?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.02
    }
  ]
}