Back to Freecodecamp

Task 34

curriculum/challenges/english/blocks/learn-how-to-use-reported-speech/682f1b74eade346af62e3530.md

latest1.7 KB
Original Source
<!-- (Audio) Brian: Can you write up a summary of this discussion? I'd like to use it to update our training materials. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Can you write up a summary of this discussion? I'd like to use it to update our training BLANK.

--blanks--

materials

--feedback--

This refers to the documents, slides, or resources used to teach or train someone.

--explanation--

Training materials are written or visual content used to support learning or training. For example:

The new employees received digital training materials on cybersecurity procedures. – This means they got documents or tools to help them learn about security.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_21-1.mp3",
      "startTime": 1,
      "startTimestamp": 58.62,
      "finishTimestamp": 63.36
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 2.96,
      "dialogue": {
        "text": "Can you write up a summary of this discussion?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "startTime": 3.28,
      "finishTime": 5.74,
      "dialogue": {
        "text": "I'd like to use it to update our training materials.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 6.24
    }
  ]
}