Back to Freecodecamp

Task 105

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67d5883f27772c23fc9e977c.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: We've been discussing a few options, and I'd like to get your opinion. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Brian want from Sarah?

--answers--

Her thoughts on the options.


A final decision.

--feedback--

Brian is not making a final decision yet.


A new set of options.

--feedback--

Brian is discussing existing options, not asking for new ones.


Help with an urgent problem.

--feedback--

Brian does not mention any urgent issues.

--video-solution--

1

--explanation--

Get your opinion means to ask someone for their thoughts or feedback on a topic.

Brian is not making a decision yet; he wants to understand Sarah's perspective before moving forward. This suggests he values her input and wants to consider it before choosing the best option.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-3.mp3",
      "startTime": 1,
      "startTimestamp": 4.76,
      "finishTimestamp": 8.14
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "We've been discussing a few options and I'd like to get your opinion.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.88
    }
  ]
}