Back to Freecodecamp

Task 17

curriculum/challenges/english/blocks/learn-how-to-discuss-tech-trends-and-updates/66361ad945006834b7eb7ccd.md

latest1.6 KB
Original Source
<!-- (Audio) Brian: I see. Maybe we could try it on some of our more demanding projects. -->

--description--

Please answer the question below.

--questions--

--text--

Which words or expressions does Brian use to make a suggestion?

--answers--

I see, we try it

--feedback--

This option misses the key modal and adverb that soften the suggestion and express possibility.


some of our

--feedback--

These words detail the possible amount of projects to use it on but do not contribute to the formulation of the suggestion itself.


more demanding projects

--feedback--

While these words describe the nature of the projects, they are not part of the phrase that makes the suggestion.


Maybe, could

--video-solution--

4

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.3-1.mp3",
      "startTime": 1,
      "startTimestamp": 25.86,
      "finishTimestamp": 29.92
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 5.06,
      "dialogue": {
        "text": "I see. Maybe we could try it on some of our more demanding projects.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}