Back to Freecodecamp

Task 107

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

latest1.8 KB
Original Source
<!-- (audio) Jim: It's currently a bit bland, especially for a tech-focused app. What do you think? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jim think about the app's design?

--answers--

The design is perfect and doesn't need any changes.

--feedback--

Jim thinks the design needs improvement.


The design is too plain for a technology-based app.


The design is overly complex and should be simplified.

--feedback--

Jim doesn't mention that the design is too complex.


The design is very engaging and dynamic.

--feedback--

Jim feels the design is bland and lacks energy.

--video-solution--

2

--explanation--

Listen for key words that describe Jim’s opinion about the design.

A bit bland – This suggests he finds the design plain or uninteresting.

Especially for a tech-focused app – This indicates he thinks the design should be more engaging to match the industry.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Jim",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 29.94,
      "finishTimestamp": 34.36
    }
  },
  "commands": [
    {
      "character": "Jim",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jim",
      "startTime": 1,
      "finishTime": 5.42,
      "dialogue": {
        "text": "It's currently a bit bland, especially for a tech-focused app. What do you think?",
        "align": "center"
      }
    },
    {
      "character": "Jim",
      "opacity": 0,
      "startTime": 5.92
    }
  ]
}