Back to Freecodecamp

Task 135

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f64bbf8879c012ad1d5508.md

latest2.1 KB
Original Source
<!-- (audio) Alice: I like that idea. We could create scenarios that developers can work through to see how best practices are applied in real-life situations. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I like that idea. We could create BLANK that developers can work through to see how best practices are applied in BLANK situations.

--blanks--

scenarios

--feedback--

This noun means situations or examples designed to show how something works in practice. Use the plural form.


real-life

--feedback--

This means actual experiences or situations, not just theory. This is a compound word, remember to use -.

--explanation--

A scenario is a planned situation that helps people understand how to apply knowledge in real life. Scenarios are useful in training because they make learning more practical and engaging. For example:

We practiced what to do in a worst-case scenario. - They trained for a serious or dangerous situation.

A real-life situation is something that happens in the real world, not just as an example or theory. For example:

In a real-life situation, you might not have much time to decide. - Things can be fast and stressful in real life.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 38.78,
      "finishTimestamp": 45.22
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 7.44,
      "dialogue": {
        "text": "I like that idea. We could create scenarios that developers can work through to see how best practices are applied in real-life situations.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.94
    }
  ]
}