Back to Freecodecamp

Task 146

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

latest1.6 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 complete the sentence below.

--fillInTheBlank--

--sentence--

Totally agree. I'll work on revising the BLANK with more hands-on activities.

--blanks--

training plan

--feedback--

This two-word phrase refers to a structured plan for teaching and learning new skills.

--explanation--

A training plan is a document or strategy that outlines learning objectives, activities, and methods. For example:

  • We need a training plan for the new team members. - The team needs a schedule to help them learn what to do.

  • Our manager is designing a new training plan. - The boss is making a learning plan for the team.

--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
    }
  ]
}