Back to Freecodecamp

Task 123

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/67326cb0e9a72b69d6efd417.md

latest2.0 KB
Original Source
<!-- (audio) James: I'm happy to hear that. After all, we're proactively enhancing the platform based on what we've learned. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm happy to hear that. BLANK, we're proactively enhancing the platform based on what we've learned.

--blanks--

After all

--feedback--

These two words together are used to give a reason or justification for what was just said. The first leter is capitalized.

--explanation--

After all is used to provide a reason or justification for what was just said. It often introduces an explanation that supports or reinforces the previous statement. For example:

She decided to take the project on herself. After all, she has the most experience. - Here, after all provides the reasoning that her experience makes her the best choice for the project.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 46.7,
      "finishTimestamp": 52.28
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.12,
      "dialogue": {
        "text": "I'm happy to hear that.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.3,
      "finishTime": 5.2,
      "dialogue": {
        "text": "After all, we're proactively enhancing the platform",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 5.2,
      "finishTime": 6.58,
      "dialogue": {
        "text": "based on what we've learned.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.08
    }
  ]
}