Back to Freecodecamp

Task 132

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685a9d294d6ab0d3871f4cef.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Just include a brief agenda and mention that we'll be discussing the latest trends in AI and LLMs. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Just include a brief BLANK and mention that we'll be discussing the BLANK trends in AI and LLMs.

--blanks--

agenda

--feedback--

This refers to a list of topics or things to do during a meeting or event.


latest

--feedback--

This refers to something most recent or newest.

--explanation--

An agenda is a plan or list of items to be discussed or done at a meeting or event. For example:

The team leader sent out the agenda before the meeting. – This means everyone knew the topics ahead of time.

Latest describes something that is the most recent or up to date. For example:

Have you read the latest news about the new software update? – This means the news is current or newly released.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-3.mp3",
      "startTime": 1,
      "startTimestamp": 39.44,
      "finishTimestamp": 45.46
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "Just include a brief agenda and mention that",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "startTime": 3.26,
      "finishTime": 7.02,
      "dialogue": {
        "text": "we'll be discussing the latest trends in AI and LLMs.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 7.52
    }
  ]
}