Back to Freecodecamp

Task 138

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

latest1.7 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 BLANK learning, where the developers share experiences and solutions.

--blanks--

peer-to-peer

--feedback--

This means learning between people at the same level, like colleagues helping each other. This is a compound word, remember to use -.

--explanation--

Peer-to-peer learning happens when people learn from each other instead of just from an instructor. For example:

  • Peer-to-peer learning helps students share ideas. - Students learn from each other.

  • We used peer-to-peer learning during the coding workshop. - Everyone helped each other solve problems.

--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
    }
  ]
}