Back to Freecodecamp

Task 54

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

latest1.7 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 complete the sentence below.

--fillInTheBlank--

--sentence--

It is. Let's run a few more tests to see if we can BLANK the issue. Will you help me with that?

--blanks--

replicate

--feedback--

The word means to copy or repeat something exactly.

--explanation--

Replicate means to reproduce or repeat something, especially to test or confirm results. For example:

The scientists tried to replicate the experiment to confirm the results. - It means the scientists tried to repeat the experiment under the same conditions to see if the same results occur.

--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
    }
  ]
}