Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b1e06dd84171494a52bfa4.md

latest1.6 KB
Original Source
<!-- (Audio) Mark: I'm glad you think so. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm glad you BLANK BLANK.

--blanks--

think

--feedback--

This is the verb used when expressing an opinion or belief about something.


so

--feedback--

This word refers to the idea or statement previously mentioned, in this case, the positive feedback Sarah gave.

--explanation--

Think so is used to agree with or confirm something someone else has said. It is often used when someone expresses a belief or judgment, and you want to agree with that judgment. For example:

  • Person 1: The project is on track.

  • Person 2: I think so. - Here, think so shows that this person agrees with their colleague's opinion about the project.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 17.02,
      "finishTimestamp": 18.14
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 2.12,
      "dialogue": {
        "text": "I'm glad you think so.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 2.62
    }
  ]
}