Back to Freecodecamp

Task 140

curriculum/challenges/english/blocks/learn-about-speculation-and-requests/67f65a5e0016ab17a6ac1939.md

latest1.9 KB
Original Source
<!-- (audio) Brian: Exactly. And we could encourage peer-to-peer learning, where the developers share experiences and solutions. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Exactly. And we could encourage peer-to-peer learning, where the developers share BLANK and BLANK.

--blanks--

experiences

--feedback--

This noun refers to things people have done or learned in the past. Use the plural form.


solutions

--feedback--

This noun means ways to fix or solve problems. Use the plural form.

--explanation--

Brian wants developers to learn from each other's experiences and solutions to improve their skills.

Experiences are real-life knowledge or skills people gain over time. For example:

We shared our experiences after the group project. - Everyone talked about what they did and learned.

Solutions are ways to solve problems. For example:

She offered a smart solution during the meeting. - She shared a good idea that could help.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_17-3.mp3",
      "startTime": 1,
      "startTimestamp": 47.56,
      "finishTimestamp": 53.62
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 7.06,
      "dialogue": {
        "text": "Exactly. And we could encourage peer-to-peer learning, where the developers share experiences and solutions.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 7.56
    }
  ]
}