Back to Freecodecamp

Task 90

curriculum/challenges/english/blocks/learn-how-to-share-feedback/679d2610f412c19f696d3be1.md

latest1.7 KB
Original Source
<!-- (Audio) James: Absolutely. Do you think we need to update the software again? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. Do you BLANK we need to update the software BLANK?

--blanks--

think

--feedback--

This word in a question is used to ask for someone's opinion or belief about a topic.


again

--feedback--

This word means that something is being repeated or done one more time.

--explanation--

Do you think is commonly used to ask for someone's opinion or judgment about a specific topic. For example:

Do you think we should change the design? - This asks for another person's opinion about modifying the design.

Again means that something is being done another time or repeated. For example:

We had to restart the system again due to an error. - This means the system was restarted more than once.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_8-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.8,
      "finishTimestamp": 28.74
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 4.34,
      "dialogue": {
        "text": "Absolutely. Do you think we need to update the software again?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.84
    }
  ]
}