Back to Freecodecamp

Task 96

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

latest2.4 KB
Original Source
<!-- (Audio) Maria: While the speaker was going through neural networks, I thought about our project last year. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

While the speaker was BLANK BLANK neural networks, I thought about our project last year.

--blanks--

going

--feedback--

This verb is used as part of the phrasal verb go through, meaning to review or explain something in detail. Use it in the -ing form.


through

--feedback--

This preposition is part of the phrasal verb go through, referring to a detailed explanation or review.

--explanation--

To go through means to review, explain, or examine something in detail. It is often used when covering material in a structured or methodical way. For example:

The instructor went through the project requirements step by step. - This means the instructor checked the requirements in a detailed manner.

Neural networks are a type of artificial intelligence inspired by the structure and function of the human brain. For example:

The AI model uses neural networks to classify images with high accuracy. - This means the AI model uses this structure based on the human brain to process data.

In this sentence, Maria describes how the speaker was explaining neural networks during the workshop, prompting her to think about a past project.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 26.66,
      "finishTimestamp": 30.72
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.1,
      "dialogue": {
        "text": "While the speaker was going through neural networks,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.48,
      "finishTime": 5.06,
      "dialogue": {
        "text": "I thought about our project last year.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.56
    }
  ]
}