Back to Freecodecamp

Task 147

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f6644060253a1dd78b2e36.md

latest1.9 KB
Original Source
<!-- (audio) Brian: Totally agree. I'll work on revising the training plan with more hands-on activities. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How is Brian going to change the training plan?

--answers--

He will remove all training sessions.

--feedback--

Brian is revising the plan, not removing training.


He will make the training fully online.

--feedback--

Brian does not mention making the training online.


He will add more hands-on activities.


He will focus only on theory.

--feedback--

Brian wants to add something, not just theory.

--video-solution--

3

--explanation--

Brian says he'll revise the plan with more hands-on activities — so he's adding, not removing or replacing.

Revise means to change or improve something — usually by looking at it again and making updates. For example:

  • The team decided to revise the training plan. - They want to make changes to improve it.

  • He revised the report after getting feedback. - He changed it based on suggestions.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 65.82,
      "finishTimestamp": 70.92
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 6.1,
      "dialogue": {
        "text": "Totally agree. I'll work on revising the training plan with more hands-on activities.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.6
    }
  ]
}