Back to Freecodecamp

Task 56

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

latest1.6 KB
Original Source
<!-- (Audio) Sarah: It's well-organized and works as expected. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Sarah say about the project?

--answers--

It has some issues.

--feedback--

Sarah doesn't mention any issues.


It is difficult to understand.

--feedback--

Sarah doesn't say the project is difficult to understand.


It needs further testing.

--feedback--

Sarah doesn't mention testing.


It is well-organized and functions correctly.

--video-solution--

4

--explanation--

Well-organized means that the project is arranged clearly and logically, making it easy to use or understand. Works as expected means that the project is functioning as intended without any problems or surprises.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 3.7,
      "finishTimestamp": 5.9
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.2,
      "dialogue": {
        "text": "It's well-organized and works as expected.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 3.7
    }
  ]
}