Back to Freecodecamp

Task 104

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

latest1.5 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 complete the sentence below.

--fillInTheBlank--

--sentence--

We've been discussing a few options, and I'd like to BLANK.

--blanks--

get your opinion

--feedback--

These three words together mean to ask someone what they think about something.

--explanation--

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

Before making a final decision, I want to get your opinion on the design. – This means asking someone for their thoughts about the design.

--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
    }
  ]
}