Back to Freecodecamp

Task 93

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

latest2.1 KB
Original Source
<!-- (Audio) James: Do you think we need to update the software again? If we do, it might delay other projects. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Why is James concerned about updating the software again?

--answers--

Because the update might fail.

--feedback--

James does not mention concerns about the update failing.


Because the client did not request an update.

--feedback--

James is discussing the consequences of updating, not whether the client requested it.


Because the update will improve performance.

--feedback--

James is not expressing a concern about performance improvements.


Because it might delay other projects.

--video-solution--

4

--explanation--

Other before projects is used to refer to additional or different projects besides the one being discussed. It contrasts with another, which refers to just one more. For example:

  • We need to complete other tasks before moving on. - You are referring to multiple tasks.

  • We need to complete another task before moving on. - You are referring to a single additional task.

--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": 26.86,
      "finishTimestamp": 31.46
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.88,
      "dialogue": {
        "text": "Do you think we need to update the software again?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 3.16,
      "finishTime": 5.6,
      "dialogue": {
        "text": "If we do, it might delay other projects.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.1
    }
  ]
}