Back to Freecodecamp

Task 144

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

latest1.9 KB
Original Source
<!-- (audio) Alice: If we make the training more interactive, it could lead to better learning outcomes. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What might be the result of more interactive training?

--answers--

More confusion among developers.

--feedback--

Alice suggests improving training, not making it more confusing.


Better learning results.


Less participation from developers.

--feedback--

Interactive training is meant to increase participation, not reduce it.


No change in learning outcomes.

--feedback--

Alice believes interactive training could improve learning outcomes.

--video-solution--

2

--explanation--

Alice uses First Conditional to suggest that interactive training might improve learning outcomes.

Outcomes means the results or effects of an action or event. For example:

  • The outcome of the meeting was very positive. - The result of the meeting was good.

  • They were happy with the outcome of the training. - They liked what they learned from the training.

--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": 62.2,
      "finishTimestamp": 65.44
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.24,
      "dialogue": {
        "text": "If we make the training more interactive, it could lead to better learning outcomes.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 4.74
    }
  ]
}