Back to Freecodecamp

Task 92

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

latest1.8 KB
Original Source
<!-- (audio) Bob: I guess that's something to consider. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I BLANK that's something to BLANK.

--blanks--

guess

--feedback--

This word is used when you're not completely sure but believe something is true or likely.


consider

--feedback--

This word means to think carefully about something before making a decision or forming an opinion.

--explanation--

Guess is used when you're uncertain about something, but you still form an opinion or make a suggestion. For example:

I guess we could try a different approach. - This means you're not completely sure, but you think trying a different approach is a good idea.

Consider means to think carefully about something, often before making a decision. For example:

We need to consider all the options before choosing a solution. - This means you need to think carefully about all possible solutions before making a final choice.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_9-3.mp3",
      "startTime": 1,
      "startTimestamp": 42.32,
      "finishTimestamp": 43.68
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "I guess that's something to consider.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}