Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66c8f6be112c67638a580f87.md

latest1.6 KB
Original Source
<!-- (Audio) James: Have we fixed anything like this before? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Have we fixed BLANK BLANK BLANK?

--blanks--

anything

--feedback--

This word is used to refer to any possible issue, not specifying one in particular.


like this

--feedback--

These two words compare the current problem to other similar issues that may have occurred in the past.


before

--feedback--

This word is asking if the action has happened at any time in the past.

--explanation--

Anything refers to any problem or issue, without specifying which one.

Like this compares the current issue to others that are similar.

Before refers to any time in the past.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-1.mp3",
      "startTime": 1,
      "startTimestamp": 14.2,
      "finishTimestamp": 16.5
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.3,
      "dialogue": {
        "text": "Have we fixed anything like this before?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.8
    }
  ]
}