Back to Freecodecamp

Task 77

curriculum/challenges/english/blocks/learn-how-to-use-conditionals/67810fc466ce3e3bc3eaaa8d.md

latest1.8 KB
Original Source
<!-- (Audio) Bob: I think that's a great idea. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Bob think about Maria's suggestion?

--answers--

He doesn't think it's necessary.

--feedback--

Bob supports Maria's suggestion.


He is unsure and wants more details.

--feedback--

Bob expresses confidence and agreement, not uncertainty.


He thinks they should focus on reminders instead.

--feedback--

Bob doesn't suggest focusing only on reminders.


He agrees and thinks it's a great idea.

--video-solution--

4

--explanation--

Bob uses the phrase, I think that's a great idea, to express his positive opinion about Maria's suggestion. This is a common way to agree with and support someone's idea.

Other examples of expressing agreement or positive opinions include:

  • That sounds like a good plan.

  • I completely agree with you.

  • I believe that could really help us.

These expressions show enthusiasm and collaboration, just like Bob's response to Maria.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_7-2.mp3",
      "startTime": 1,
      "startTimestamp": 45.24,
      "finishTimestamp": 46.78
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "I think that's a great idea.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}