Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678f31f92c4240103318e5d6.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 complete the sentence below.

--fillInTheBlank--

--sentence--

That might be the best BLANK. It could help us make a more BLANK decision.

--blanks--

approach

--feedback--

This word refers to a way or method of doing something.


informed

--feedback--

This word means having enough knowledge or information to make a good decision.

--explanation--

Approach refers to a method or strategy for handling a situation. For example:

The best approach to solving this problem is to start with research. - This means the best method to handle the problem is by starting with research.

Informed decision means making a choice based on knowledge and relevant information. For example:

The team made an informed decision after reviewing all the data. – This means the team carefully considered the available information before making a choice.

--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.1,
      "finishTimestamp": 53.5
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 4.4,
      "dialogue": {
        "text": "That might be the best approach. It could help us make a more informed decision.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 4.9
    }
  ]
}