Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671f76b915c1cf062570fdfc.md

latest2.8 KB
Original Source
<!-- (Audio) Brian: Did you go to the AI workshop yesterday? Maria: Yes, I did. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which workshop can we be sure Maria attended yesterday?

--answers--

The Python workshop.

--feedback--

Maria specifically confirms attending the AI workshop, not the Python workshop.


The AI workshop.


The cybersecurity workshop.

--feedback--

Maria attended the AI workshop, as confirmed in her response.


The design workshop.

--feedback--

Maria explicitly says she attended the AI workshop, not the design workshop.

--video-solution--

2

--explanation--

AI stands for Artificial Intelligence, a field of computer science that focuses on creating systems capable of performing tasks that typically require human intelligence, such as learning, reasoning, and decision-making. For example:

AI is being used to improve natural language processing in chatbots. - This means that Artificial Intelligence is used to help chatbots communicate in a more efficient way with humans.

An AI workshop is a session or event where participants learn about AI concepts, tools, or applications. These workshops often include hands-on activities to help attendees understand and implement AI technologies. For example:

The AI workshop covered topics like machine learning and neural networks. - This means the AI workshop taught machine learning and neural networks.

In this dialog, Maria confirms that she attended an AI workshop yesterday.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      },
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 23.3,
      "finishTimestamp": 26.6
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "Did you go to the AI workshop yesterday?",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3
    },
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 3
    },
    {
      "character": "Maria",
      "startTime": 3,
      "finishTime": 4.3,
      "dialogue": {
        "text": "Yes, I did.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}