Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/677fdf7b6032a62399fd1adc.md

latest2.1 KB
Original Source
<!-- (Audio) Maria: Yes, you're correct. If someone forgets, it could be a disaster. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What would happen if someone forgot to back up?

--answers--

It would be fine.

--feedback--

Maria doesn't describe the potential result as something acceptable.


It could be a small issue.

--feedback--

Maria talks about a serious problem, not a small issue.


It would cause some delays.

--feedback--

Maria doesn't talk about delays. She warns about a serious outcome.


It could be a disaster.

--video-solution--

4

--explanation--

Disaster refers to a very bad event or serious problem. For example:

  • The outdated software created a security disaster for the company. - Old software led to major security issues for the organization.

  • Ignoring regular maintenance can turn small problems into a disaster. - Skipping maintenance may escalate minor issues into serious ones.

In this dialogue, it means that forgetting to back up could cause significant trouble, such as losing critical data.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.46,
      "finishTimestamp": 11.78
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 1.96,
      "dialogue": {
        "text": "Yes, you're correct.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.18,
      "finishTime": 4.32,
      "dialogue": {
        "text": "If someone forgets, it could be a disaster.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.82
    }
  ]
}