Back to Freecodecamp

Task 137

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/6763322b77048c43b92f9c28.md

latest1.8 KB
Original Source
<!-- (audio) Maria: Great. I think this is going to make a big difference in our security. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

When does Maria think the changes will have an impact on security?

--answers--

The changes already improved security.

--feedback--

Maria does not say the changes have already happened. She is talking about the future.


The changes are currently improving security.

--feedback--

Maria is not referring to something happening now. She is talking about what will happen later.


The changes might improve security someday.

--feedback--

Maria is confident about the changes making an impact, not uncertain.


The changes will improve security in the future.

--video-solution--

4

--explanation--

Maria says, I think this is going to make a big difference in our security. The phrase is going to shows that Maria is talking about the future.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.58,
      "finishTimestamp": 48.34
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Great. I think this is going to make a big difference in our security.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}