Back to Freecodecamp

Task 137

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/68246b46664c59364de47385.md

latest2.2 KB
Original Source
<!-- (Audio) James: Yes, there are fewer big problems now. Most issues are small and not so serious. It looks like we fixed many of the big problems from before. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does James say about the current state of the software?

--answers--

The design has been completely changed.

--feedback--

James doesn't mention anything about design changes.


There are more serious issues than before.

--feedback--

He says most problems now are small and not serious.


Most major problems have been solved.


It is harder to fix problems in this version.

--feedback--

James says they already fixed many big problems, not that it's harder now.

--video-solution--

3

--explanation--

James explains that there are fewer big problems now and that most issues are small and not so serious, meaning the software is currently more stable.

He also says, we fixed many of the big problems from before, which confirms that the major issues have already been resolved. This clearly supports the idea that most serious problems have been dealt with, and only minor ones remain.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-3.mp3",
      "startTime": 1,
      "startTimestamp": 63.68,
      "finishTimestamp": 71.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.72,
      "dialogue": {
        "text": "Yes, there are fewer big problems now. Most issues are small and not so serious.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 6.2,
      "finishTime": 8.96,
      "dialogue": {
        "text": "It looks like we fixed many of the big problems from before.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.46
    }
  ]
}