Back to Freecodecamp

Dialogue 1: The Latest User Feedback

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/66609e8c75137f49fd9c25fd.md

latest3.6 KB
Original Source

--description--

Watch the video below to understand the context of the upcoming lessons.

--assignment--

Watch the video

--scene--

json
{
 "setup": {
   "background": "interview-room3.png",
   "characters": [
     {
       "character": "James",
       "position": { "x": -25, "y": 0, "z": 1 }
     },
     {
       "character": "Linda",
       "position": { "x": 125, "y": 0, "z": 1 }
     }
   ],
   "audio": {
     "filename": "B1_3-1.mp3",
     "startTime": 1
   },
   "alwaysShowDialogue": true
 },
 "commands": [
   {
     "character": "James",
     "position": { "x": 25, "y": 0, "z": 1 },
     "startTime": 0
   },
   {
     "character": "Linda",
     "position": { "x": 70, "y": 0, "z": 1 },
     "startTime": 0.5
   },
   {
     "character": "James",
     "startTime": 1,
     "finishTime": 3.56,
     "dialogue": {
       "text": "Have you seen the latest user feedback?",
       "align": "left"
     }
   },
   {
     "character": "James",
     "startTime": 3.56,
     "finishTime": 8.86,
     "dialogue": {
       "text": "They've mentioned some elements of our homepage aren't displaying correctly on mobile devices.",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 9.88,
     "finishTime": 15.06,
     "dialogue": {
       "text": "Yes, I've reviewed the reports. It seems we've got a UI display issue across different screen sizes.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 15.4,
     "finishTime": 17.5,
     "dialogue": {
       "text": "Have we fixed anything like this before?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 18.02,
     "finishTime": 21.16,
     "dialogue": {
       "text": "No, we haven't, but we've solved similar issues on other projects.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 21.9,
     "finishTime": 25.24,
     "dialogue": {
       "text": "Have you had the time to identify which elements are causing the trouble?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 25.24,
     "finishTime": 30.5,
     "dialogue": {
       "text": "Yes, I have. The navigation bar and the footer haven't been adapting well to smaller screens.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 31.3,
     "finishTime": 34.86,
     "dialogue": {
       "text": "Have we received any detailed reports from users about this issue?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 35.5,
     "finishTime": 40.9,
     "dialogue": {
       "text": "Yes, a few actually. They've emailed us screenshots showing how elements overlap on their devices.",
       "align": "right"
     }
   },
   {
     "character": "James",
     "startTime": 41.78,
     "finishTime": 46.06,
     "dialogue": {
       "text": "Alright, what's our next step? Has the development team been informed about this?",
       "align": "left"
     }
   },
   {
     "character": "Linda",
     "startTime": 46.36,
     "finishTime": 49.1,
     "dialogue": {
       "text": "Not yet, but I've scheduled a meeting for tomorrow morning.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "startTime": 49.4,
     "finishTime": 52.4,
     "dialogue": {
       "text": "We'll go over the proposed fixes and decide on the best approach.",
       "align": "right"
     }
   },
   {
     "character": "Linda",
     "position": { "x": 125, "y": 0, "z": 1 },
     "startTime": 52.9
   },
   {
     "character": "James",
     "position": { "x": -25, "y": 0, "z": 1 },
     "startTime": 53.4
   }
 ]
}