Back to Freecodecamp

Task 56

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e3ef7d1c8f445c9d9f2cd.md

latest1.9 KB
Original Source
<!-- (audio) Sophie: What a responsibility. What else do you do? -->

--description--

Reacting to someone's statements in conversation often means showing that you understand their situation or feelings. What a responsibility is an example of this.

Even though it begins with the question word what, it is not a question but a statement. The structure What a... is often used to show strong feelings or recognition about something. For example:

  • What a surprise! means you feel strongly surprised.

  • What a beautiful day! means you are showing a strong positive reaction.

In the same way, What a responsibility shows that you recognize the importance and seriousness of someone's duties.

--questions--

--text--

What is Sophie expressing with What a responsibility?

--answers--

Surprise at how easy Jake's job is.

--feedback--

The phrase indicates recognition of importance, not ease.


Interest in taking over Jake's job.

--feedback--

There is no indication of wanting to take over the job.


Recognition of the importance of Jake's job.


Confusion about what Jake does.

--feedback--

The phrase reflects understanding, not confusion.

--video-solution--

3

--scene--

json
{
  "setup": {
    "background": "company1-reception.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {"x":50,"y":0,"z":1.4},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-3.mp3",
      "startTime": 1,
      "startTimestamp": 14.52,
      "finishTimestamp": 16.72
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 3.20,
      "dialogue": {
        "text": "What a responsibility. What else do you do?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 3.70
    }
  ]
}