Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/6705638c3791881aed186e9d.md

latest1.6 KB
Original Source
<!-- (Audio) James: The app started working again. --> <!-- SPEAKING -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How can Lisa congratulate James in a brief way to make him know she is happy with the results?

--answers--

Congratulations on a job well done. I'm really happy to know you solved this issue.

--audio-id--

ENc7347a7b

--feedback--

That is the idea. However, Lisa could say that in a much shorter form.


Great job.

--audio-id--

EN048328e9

--video-solution--

2

--explanation--

Great job can be used to tell someone you are satisfied with their effort or achievement. It expresses appreciation and acknowledgment of their success. For example:

Kid: Mom, I finished all my homework! Mother: Great job.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 32.9,
      "finishTimestamp": 34.58
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.68,
      "dialogue": {
        "text": "The app started working again.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.18
    }
  ]
}