Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f32918a004211d4277928.md

latest1.8 KB
Original Source
<!-- (audio) Lisa: That might be the best approach. It could help us make a more informed decision. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Lisa suggesting?

--answers--

Choosing the best method to make a better decision.

--feedback--

Lisa is not susggesting choosing the best method.


Using a different approach to solve a problem.

--feedback--

Lisa is focused on making a decision, not solving a problem.


Relying on personal opinions to make a decision.

--feedback--

Lisa is not suggesting relying on personal opinions.


Adopting a method that will help them gather more information before making a decision.

--video-solution--

4

--explanation--

Listen for key words that explain what Lisa is suggesting.

Might be the best approach – This shows she is recommending a method.

Help us make a more informed decision – This tells us the goal is to gather information before deciding.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 50.0,
      "finishTimestamp": 53.5
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.5,
      "dialogue": {
        "text": "That might be the best approach. It could help us make a more informed decision.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 5.0
    }
  ]
}