Back to Freecodecamp

Task 89

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

latest1.9 KB
Original Source
<!-- (Audio) Brian: I attended some really interesting sessions these last few days. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What has Brian been doing at PyCon?

--answers--

He has been organizing the sessions.

--feedback--

Brian says he attended the sessions, not that he organized them.


He has been attending some interesting sessions.


He has been presenting at the sessions.

--feedback--

Brian talks about attending sessions, not presenting them.


He has been networking with other attendees.

--feedback--

While Brian might have been networking, his statement is specifically about attending sessions.

--video-solution--

2

--explanation--

To attend sessions means to participate in organized events, such as talks, discussions, or meetings, often as an audience member. It typically refers to events at conferences, workshops, or professional gatherings. For example:

She attended several training sessions as part of her trainee program. - Here, she took in training sessions because this is part of the trainee program.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-3.mp3",
      "startTime": 1,
      "startTimestamp": 7.3,
      "finishTimestamp": 10.42
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "I attended some really interesting sessions these last few days.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.62
    }
  ]
}