Back to Freecodecamp

Task 37

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/661278160653ee3d9040ed68.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 answer the question.

--questions--

--text--

What did Sarah do last month?

--answers--

She started a new project on user experience.

--feedback--

Sarah's focus was on attending a workshop and learning new techniques, not starting a new project.


She took a vacation.

--feedback--

Taking a vacation is not mentioned; Sarah's statement was about attending a UX design workshop.


She attended a UX design workshop and learned user research techniques.


She was promoted to a new position.

--feedback--

Sarah's statement revolves around attending a workshop and learning, not about a job promotion.

--video-solution--

3

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