Back to Freecodecamp

Task 3

curriculum/challenges/english/blocks/learn-how-to-share-progress-and-accomplishments/6610056e633ce41466b6c5bc.md

latest1.9 KB
Original Source
<!-- (Audio) Sarah: Sure. This week, I worked on the user interface design. I designed a new layout for the app, and I created some mockups to show how it will look. -->

--description--

Listen to the audio and answer the question.

--questions--

--text--

What did Sarah work on this week?

--answers--

She fixed bugs in the app's code.

--feedback--

Sarah's work was focused on design aspects, not on fixing coding bugs.


She worked on the user interface design, creating a new layout and mockups.


She conducted user testing for the app.

--feedback--

While user testing is important, it was not mentioned as part of Sarah's tasks for this week.


She wrote documentation for the app.

--feedback--

Sarah's focus was on design elements, not on writing documentation.

--video-solution--

2

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "8.1-1.mp3",
      "startTime": 1,
      "startTimestamp": 5.12,
      "finishTimestamp": 12.86
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 4.12,
      "dialogue": {
        "text": "Sure. This week I worked on the user interface design.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "startTime": 4.62,
      "finishTime": 8.74,
      "dialogue": {
        "text": "I designed a new layout for the app and I created some mockups to show how it will look.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 9.24
    }
  ]
}