Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/66127755a52efa3c9a73065b.md

latest2.1 KB
Original Source
<!-- (Audio) Sarah: Nice work! I also attended a UX design workshop last month. I learned some great techniques for user research. I've applied them to our project, and it helped improve the user experience. -->

--description--

Listen to the audio and complete the sentence.

--fillInTheBlank--

--sentence--

Nice work! I also BLANK a UX design workshop last month. I BLANK some great techniques for user research. I've applied them to our project, and it BLANK improve the user experience.

--blanks--

attended

--feedback--

It is the past simple form of attend, showing that Sarah participated in the workshop.


learned

--feedback--

It is the past simple form of learn, indicating that Sarah gained new knowledge.


helped

--feedback--

It is the past simple form of help, showing that the application of new techniques had a positive effect.

--scene--

json
{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 19.56,
      "finishTimestamp": 29.88
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 5.02,
      "dialogue": {
        "text": "Nice work. I also attended a UX design workshop last month.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 5.2,
      "finishTime": 7.8,
      "dialogue": {
        "text": "I learned some great techniques for user research.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 7.8,
      "finishTime": 11.32,
      "dialogue": {
        "text": "I've applied them to our project and it helped improve the user experience.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 11.82
    }
  ]
}