Back to Freecodecamp

Task 91

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is James sure that they need to update the software?

--answers--

Not really, since he is asking for Maria's opinion.


Yes, he has already decided to update it.

--feedback--

James is asking Maria about it, so he probably hasn't decided it yet.


Yes, he has already started updating the software.

--feedback--

James is asking whether they should update the software or not.


On the contrary, he's sure they should not update the software.

--feedback--

James is not rejecting the idea altogether; he is actually asking Maria's opinion on the topic.

--video-solution--

1

--explanation--

To update means to modify or improve software by releasing a new version. Updates can include bug fixes, new features, or performance improvements. For example:

The company released an update to fix security vulnerabilities in the app. - This means a new version was launched to address security issues.

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